Datasource
Zipline supports using different types of ways to store files. It defaults to saving files to the disk but Zipline now supports S3 based storage, and local file storage.
DATASOURCE_TYPE
Must be either local
, s3
DATASOURCE_TYPE=local
DATASOURCE_TYPE=s3
Configuration
You can run Zipline with only a few configuration...
Local
Configuration for the local datasource.
Last updated: 9/1/2024
Edit this page on GitHub