Quick start workflow¶
The quick start introduces the simplest workflow to use NebulaGraph, including deploying NebulaGraph, connecting to NebulaGraph, and doing basic CRUD.
Steps¶
Users can quickly deploy and use NebulaGraph in the following steps.
-
Users can use the RPM or DEB file to quickly deploy NebulaGraph. For other deployment methods and the corresponding preparations, see the Deployment and installation chapter.
-
Users need to start NebulaGraph after deployment.
-
Then users can use clients to connect to NebulaGraph. NebulaGraph supports a variety of clients. This topic will describe how to use NebulaGraph Console to connect to NebulaGraph.
-
When connecting to NebulaGraph for the first time, users must register the Storage Service before querying data.
-
Users can use nGQL (NebulaGraph Query Language) to run CRUD after connecting to NebulaGraph.