Fetches and caches ETF data daily, from csv download or api, and saves the data to a parquet file https://api.NexVeridian.com
Find a file
2023-06-29 00:39:46 +00:00
.cargo 0.3.11 2023-06-29 00:39:46 +00:00
.devcontainer 0.3.11 2023-06-29 00:39:46 +00:00
.vscode 0.2.2 2023-06-08 03:25:11 +00:00
src 0.3.11 2023-06-29 00:39:46 +00:00
tests 0.3.9 2023-06-16 07:58:46 +00:00
.dockerignore 0.1.0 2023-06-03 18:52:18 +00:00
.gitignore 0.2.2 2023-06-08 03:25:11 +00:00
Cargo.toml 0.3.8 2023-06-16 06:43:40 +00:00
docker-compose.yml 0.1.0 2023-06-03 18:52:18 +00:00
Dockerfile 0.1.0 2023-06-03 18:52:18 +00:00
LICENSE 0.1.0 2023-06-03 18:52:18 +00:00
NOTES.md 0.3.3 2023-06-14 05:26:47 +00:00
README.md 0.3.11 2023-06-29 00:39:46 +00:00

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