Blastoise is a python tool lib that helps reading and querying data from parquet files. After querying, you can stroe it in Plasma memory map and do some futher calculations.
- Multiprocessing: Read parquet files with a process pool if it's necessary.
- Plasma Memory-map: store data into Plasma memory-map.
$ git clone https://github.com/Hebrh/blastoise.git
$ cd blastoise
$ pip install -e .
$ pip install blastoise