Open Issues Need Help
View All on GitHubAI Summary: Migrate the metadata storage in the Bustinel project from MongoDB to SQLite. This involves modifying the `transit.py` file to use SQLite for storing metadata, aiming to reduce memory usage, improve query efficiency, and enhance persistence. The task requires careful consideration of potential conflicts with existing SIRI support (#3).
A tool for generating historical vehicle trip data for analysation and statistical purposes.
AI Summary: Implement support for the SIRI protocol in the Bustinel application. This involves modifying the data storage mechanisms (`utils/transit.py` and `recorder.py`) to handle SIRI data, requiring generalization of the existing GTFS/GTFS-RT focused recorder system. This will allow Bustinel to ingest data from systems using the SIRI standard for vehicle tracking and analytics.
A tool for generating historical vehicle trip data for analysation and statistical purposes.