mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 01:49:12 +00:00
0.2.2
This commit is contained in:
parent
4074a97ae2
commit
f3bc96b251
7 changed files with 124 additions and 36 deletions
17
README.md
17
README.md
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue