Skip to content

API to ingest and query station data from bike share systems from across the world

License

Notifications You must be signed in to change notification settings

dewynl/gbfs_feeds_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBFS Feed API

API to ingest and query station data from bike share systems from across the world.

Run the Project

Before starting doing the steps below, make sure you are running docker on your machine.

  1. Clone the project
git clone git@github.com:dewynl/gbfs_feeds_api.git
  1. Go to the project directory
cd gbfs_feeds_api
  1. 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.

Tech Stack

CockroachDB, Flask, Python, Docker, SQLAlchemy

About

API to ingest and query station data from bike share systems from across the world

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published