- 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.