readme update

This commit is contained in:
Elijah McMorris 2024-06-08 15:45:25 -07:00
parent 6357036192
commit fa2be4bf85
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8

View file

@ -1,6 +1,6 @@
Fetches and caches ETF data daily, from csv download or api, and saves the data in parquet format Fetches and caches ETF data daily, from csv download or api, and saves the data to a parquet file
[api.NexVeridian.com](https://api.NexVeridian.com) The code for the REST API is [github.com/NexVeridian/ark-invest-api-rust](https://github.com/NexVeridian/ark-invest-api-rust) and is hosted at [api.NexVeridian.com](https://api.NexVeridian.com)
Not affiliated with Ark Invest Not affiliated with Ark Invest
@ -16,7 +16,7 @@ Create data folder next to docker-compose.yml
`docker compose up --pull always` `docker compose up --pull always`
If build the parquet file from the first time use: `ARK_SOURCE=ApiFull` or `ARK_SOURCE=ArkFundsIoFull` If building the parquet file from the first time use: `ARK_SOURCE=ApiFull` or `ARK_SOURCE=ArkFundsIoFull`
Afterwards use `ARK_SOURCE=ApiIncremental` Afterwards use `ARK_SOURCE=ApiIncremental`