Skip to content

N3TC4T/xrpl-arangodb-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xrpl-arangodb-importer

Install Requirements

python setup.py install

Run

usage: main.py [-h] [-ah HOST] [-u USERNAME] [-p PASSWORD] [-s SOURCE] [-l LEDGER] [-c] [-d]

optional arguments:
  -h, --help            show this help message and exit
  -ah HOST, --host HOST
                        Arangodb url
  -u USERNAME, --username USERNAME
                        Arangodb username
  -p PASSWORD, --password PASSWORD
                        Arangodb password
  -s SOURCE, --source SOURCE
                        Node url or database path
  -l LEDGER, --ledger LEDGER
                        Ledger index start from
  -c, --clean           Clean database before import
  -d, --debug           Debug mode
 
./main.py -s /var/lib/rippled/db/ -h http://127.0.0.1:829 -u arangodb_username -p arangodb_pass -d -v

About

Working in progress ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages