Skip to content

a backend , local panel data storage using parquet, related to pystore and man ahl's arctic

Notifications You must be signed in to change notification settings

JesseTsing/Arctic_local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Arctic_local

local panel data storage using parquet,api compatible with Man AHL's Arctic .

most suitable for stock backtesting system.

like the project "pystore", data stored in a directory:

base data file:

{dbdatadir}/{library_name}/{indicator}.parquet

incremental data file every day:

{dbdatadir}/{library_name}/{indicator}/{yyyy-mm-dd}.tar.bz2

data file content is a pandas dataframe, indexed by a DateTimeIndex type:

columns: symbols or any other fields you want .

index: dates for daily data/datetime for min1 data

we can update basedata file every week/day after trading.

About

a backend , local panel data storage using parquet, related to pystore and man ahl's arctic

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages