You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nebula-Flink-Connector 2.0 is a connector that helps Flink users to easily access Nebula Graph 2.0. If you want to access Nebula Graph 1.x with Flink, please refer to [Nebula-Flink-Connector 1.0](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools/nebula-flink).
9
+
Nebula-Flink-Connector 2.0/3.0 is a connector that helps Flink users to easily access Nebula Graph 2.0/3.0. If you want to access Nebula Graph 1.x with Flink, please refer to [Nebula-Flink-Connector 1.0](https://github.com/vesoft-inc/nebula-java/tree/v1.0/tools/nebula-flink).
10
10
11
11
## Quick start
12
12
@@ -15,7 +15,7 @@ Nebula-Flink-Connector 2.0 is a connector that helps Flink users to easily acces
15
15
To use Nebula Flink Connector, do a check of these:
16
16
17
17
- Java 8 or a higher version is installed.
18
-
- Nebula Graph v2.0 is deployed. For more information, see [Deployment and installation of Nebula Graph](https://docs.nebula-graph.io/2.0/4.deployment-and-installation/1.resource-preparations/"Click to go to Nebula Graph website").
18
+
- Nebula Graph is deployed. For more information, see [Deployment and installation of Nebula Graph](https://docs.nebula-graph.io/2.0/4.deployment-and-installation/1.resource-preparations/"Click to go to Nebula Graph website").
19
19
20
20
### Use in Maven
21
21
Add the dependency to your pom.xml.
@@ -24,7 +24,7 @@ Add the dependency to your pom.xml.
24
24
<dependency>
25
25
<groupId>com.vesoft</groupId>
26
26
<artifactId>nebula-flink-connector</artifactId>
27
-
<version>2.6.0</version>
27
+
<version>3.0-SNAPSHOT</version>
28
28
</dependency>
29
29
```
30
30
@@ -73,4 +73,4 @@ There are the version correspondence between Nebula Flink Connector and Nebula:
0 commit comments