mirror of
https://github.com/autistic-symposium/blockchain-data-engineering-toolkit.git
synced 2025-08-07 06:02:48 -04:00
add db methods
This commit is contained in:
parent
817e5dfcec
commit
678f09fb33
8 changed files with 107 additions and 53 deletions
|
@ -22,3 +22,13 @@ SIZE_CHUNK_NEXT = 5000
|
|||
LOG_LEVEL=info
|
||||
OUTPUT_DIR = ./output
|
||||
|
||||
|
||||
|
||||
#########################
|
||||
##### mongodb settings
|
||||
#########################
|
||||
MONGDB_URI = mongodb://localhost:27017
|
||||
MONGODB_DB_NAME = balances
|
||||
MONGODB_COLLECTION_NAME = balances
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue