quantopian/zipline

Can zipline ingest data incrementally?

Open

#2198 opened on May 31, 2018

View on GitHub
 (3 comments) (4 reactions) (0 assignees)Python (17,019 stars) (4,633 forks)batch import
Data BundleHelp Wanted

Description

Dear Zipline Maintainers,

every time I ingest data, zipline seems download all data and process ingest, does it has approach to execute incremental update?

Contributor guide