Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.72 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.72 KB

Harlequin NebulaGraph Adapter

PyPI - Python Version Runs on Linux | MacOS | Windows

CI for NebulaGraph GitHub release (latest by date) pypi-version Documentation

harlequin-nebulagraph is a NebulaGraph adapter for Harlequin, a Database IDE for the terminal.

harlequin-nebulagraph-demo.mp4

Getting Started

  1. Install the adapter: pip install harlequin-nebulagraph

  2. 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

Documentation

For more information about the adapter, see the Harlequin Docs.