API to ingest and query station data from bike share systems from across the world.
Before starting doing the steps below, make sure you are running docker on your machine.
- Clone the project
git clone git@github.com:dewynl/gbfs_feeds_api.git
- Go to the project directory
cd gbfs_feeds_api
- Run the docker compose
docker-compose up
Now the database should be up and running and you should be able to access the API in http://127.0.0.1:8001. On the first run, the API will create the tables we will use and its gonna be empty. Before being able to query for any data make sure to ingest it by posting it to http://127.0.0.1:8001/ingest using the format used here as a JSON.
To access the Database Console, you can access http://127.0.0.1:8080 in your browser.
CockroachDB, Flask, Python, Docker, SQLAlchemy