Skip to content

Commit

Permalink
client version compatibility (#2122)
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-lzy authored Jun 13, 2023
1 parent 61bc883 commit 69ab7ff
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 32 deletions.
9 changes: 1 addition & 8 deletions docs-2.0/14.client/3.nebula-cpp-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ You have installed C++ and GCC 4.8 or later versions.

## Compatibility with NebulaGraph

|NebulaGraph version|NebulaGraph CPP version|
|:---|:---|
|3.3.0|3.3.0|
|3.1.0 ~ 3.2.x|3.0.2|
|3.0.0|3.0.0|
|2.6.x|2.5.0|
|2.5.x|2.5.0|
|2.0.x|2.0.0|
See [github](https://github.com/vesoft-inc/nebula-cpp/tree/{{cpp.branch}}).

## Install NebulaGraph CPP

Expand Down
8 changes: 1 addition & 7 deletions docs-2.0/14.client/4.nebula-java-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ You have installed Java 8.0 or later versions.

## Compatibility with NebulaGraph

|NebulaGraph version|NebulaGraph Java version|
|:---|:---|
|3.3.0|3.3.0|
|3.0.0 ~ 3.2.0|3.0.0|
|2.6.x|2.6.1|
|2.0.x|2.0.0|
|2.0.0-rc1|2.0.0-rc1|
See [github](https://github.com/vesoft-inc/nebula-java/tree/{{java.branch}}).

## Download NebulaGraph Java

Expand Down
11 changes: 2 additions & 9 deletions docs-2.0/14.client/5.nebula-python-client.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
# NebulaGraph Python

[NebulaGraph Python](https://github.com/vesoft-inc/nebula-python) is a Python client for connecting to and managing the NebulaGraph database.
[NebulaGraph Python](https://github.com/vesoft-inc/nebula-python/tree/{{python.branch}}) is a Python client for connecting to and managing the NebulaGraph database.

## Prerequisites

You have installed Python 3.6 or later versions.

## Compatibility with NebulaGraph

|NebulaGraph version|NebulaGraph Python version|
|:---|:---|
|3.3.0|3.3.0|
|3.1.0 ~ 3.2.x|3.1.0|
|3.0.0 ~ 3.0.2|3.0.0|
|2.6.x|2.6.0|
|2.0.x|2.0.0|
|2.0.0-rc1|2.0.0rc1|
See [github](https://github.com/vesoft-inc/nebula-python/tree/{{python.branch}}).

## Install NebulaGraph Python

Expand Down
9 changes: 1 addition & 8 deletions docs-2.0/14.client/6.nebula-go-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@ You have installed Golang 1.13 or later versions.

## Compatibility with NebulaGraph

|NebulaGraph version|NebulaGraph Go version|
|:---|:---|
|3.3.0|3.3.0|
|3.2.x|3.2.0|
|3.1.0|3.1.0|
|3.0.0 ~ 3.0.2|3.0.0|
|2.6.x|2.6.0|
|2.0.x|2.0.0-GA|
See [github](https://github.com/vesoft-inc/nebula-go/tree/{{go.branch}}).

## Download NebulaGraph Go

Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

NebulaGraph Console is a native CLI client for NebulaGraph. It can be used to connect a NebulaGraph cluster and execute queries. It also supports special commands to manage parameters, export query results, import test datasets, etc.

## Compatibility with NebulaGraph

See [github](https://github.com/vesoft-inc/nebula-console/tree/{{console.branch}}).

## Obtain NebulaGraph Console

You can obtain NebulaGraph Console in the following ways:
Expand Down

0 comments on commit 69ab7ff

Please sign in to comment.