1
- # Event Store Client SDK for Java
1
+ # EventStoreDB Client SDK for Java
2
2
3
- This repository contains an [ Event Store ] [ es ] Client SDK written in Java for use with languages on the JVM. It is
3
+ This repository contains an [ EventStoreDB ] [ es ] Client SDK written in Java for use with languages on the JVM. It is
4
4
compatible with Java 8 and above.
5
5
6
6
Note: This client is currently under active development and further API changes are expected. Feedback is very welcome.
7
7
8
8
## Developing
9
9
10
- The SDK is built using [ ` Gradle ` ] [ gradle ] . Integration tests run against a server using Docker, with the [ Event Store gRPC
10
+ The SDK is built using [ ` Gradle ` ] [ gradle ] . Integration tests run against a server using Docker, with the [ EventStoreDB gRPC
11
11
Client Test Container] [ container ] . Packages are not currently published to Maven Central, but will be once this library
12
12
approaches release.
13
13
14
14
## EventStoreDB Server Compatibility
15
15
16
16
This client is compatible with version ` 20.6.1 ` upwards.
17
17
18
- Server setup instructions can be found here [ EventStoreDB Docs ] , follow the docker setup for the simplest configuration.
18
+ Server setup instructions can be found in the [ docs ] , follow the docker setup for the simplest configuration.
19
19
20
20
## Example
21
21
@@ -87,17 +87,17 @@ public class Main {
87
87
88
88
## Support
89
89
90
- Information on support can be found here : [ EventStoreDB Support]
90
+ Information on support can be found on our website : [ Event Store Support] [ support ]
91
91
92
92
## Documentation
93
93
94
- Documentation for EventStoreDB can be found here: [ EventStoreDB Docs ]
94
+ Documentation for EventStoreDB can be found in the [ docs ] .
95
95
96
96
Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation.
97
97
98
98
## Community
99
99
100
- We have a community discussion space at [ EventStoreDB Discuss] .
100
+ We have a community discussion space at [ Event Store Discuss] [ discuss ] .
101
101
102
102
## Contributing
103
103
@@ -109,6 +109,6 @@ review our [Contributing Guide][contributing] and [Code of Conduct][code-of-cond
109
109
[ container ] : https://github.com/EventStore/EventStore-Client-gRPC-TestData
110
110
[ contributing ] : https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CONTRIBUTING.md
111
111
[ code-of-conduct ] : https://github.com/EventStore/EventStoreDB-Client-Java/tree/master/CODE-OF-CONDUCT.md
112
- [ eventstoredb support] : https://eventstore.com/support/
113
- [ eventstoredb docs] : https://developers.eventstore.com/server/20.6/server/installation/
114
- [ eventstoredb discuss] : https://discuss.eventstore.com/
112
+ [ support ] : https://eventstore.com/support/
113
+ [ docs ] : https://developers.eventstore.com/server/20.6/server/installation/
114
+ [ discuss ] : https://discuss.eventstore.com/
0 commit comments