From 6196e6d85c7e61edda911f6181e7828be53a8845 Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Thu, 14 Oct 2021 18:02:16 +0800 Subject: [PATCH 1/3] add repo transfer note --- README.md | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6fd41962..6aaed898 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,26 @@ # nebula-spark-utils -The nebula-spark-utils repository holds all the Apache Spark™ related libraries and tools for Nebula Graph v2.x. +> **说明**: -There are the version correspondence between Nebula Spark utils and Nebula: +nebula-spark-utils 仓库包含Nebula的三个产品:Nebula Exchange、Nebula Spark Connector 和 Nebula Algorithm。 -| Nebula Exchange Version | Nebula Spark Connector Version | Nebula Algorithm Version | Nebula Version | -|:-----------------------:|:------------------------------:|:------------------------:|:--------------:| -| 2.0.0 | 2.0.0 | 2.0.0 | 2.0.0, 2.0.1 | -| 2.0.1 | 2.0.1 | -- | 2.0.0, 2.0.1 | -| 2.1.0 | 2.1.0 | 2.1.0 | 2.0.0, 2.0.1 | -| 2.5.0 | 2.5.0 | 2.5.0 | 2.5.0 | -| 2.5-SNAPSHOT | 2.5-SNAPSHOT | 2.5-SNAPSHOT | nightly | +为了更好地进行产品的版本发布和管理,我们决定将 nebula-spark-utils 拆分成三个仓库,如果您要使用以上三个产品,请转移到产品对应的新仓库: -If the Nebula version and the uitls' version are not in the same line, then they are incompatible. -For Nebula Graph v2.x, see [nebula](https://github.com/vesoft-inc/nebula). +* Nebula Exchange: https://github.com/vesoft-inc/nebula-exchange +* Nebula Spark Connector: https://github.com/vesoft-inc/nebula-spark-connector +* Nebula Algorithm: https://github.com/vesoft-inc/nebula-algorithm + +------ + +> **Note**: + +nebula-spark-utils repository contains three nebula products: Nebula Exchange, Nebula Spark Connector, Nebula Algorithm. + +In order to make product management more convenient, we decided to split the three products into three repositories. +Please go to the following url to use different products. + +* Nebula Exchange: https://github.com/vesoft-inc/nebula-exchange +* Nebula Spark Connector: https://github.com/vesoft-inc/nebula-spark-connector +* Nebula Algorithm: https://github.com/vesoft-inc/nebula-algorithm If you want to use Spark utilities for [Nebula Graph v1.x](https://github.com/vesoft-inc/nebula), visit [the v1.0 branch of nebula-java](https://github.com/vesoft-inc/nebula-java/tree/v1.0). From a13c24159b254ffbfc56446aa282a34fe1037833 Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Thu, 14 Oct 2021 18:43:12 +0800 Subject: [PATCH 2/3] format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6aaed898..1a51276c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > **说明**: -nebula-spark-utils 仓库包含Nebula的三个产品:Nebula Exchange、Nebula Spark Connector 和 Nebula Algorithm。 +nebula-spark-utils 仓库包含 Nebula 的三个产品:Nebula Exchange、Nebula Spark Connector 和 Nebula Algorithm。 为了更好地进行产品的版本发布和管理,我们决定将 nebula-spark-utils 拆分成三个仓库,如果您要使用以上三个产品,请转移到产品对应的新仓库: @@ -14,7 +14,7 @@ nebula-spark-utils 仓库包含Nebula的三个产品:Nebula Exchange、Nebula > **Note**: -nebula-spark-utils repository contains three nebula products: Nebula Exchange, Nebula Spark Connector, Nebula Algorithm. +nebula-spark-utils repository contains code of three nebula products: Nebula Exchange, Nebula Spark Connector, Nebula Algorithm. In order to make product management more convenient, we decided to split the three products into three repositories. Please go to the following url to use different products. From d1724aa5889605be61f347269b853628f46ab75d Mon Sep 17 00:00:00 2001 From: Nicole00 Date: Fri, 15 Oct 2021 17:41:18 +0800 Subject: [PATCH 3/3] format --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a51276c..1e9914e1 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,9 @@ nebula-spark-utils 仓库包含 Nebula 的三个产品:Nebula Exchange、Nebul nebula-spark-utils repository contains code of three nebula products: Nebula Exchange, Nebula Spark Connector, Nebula Algorithm. -In order to make product management more convenient, we decided to split the three products into three repositories. -Please go to the following url to use different products. +In order for better version release and management, the team decided to split the current repository into three independent repositories. + +Please choose the correct repository for use: * Nebula Exchange: https://github.com/vesoft-inc/nebula-exchange * Nebula Spark Connector: https://github.com/vesoft-inc/nebula-spark-connector