Skip to content

Write realtime data and bulk historical data

Latest
Compare
Choose a tag to compare
@CloudyRowly CloudyRowly released this 25 Mar 05:31
· 4 commits to main since this release
  • This first release introduce the ability to listen to realtime data from web socket and append to existing Parquet file.
  • Also, the ability to write a parquet file from bulk historical data queried from exchange using Rest API.
  • Data stored: klines (candle stick data)

Todo in next release:

  • Store orderbook data efficiently
  • Convert CSV containing past data to Parquet, and compare the size between the two formats.