Skip to main content

Module parquet_store

Module parquet_store 

Source
Expand description

Parquet-based storage backend for tick and bar data.

Uses Hive-style directory partitioning: {root}/ticks/exchange={ex}/symbol={sym}/{date}.parquet {root}/bars/exchange={ex}/symbol={sym}/timeframe={tf}/{date}.parquet

Structsยง

ParquetStore
Parquet-based storage backend for tick and bar data.