Skip to content
This repository was archived by the owner on Jul 7, 2026. It is now read-only.

Commit cfedf61

Browse files
committed
Merge branch 'master' of github.com:bmoscon/cryptostore
2 parents 2851a87 + 1d4d9a0 commit cfedf61

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
* Bugfix: Input validation, remove unused callbacks from Feed.
77
* Docs: Start documentation.
88
* Feature: Add support for Redis Streams
9+
* Feature: Add support for Postgres

docs/overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Cryptostore utilizes the supports backends of cryptofeed to store data from exch
66
* Redis Sorted Sets (ZSET) - `REDIS`
77
* Redis Streams - `REDISSTREAM`
88
* MongoDB - `MONGO`
9+
* Postgres - `POSTGRES`
910

1011
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:
1112

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

2427

2528
### Example

0 commit comments

Comments
 (0)