This commit is contained in:
Elijah McMorris 2023-06-19 22:04:13 +00:00 committed by NexVeridian
parent 1bfbbaa826
commit 0de1bcb725
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
6 changed files with 26 additions and 17857 deletions

View file

@ -2,14 +2,16 @@ 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)
Install docker, vscode and the [Dev Containers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers)
`Ctrl+Shift+P` **Dev Containers: Clone Repository in Container Volume**
`git clone`
Select github then paste the url `https://github.com/NexVeridian/ark-invest-api-rust-data`
`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`