Skip to content

Commit 195d8e3

Browse files
committed
feat: add nebulagraph to Go
1 parent fadac0b commit 195d8e3

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

modules/nebulagraph/index.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)