This is an automated email from the ASF dual-hosted git repository.
wusheng pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
The following commit(s) were added to refs/heads/main by this push:
new eb6e7ac Init readme.
eb6e7ac is described below
commit eb6e7acff0994679d6f58011bb90784ed16eee84
Author: Wu Sheng <[email protected]>
AuthorDate: Tue Aug 31 15:38:42 2021 +0800
Init readme.
---
README.md | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/README.md b/README.md
index e69de29..9b3eeba 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,28 @@
+BanyanDB Java Client
+==========
+
+<img src="http://skywalking.apache.org/assets/logo.svg" alt="Sky Walking logo"
height="90px" align="right" />
+
+The client implement for SkyWalking BanyanDB in Java.
+
+[](https://github.com/apache/skywalking)
+[](https://twitter.com/AsfSkyWalking)
+
+[](https://github.com/apache/skywalking-banyandb-java-client/actions?query=workflow%3ACI%2BAND%2BIT+event%3Aschedule+branch%main)
+
+# Compiling project
+> ./mvnw clean package
+
+# Code of conduct
+This project adheres to the Contributor Covenant [code of
conduct](https://www.apache.org/foundation/policies/conduct). By participating,
you are expected to uphold this code.
+Please follow the [REPORTING
GUIDELINES](https://www.apache.org/foundation/policies/conduct#reporting-guidelines)
to report unacceptable behavior.
+
+# Contact Us
+* Mail list: **[email protected]**. Mail to
`[email protected]`, follow the reply to subscribe the mail
list.
+* Send `Request to join SkyWalking slack` mail to the mail
list(`[email protected]`), we will invite you in.
+* Twitter, [ASFSkyWalking](https://twitter.com/ASFSkyWalking)
+* QQ Group: 901167865(Recommended), 392443393
+* [bilibili B站 视频](https://space.bilibili.com/390683219)
+
+# License
+[Apache 2.0 License.](LICENSE)
\ No newline at end of file