Get started

Once all requirements are installed and configuration file filled, you can simply run Rakound-NG with the following command:

$ python3 rakound-ng.py
Database URI: bolt://localhost:7687
Database user: neo4j
Connected to database.
🦝 >

You will enter in an interactive shell. Enjoy!

Note

If the connection fails, you need to update the configuration file directly or using the config module (Module: config).