antequant / blotter

Microservice to connect to Interactive Brokers and stream market data into Google BigQuery
MIT License
1 stars 4 forks source link

Store streaming jobs on disk, instead of Firestore? #61

Open jspahrsummers opened 4 years ago

jspahrsummers commented 4 years ago

It may make conceptual sense for retained streaming jobs to be "part of" the container that kicked them off, and to disappear if the container itself is deleted. It also removes one GCP dependency, which has some value in itself.