mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
Fetches and caches ETF data daily, from csv download or api, and saves the data to a parquet file
https://api.NexVeridian.com
.cargo | ||
.devcontainer | ||
.vscode | ||
src | ||
tests | ||
.dockerignore | ||
.gitignore | ||
Cargo.toml | ||
docker-compose.yml | ||
Dockerfile | ||
LICENSE | ||
NOTES.md | ||
README.md |
Fetches and caches data from csv download and saves the data in parquet format
Dev Install
Dev Containers
Install docker, vscode and the Dev Containers Extension
git clone
Ctrl+Shift+P
Dev Containers: Open Folder in Container
Run code with F5
or cargo run
Run tests with cargo t
Docker Compose
git clone
docker compose build && docker compose up
Remove the cargo cache for buildkit with docker builder prune --filter type=exec.cachemount