Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnu-liguobin committed Oct 23, 2023
1 parent ada38b2 commit 5053acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Testcontainers for NebulaGraph
[NebulaGraph](https://github.com/vesoft-inc/nebula) is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. NebulaGraph has been widely used for social media, recommendation systems, knowledge graphs, security, capital flows, AI, etc.


## Dependency
## Introduction

Support Java 8+, Scala 3, Scala 2.13 and Scala 2.12

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ object NebulaClientSpec extends NebulaSpec {
|MATCH (p:person) RETURN p LIMIT 4;
|""".stripMargin

// nebula-java session client will connect to Nebula during creation, so we need to create a session layer here
lazy val session = ZioNebulaEnvironment.defaultSession(container.graphdHostList.head, container.graphdPortList.head)

def specLayered: Spec[Nebula, Throwable] =
Expand Down

0 comments on commit 5053acd

Please sign in to comment.