We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fadac0b commit 195d8e3Copy full SHA for 195d8e3
modules/nebulagraph/index.md
@@ -0,0 +1,23 @@
1
+---
2
+title: NebulaGraph
3
+categories:
4
+ - nosql-database
5
+docs:
6
+ - id: go
7
+ url: https://golang.testcontainers.org/modules/nebulagraph/
8
+ maintainer: core
9
+ example: |
10
+ ```go
11
+ cluster, err := nebulagraph.RunCluster(ctx,
12
+ "vesoft/nebula-graphd:v3.8.0", []testcontainers.ContainerCustomizer{},
13
+ "vesoft/nebula-storaged:v3.8.0", []testcontainers.ContainerCustomizer{},
14
+ "vesoft/nebula-metad:v3.8.0", []testcontainers.ContainerCustomizer{},
15
+ )
16
+ ```
17
+ installation: |
18
+ ```bash
19
+ go get github.com/testcontainers/testcontainers-go/modules/nebulagraph
20
21
+description: |
22
+ NebulaGraph is a distributed, scalable, and lightning-fast graph database.
23
modules/nebulagraph/logo.svg
0 commit comments