A REST API for ARK Invest holdings data, written in rust using axum, Redoc/Swagger through Aide, and parquet using polars. Not affiliated with Ark Invest https://api.NexVeridian.com
Find a file
2023-11-21 15:53:19 -08:00
.cargo 1.1.0 2023-06-30 05:11:31 +00:00
.devcontainer 1.1.4 2023-11-15 10:47:10 -08:00
.github/workflows normalize arkvx 2023-11-21 15:53:19 -08:00
.vscode 1.1.0 2023-06-30 05:11:31 +00:00
src normalize arkvx 2023-11-21 15:53:19 -08:00
.dockerignore 1.2.0 2023-11-20 11:59:51 -08:00
.gitignore 1.1.0 2023-06-30 05:11:31 +00:00
Cargo.toml 1.1.2 2023-08-24 21:20:19 +00:00
CONTRIBUTING.md 1.2.0 2023-11-20 11:59:51 -08:00
docker-compose.dev.yml 1.1.2 2023-08-24 21:20:19 +00:00
docker-compose.yml normalize arkvx 2023-11-21 15:53:19 -08:00
Dockerfile 1.1.0 2023-06-30 05:11:31 +00:00
LICENSE-Apache 1.2.0 2023-11-20 11:59:51 -08:00
LICENSE-MIT 1.2.0 2023-11-20 11:59:51 -08:00
README.md 1.2.0 2023-11-20 11:59:51 -08:00

A REST API for ARK Invest holdings data, written in rust using axum, Redoc/Swagger through Aide, and parquet using polars

api.NexVeridian.com

Not affiliated with Ark Invest

Install

Copy docker-compose.yml

Create data folder next to docker-compose.yml, data\parquet\*.parquet with the ticker in all caps ARKK.parquet, get the data from api.NexVeridian.com or ark-invest-api-rust-data

├───data
│   └───parquet
│   	└───*.parquet
├───docker-compose.yml

docker compose up --pull always

Dev Install

Dev Containers

Install docker, vscode and the Dev Containers Extension

git clone

Ctrl+Shift+P Dev Containers: Open Folder in Container

Place data in data\parquet\*.parquet with the ticker in all caps ARKK.parquet, get the data from api.NexVeridian.com or ark-invest-api-rust-data

cargo run

Docker Compose

git clone

Place data in data\parquet\*.parquet with the ticker in all caps ARKK.parquet, get the data from api.NexVeridian.com or ark-invest-api-rust-data

docker compose build && docker compose up

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

License

All code in this repository is dual-licensed under either License-MIT or LICENSE-APACHE at your option. This means you can select the license you prefer.

Why dual license