Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cgrates/cgrates
Real-time Charging System for Telecom & ISP environments
https://github.com/cgrates/cgrates
Last synced: about 2 months ago
JSON representation
Real-time Charging System for Telecom & ISP environments
- Host: GitHub
- URL: https://github.com/cgrates/cgrates
- Owner: cgrates
- License: gpl-3.0
- Created: 2012-01-24T10:01:33.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:56:29.000Z (2 months ago)
- Last Synced: 2024-10-29T19:05:01.287Z (2 months ago)
- Language: Go
- Homepage: http://cgrates.org
- Size: 79.7 MB
- Stars: 439
- Watchers: 44
- Forks: 223
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
- starred-awesome - cgrates - Real-time Charging System for Telecom & ISP environments (Go)
README
## Real-time Online/Offline Charging System (OCS) for Telecom & ISP environments
[![Build Status](https://github.com/cgrates/cgrates/actions/workflows/build.yaml/badge.svg)](https://github.com/cgrates/cgrates/actions/workflows/build.yaml/)
[![Documentation Status](https://readthedocs.org/projects/cgrates/badge/?version=latest)](https://cgrates.readthedocs.io/en/latest/?badge=latest)
[![GoDoc](https://pkg.go.dev/badge/github.com/cgrates/cgrates)](https://pkg.go.dev/github.com/cgrates/cgrates@master)### Features
- Real-time Online/Offline Charging System (OCS).
- Account Balances Management with bundle support.
- Session or Event charging with reservation.
- Rating engine.
- CDR logging with support for Interim Records.
- QoS LCR and LCR over Bundles.
- Fraud detection with automatic mitigation.
- Call Statistics with pattern monitoring.
- Performance oriented.
- Modular architecture.
- Test driven development.
- Plug-able/non-intrusive into existing setups.
- Cloud-ready, built on independent micro-services with rich set of RPC APIs.
- Agile in developing new features.
- Very fast (5000+ req/sec on a single machine)
- Good documentation.
- Commercial support available### Documentation
[Step by steps tutorials](https://cgrates.readthedocs.io/en/latest/tutorial.html)
[Debian apt-get repository](https://cgrates.readthedocs.io/en/latest/installation.html#)
[Installing CGRateS from sources on minimal debian](https://asciinema.org/a/0lwlputceg52xssqgra7wjza0) (for devel or testing)
Browsable HTML docs http://readthedocs.org/docs/cgrates/
PDF, Epub, Manpage http://readthedocs.org/projects/cgrates/downloads/
API reference [godoc](https://pkg.go.dev/github.com/cgrates/cgrates/apier@master)