rolltime / rolltime-collect

Collector for CitiBike station data. It collects availability of bikes and stations on a highly redundant schedule.
MIT License
0 stars 0 forks source link

Add Google BigQuery as database engine #56

Closed luiscape closed 9 years ago

luiscape commented 9 years ago

After some research, I've changed perspectives and decided to go with a Google BigQuery infrastructure. The reason is that Google's option can allow me to deploy many more collectors in containers (for redundancy) and still keep a high availability. I also like the idea of connecting to the database via HTTP.

luiscape commented 9 years ago

Rethought issue. Will decide to deploy PostgreSQL with a Docker container.