Adapter: NebulaGraph
The NebulaGraph adapter was contributed by community member Wey Gu.
Installation
You must install the harlequin-nebulagraph
package into the same environment as harlequin
. The best and easiest way to do this is to use uv
to install Harlequin with the additional package:
$Â uv tool install harlequin --with harlequin-nebulagraph
Usage and Configuration
Run Harlequin with the -a nebulagraph
option and pass 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