harlequin-nebulagraph
is a NebulaGraph adapter for Harlequin, a Database IDE for the terminal.
harlequin-nebulagraph-demo.mp4
-
Install the adapter:
pip install harlequin-nebulagraph
-
Run
harlequin -a nebulagraph
to start the terminal
Defaults to localhost:9669
, root
, and password
. You can override these with the following environment variables:
harlequin -a nebulagraph -h 127.0.0.1 -p 9669 -u root --password password
For more information about the adapter, see the Harlequin Docs.