This is the backend component of metrics
which is responsible to:
- receive or retrieve input events and transform them into indicators then KPI
- serve the API for the frontend UI
- Database is configured through
DATABASE_URL
with fallback tosqlite+pysqlite:////{src_dir}/dev.db
- Allowed origins is configured through
ALLOWED_ORIGINS
with fallback tohttp://localhost|http://localhost:8000|http://localhost:8080
See constants.py
See CONTRIBUTING.md.