https://github.com/vanyle/amadeus
Amadeus project - Designing analytics that scale
https://github.com/vanyle/amadeus
Last synced: 3 months ago
JSON representation
Amadeus project - Designing analytics that scale
- Host: GitHub
- URL: https://github.com/vanyle/amadeus
- Owner: vanyle
- Created: 2024-03-15T21:48:09.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-12T12:21:38.000Z (over 1 year ago)
- Last Synced: 2025-05-18T18:45:11.182Z (5 months ago)
- Language: TypeScript
- Size: 88.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amadeus - Air Price Benchmark use case

## Getting started
## Repository structure
Every piece of the diagram has a corresponding root directory
- `fake_stream_generator` - Fake stream generator
- `kafka` - configuration and documentation related to kafka
- `filtering` - Filtering service
- `enrichment` - Enrichement service
- `database` - The main database (DB in the diagram)
- `gui` - A fancy front/backend, not drawn in the diagram (BONUS)These directories might be empty if there is no code / config associated with this system.
Moreover, we have additional tools to test the reliability of the pipeline.
These are stored inside `benchmark`.