0

I have a experimental bot App in my AWS invironment, and I'd like to try to enhance it with a graph database. For now I located the open source graph database NebulaGraph. But it has a tool set with quite a few applications, and it is not so easy to install them all.

Is there a way to install a whole set of Nebula Graph cluster on AWS?

I tried to follow their docs to install NebulaGraph database and its tools on my local machine, but now I want to install them on AWS and don't want to go through the whole process again...

randomv
  • 218
  • 1
  • 7

1 Answers1

1

Try with the quickstart of NebulaGraph on AWS here

Wey Gu
  • 575
  • 1
  • 6
  • 11
  • Or, I created a toy project for the fresh users named nebula-up: https://github.com/wey-gu/nebula-up to enable the oneliner command to bootstrap a containerized nebulagraph + toolings. – Wey Gu Dec 06 '22 at 03:53
  • Thank you! The Quick Start Deployment Guide is perfect for solving my problem. – randomv Dec 06 '22 at 04:47