https://github.com/finki-hub/analytics
Usage analytics and pipeline
https://github.com/finki-hub/analytics
fcse finki ukim
Last synced: 4 months ago
JSON representation
Usage analytics and pipeline
- Host: GitHub
- URL: https://github.com/finki-hub/analytics
- Owner: finki-hub
- License: mit
- Created: 2025-06-18T11:40:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-06T11:15:31.000Z (4 months ago)
- Last Synced: 2026-03-06T15:32:30.916Z (4 months ago)
- Topics: fcse, finki, ukim
- Language: Python
- Homepage:
- Size: 951 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FINKI Hub / Analytics
This application for collecting and analyzing arbitrary events stored as JSON, intended to be used by the other applications in the ecosystem. Uses [MongoDB](https://github.com/mongodb/mongo) for storing events.
## Quick Setup (Production)
1. Download [`compose.prod.yaml`](./compose.prod.yaml)
2. Download [`.env.sample`](.env.sample), rename it to `.env` and change it to your liking
3. Run `docker compose -f compose.prod.yaml up -d`
## Quick Setup (Development)
Requires Python >= 3.13 and [`uv`](https://github.com/astral-sh/uv).
1. Clone the repository: `git clone https://github.com/finki-hub/analytics.git`
2. Install dependencies: `cd api && uv sync`
3. Prepare env. variables by copying `env.sample` to `.env` - minimum setup requires the database configuration, it can be left as is
4. Run it: `docker compose up -d`
## License
This project is licensed under the terms of the MIT license.