add db methods

This commit is contained in:
osiris account 2023-03-12 11:59:48 -07:00
parent 817e5dfcec
commit 678f09fb33
8 changed files with 107 additions and 53 deletions

View file

@ -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