Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bmoscon/cryptostore
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoscon committed Feb 19, 2022
2 parents 2851a87 + 1d4d9a0 commit cfedf61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
* Bugfix: Input validation, remove unused callbacks from Feed.
* Docs: Start documentation.
* Feature: Add support for Redis Streams
* Feature: Add support for Postgres
5 changes: 4 additions & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Cryptostore utilizes the supports backends of cryptofeed to store data from exch
* Redis Sorted Sets (ZSET) - `REDIS`
* Redis Streams - `REDISSTREAM`
* MongoDB - `MONGO`
* Postgres - `POSTGRES`

Cryptostore runs in a docker container, and expects configuration to be provided to it via environment variables. The env vars it expects (not all are requires for all configurations) are:

Expand All @@ -19,7 +20,9 @@ Cryptostore runs in a docker container, and expects configuration to be provided
* HOST - Host for backend. Defaults to localhost.
* PORT - Port for service. Defaults to backend default.
* CANDLE_INTERVAL - Used for candles. Default is 1m.
* DATABASE - Specify the database for MongoDB.
* DATABASE - Specify the database for MongoDB or Postgres
* USER - the username for Postgres
* PASSWORD - the password for the specified Postgres user


### Example
Expand Down

0 comments on commit cfedf61

Please sign in to comment.