bmoscon / cryptostore

A scalable storage service for cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replay from store

djdjoko opened this issue · comments

Is there any good example how to replay data from the cryptostore?

Particularly I am interested to have a replay functionality that can merge both live and historical data. Are there any plans on this or what would be the best starting point to implement this within cryptostore?

Thanks for the great project!

replaying data will vary by storage medium. For arctic, its pretty easy. You can query the data by whatever date range you want and it gives you a pandas dataframe. From there you can either iterate on it a row at a time (i.e. an update at a time) or in some other block