Home > Software engineering >  NebulaGraph database on AWS: Is there a way to fast deploy NebulaGraph database in my AWS virtual ne
NebulaGraph database on AWS: Is there a way to fast deploy NebulaGraph database in my AWS virtual ne

Time:12-06

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

CodePudding user response:

Try with the quickstart of NebulaGraph on AWS here

  • Related