Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://icclab.github.io/cyclops/
comprehensive rating-charging and billing solution for cloud services
https://icclab.github.io/cyclops/
Last synced: about 1 month ago
JSON representation
comprehensive rating-charging and billing solution for cloud services
- Host: GitHub
- URL: https://icclab.github.io/cyclops/
- Owner: icclab
- Created: 2015-01-16T08:27:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-11-24T07:45:16.000Z (about 2 years ago)
- Last Synced: 2023-04-26T09:41:48.432Z (over 1 year ago)
- Language: Java
- Size: 84.9 MB
- Stars: 83
- Watchers: 37
- Forks: 35
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cloudstack - Cyclops
README
# Cyclops: Rating, Charging and Billing framework
Cyclops is a comprehensive dynamic rating-charging and billing solution for cloud services and beyond.### Core components
The RCB Cyclops framework is a collection of these core micro services:- UDR micro service - metering and usage collection
- CDR micro service - pricing and charge generation
- Billing micro service - invoicing and discounting### Usage collectors
The current release includes the following usage collectors (with many more to come)
- Docker
- CloudStack
- OpenStack Events
- OpenStack Ceilometer
### Rule engines
Both CDR and Billing services include flexible rule engine, offering various pricing strategies and supporting hierarchical organisations.## Deployment
All micro services are written in Java and are embedded so you can easily deploy them in containers or run them locally. Read more in the Wiki.### Communication
* Email: icclab-rcb-cyclops[at]dornbirn[dot]zhaw[dot]ch
* Website: icclab.github.io/cyclops
* Blog: http://blog.zhaw.ch/icclab
* Tweet us @RCB_Cyclops
### Developed @### License
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.