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-13 08:30:52 +00:00
.cargo 0.2.0 2023-06-07 01:16:32 +00:00
.devcontainer 0.3.2 2023-06-13 08:30:52 +00:00
.vscode 0.2.2 2023-06-08 03:25:11 +00:00
src 0.3.2 2023-06-13 08:30:52 +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.0 2023-06-08 07:17:25 +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.2 2023-06-13 08:30:52 +00:00
README.md 0.2.2 2023-06-08 03:25:11 +00:00

Fetches and caches data from csv download and saves the data in parquet format

Dev Install

Dev Containers

Install docker, vscode, Remote Development Extension Pack, and the GitHub Repositories Extension

Ctrl+Shift+P Dev Containers: Clone Repository in Container Volume

Select github then paste the url https://github.com/NexVeridian/ark-invest-api-rust-data

Run code with F5 or cargo run

Docker Compose

git clone

docker compose build && docker compose up

Remove the cargo cache for buildkit with docker builder prune --filter type=exec.cachemount