https://github.com/endlessm/azafea
Service to track device activations and usage metrics
https://github.com/endlessm/azafea
Last synced: 8 months ago
JSON representation
Service to track device activations and usage metrics
- Host: GitHub
- URL: https://github.com/endlessm/azafea
- Owner: endlessm
- License: mpl-2.0
- Created: 2019-06-12T14:12:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-06T02:19:08.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T15:42:51.915Z (about 1 year ago)
- Language: Python
- Size: 1.19 MB
- Stars: 10
- Watchers: 16
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: COPYING
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# Azafea
Azafea is part of the server backend for the Endless usage metrics gathering
and processing.

Azafea is responsible for processing the raw events and storing the result in
PostgreSQL, where they can be queried and visualized.
For more details on other parts of the architecture, see:
* [eos-activation-server](https://github.com/endlessm/eos-activation-server/)
* [Azafea metrics proxy](https://github.com/endlessm/azafea-metrics-proxy/)
Find out more about Azafea and how to use it
[in our documentation](docs/source/).
# Contributing
Please read our [contribution guidelines](CONTRIBUTING.md) for details.
# License
This project is offered under the terms of the
[Mozilla Public License 2.0](https://www.mozilla.org/en-US/MPL/2.0/).