mongodb-dumper

command module
v1.0.1-0...-933b9b4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2021 License: MIT Imports: 1 Imported by: 0

README

mongodb-dumper

mongodb-dumper runs a full DeSo node and dumps the chain data into a MongoDB database

Build

Running the following commands will create a Docker image called mongodb-dumper:latest.

  1. Checkout mongodb-dumper and core in the same directory

  2. In the mongodb-dumper repo, run the following (you may need sudo):

docker build -t mongodb-dumper -f Dockerfile ..
Run

You may need sudo:

docker run -it mongodb-dumper /deso/bin/mongodb-dumper run

Configure the connection to mongodb:

   --mongo-collection   string    MongoDB collection name  (default "data")
   --mongo-database     string    MongoDB database name    (default "deso")
   --mongo-uri          string    MongoDB connection URI   (default "mongodb://localhost:27017")

You may need to connect to the localhost network or supply DB authentication:

docker run --network="host" -it mongodb-dumper /deso/bin/mongodb-dumper run --mongo-uri "mongodb://userx:passwd@localhost:27017"

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL