This is an automated email from the ASF dual-hosted git repository.
jermy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new d7c1c2149 doc: update README about start server with example graph
(#2315)
d7c1c2149 is described below
commit d7c1c2149c474f43d83d75f5ed13b79d8036575a
Author: Dandelion <[email protected]>
AuthorDate: Mon Oct 2 13:14:01 2023 +0800
doc: update README about start server with example graph (#2315)
---
README.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index edc7c97bb..d50235bbe 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,10 @@ Billions of vertices and edges can be easily stored into and
queried from HugeGr
We can use `docker run -itd --name=graph -p 8080:8080 hugegraph/hugegraph` to
quickly start an inner
HugeGraph server with `RocksDB` in background.
-Optional: use `docker exec -it graph bash` to enter the container to do some
operations.
+Optional:
+
+1. use `docker exec -it graph bash` to enter the container to do some
operations.
+2. use `docker run -itd --name=graph -p 8080:8080 -e PRELOAD="true"
hugegraph/hugegraph` to start with a **built-in** (example) graph.
### 2. Download Way
@@ -54,7 +57,7 @@ The project [doc page](https://hugegraph.apache.org/docs/)
contains more informa
and provides detailed documentation for users. (Structure / Usage / API /
Configs...)
And here are links of other **HugeGraph** component/repositories:
-1.
[hugegraph-toolchain](https://github.com/apache/incubator-hugegraph-toolchain)
(graph **loader/dashboard/tool/client**)
+1.
[hugegraph-toolchain](https://github.com/apache/incubator-hugegraph-toolchain)
(graph
**[loader](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-loader)/[dashboard](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-hubble)/[tool](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-tools)/[client](https://github.com/apache/incubator-hugegraph-toolchain/tree/master/hugegraph-client)**)
2.
[hugegraph-computer](https://github.com/apache/incubator-hugegraph-computer)
(matched **graph computing** system)
3. [hugegraph-commons](https://github.com/apache/incubator-hugegraph-commons)
(**common & rpc** module)
4. [hugegraph-website](https://github.com/apache/incubator-hugegraph-doc)
(**doc & website** code)