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
Copy file name to clipboardExpand all lines: README.md
+14-6Lines changed: 14 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ it includes 5+ main modules.
17
17
-[hugegraph-tools](./hugegraph-tools): Command line tool for deploying, managing and backing-up/restoring graphs from HugeGraph.
18
18
-[hugegraph-client](./hugegraph-client): A Java-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.
19
19
-[hugegraph-client-go](./hugegraph-client-go): A Go-written client for HugeGraph, providing `RESTful` APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. (WIP)
20
+
-[hugegraph-spark-connector](./hugegraph-spark-connector): A Spark connector for reading & writing HugeGraph data in Spark standard format.
20
21
21
22
## Usage
22
23
@@ -33,39 +34,46 @@ You could use import the dependencies in `maven` like this:
33
34
<dependency>
34
35
<groupId>org.apache.hugegraph</groupId>
35
36
<artifactId>hugegraph-client</artifactId>
36
-
<version>1.3.0</version>
37
+
<version>1.5.0</version>
37
38
</dependency>
38
39
39
40
<dependency>
40
41
<groupId>org.apache.hugegraph</groupId>
41
42
<artifactId>hugegraph-loader</artifactId>
42
-
<version>1.3.0</version>
43
+
<version>1.5.0</version>
43
44
</dependency>
44
45
```
45
46
47
+
And here are links of other **HugeGraph** component/repositories:
The [project homepage](https://hugegraph.apache.org/docs/quickstart/) contains more information about `hugegraph-toolchain`.
49
57
50
58
## License
51
59
52
-
hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/incubator-hugegraph-toolchain/blob/master/LICENSE) License.
60
+
hugegraph-toolchain is licensed under [Apache 2.0](https://github.com/apache/hugegraph-toolchain/blob/master/LICENSE) License.
53
61
54
62
## Contributing
55
63
56
64
- Welcome to contribute to HugeGraph, please see [How to Contribute](https://hugegraph.apache.org/docs/contribution-guidelines/contribute/) for more information.
57
65
- Note: It's recommended to use [GitHub Desktop](https://desktop.github.com/) to greatly simplify the PR and commit process.
58
66
- Thank you to all the people who already contributed to HugeGraph!
0 commit comments