Documentation

Go

Description

NebulaGraph is a distributed, scalable, and lightning-fast graph database.

Examples

Dependency:
go get github.com/testcontainers/testcontainers-go/modules/nebulagraph
Usage:
cluster, err := nebulagraph.RunCluster(ctx,
    "vesoft/nebula-graphd:v3.8.0", []testcontainers.ContainerCustomizer{},
    "vesoft/nebula-storaged:v3.8.0", []testcontainers.ContainerCustomizer{},
    "vesoft/nebula-metad:v3.8.0", []testcontainers.ContainerCustomizer{},
)