Adapter: NebulaGraph
The NebulaGraph adapter was contributed by community member Wey Gu. You can view the source for the adapter on GitHub.
Installation
harlequin-nebulagraph
depends on harlequin
, so installing harlequin-nebulagraph
will also install Harlequin.
Using pip
To install this adapter into an activated virtual environment:
$ pip install harlequin-nebulagraph
Using poetry
$ poetry add harlequin-nebulagraph
Using pipx
If you do not already have Harlequin installed:
$ pipx install harlequin[nebulagraph]
If you would like to add the nebulagraph adapter to an existing Harlequin installation:
$ pipx inject harlequin harlequin-nebulagraph
Usage and Configuration
You can open Harlequin with the NebulaGraph adapter by selecting it with the -a
option and passing connection parameters as CLI options:
$ harlequin -a nebulagraph -h 127.0.0.1 -p 9669 -u root --password password
Demo
Many more options are available; to see the full list, run:
$ harlequin --help