Category: SQL, Timeseries Status: draft
Connects to ArcticDB — a high-performance DataFrame database backed by S3-compatible object storage. Designed for large financial and time-series datasets.
| Field | Default | Description |
|---|---|---|
| region | (empty) | AWS region (e.g. us-east-1) |
| access | (empty) | AWS access key ID |
| secret | (empty) | AWS secret access key |
| bucket | (empty) | S3 bucket name where ArcticDB data is stored |
| url | (empty) | Full S3 URL (overrides region/access/secret/bucket) |
AWS access key ID and secret key. For a local or MinIO backend, use a custom url.
Requires the arcticdb Python package:
pip install arcticdb