The current release contains:
Collector for Single Bike-sharing Program:
- Based on single bike-sharing program endpoint, this collector will collect data on a highly-redundant schedule (N x minute), but will keep a single observation per minute on the database.
- Configures itself and runs (starts collecting data) as soon as the container is run via Docker.
Configuration features:
- Configures the right tables in the database (checks if they exist first).
- Is deployed as a Docker container without specific environment variable or volumes.
- Only requires a link to a PostgreSQL instance (and the right credentials) to run successfully.