This commit is contained in:
Elijah McMorris 2023-06-08 03:25:11 +00:00
parent 4074a97ae2
commit f3bc96b251
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 124 additions and 36 deletions

View file

@ -1 +1,18 @@
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](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack), and the [GitHub Repositories Extension](https://marketplace.visualstudio.com/items?itemName=GitHub.remotehub)
`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`