Does any one know how to install NebulaGraph on my M开发者_高级运维ac book?
I searched their docs but found only ways to install on Linux hosts.
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.
精彩评论