Skip to content

Commit

Permalink
update nebula lite (#2538)
Browse files Browse the repository at this point in the history
* update nebula lite

* Update 8.deploy-nebula-graph-with-lite.md

* update

* Update 8.deploy-nebula-graph-with-lite.md
  • Loading branch information
cooper-lzy authored Apr 15, 2024
1 parent 391f77d commit 298639d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Using [NebulaGraph Lite](https://github.com/nebula-contrib/nebulagraph-lite) can
pip3 install nebulagraph-lite
```

2. Start NebulaGraph Lite
2. Start NebulaGraph Lite. NebulaGraph Lite automatically deploys and starts a single-node NebulaGraph service, and imports a test dataset.

- Start from Jupyter Notebook

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 使用 NebulaGraph Lite 部署 {{nebula.name}}

使用 NebulaGraph Lite 可以快速安装部署 {{nebula.name}},仅需五分钟即可开始体验 {{nebula.name}} 图数据库,适用于临时开发、学习 {{nebula.name}}。
使用 [NebulaGraph Lite](https://github.com/nebula-contrib/nebulagraph-lite) 可以快速安装部署 {{nebula.name}},仅需五分钟即可开始体验 {{nebula.name}} 图数据库,适用于临时开发、学习 {{nebula.name}}。

## 优势

Expand All @@ -16,7 +16,7 @@
pip3 install nebulagraph-lite
```

2. 启动 NebulaGraph Lite。
2. 启动 NebulaGraph Lite。NebulaGraph Lite 会自动部署并启动单节点 {{nebula.name}} 服务,以及导入测试数据集。

- 从 Jupyter Notebook 启动

Expand Down Expand Up @@ -51,4 +51,4 @@ Info: loading basketballplayer dataset...
## 下一步
- 使用[NebulaGraph Jupyter Extension](https://jupyter-nebulagraph.readthedocs.io/en/latest/)连接 {{nebula.name}}。
- 使用[NebulaGraph Console](../connect-to-nebula-graph.md)连接 {{nebula.name}}。
- 使用[NebulaGraph Console](../connect-to-nebula-graph.md)连接 {{nebula.name}}。

0 comments on commit 298639d

Please sign in to comment.