Skip to content

Commit ef1abb3

Browse files
authored
[close #520] add communication method in README (#521)
1 parent 4f33307 commit ef1abb3

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
[![Maven Central](https://img.shields.io/maven-central/v/org.tikv/tikv-client-java.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.tikv%22%20AND%20a:%22tikv-client-java%22)
2+
[![Slack](https://img.shields.io/badge/chat-on%20Slack-brightgreen.svg)](https://slack.tidb.io/invite?team=tikv-wg&channel=client)
3+
14
## TiKV JAVA Client
25

36
A Java client for [TiDB](https://github.com/pingcap/tidb)/[TiKV](https://github.com/tikv/tikv).
@@ -51,14 +54,21 @@ Find more demo in [KVRawClientTest](https://github.com/birdstorm/KVRawClientTest
5154
See [Java Client Documents](/docs/README.md) for references about how to config and monitor Java Client.
5255

5356
A [Maven site](https://tikv.github.io/client-java/site) is also available. It includes:
54-
1. [API reference](https://tikv.github.io/client-java/site/apidocs/index.html)
57+
1. [API reference](https://tikv.github.io/client-java/site/apidocs/index.html)
5558
2. [Spotbugs Reports](https://tikv.github.io/client-java/site/spotbugs.html)
5659
3. [Source Code Xref](https://tikv.github.io/client-java/site/xref/index.html)
5760

5861
## Community
5962

63+
### Forum
64+
65+
- User forum: [AskTUG](https://asktug.com/)
66+
- Contributor forum: [https://internals.tidb.io/](https://internals.tidb.io/)
67+
68+
### Contribute to TiKV Java Client
69+
6070
See [Contribution Guide](https://tikv.github.io/client-java/contribution/introduction.html) for references about how to contribute to this project.
6171

6272
## License
6373

64-
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.
74+
Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.

0 commit comments

Comments
 (0)