This monorepo contains the following components:
- Data Parser
- Database (TimescaleDB and Metadata)
- Data Processor
- Data Visualization (Leaflet)
-
Clone the repository:
git clone https://github.com/yourusername/repo_name.git cd repo_name
-
Build and run the containers:
docker-compose up -d
-
Access the services:
- Parser: http://localhost:5000
- Metadata Parser: http://localhost:5001
- Processor: http://localhost:5002
- Visualization: http://localhost:5003