Search code examples
nebula-graph

NebulaGraph database: How to install it on Mac book?


Does any one know how to install NebulaGraph on my Mac book?

I searched their docs but found only ways to install on Linux hosts.


Solution

  • NebulaGraph's core part assumed it's running on Linux distros only for now.

    But we could leverage virtualization tooling in macOS to do so.

    Options are like

    • Deploy in VMs with different hypervisors like (virtualbox, vmware player lima etc.)

    • Leverage Docker Desktop(or equivalent things like rancher desktop, then deploy it with Nebula-Docker-Compose, following this doc

    note, the link for the doc is versioned(now, 3.3.0), for future ones who visit this, please choose the latest version in the documentation version drop-down menu.