From e554691164af8a51a794a5041b7d4ac551fd6d43 Mon Sep 17 00:00:00 2001 From: Hayley Campbell Date: Wed, 10 Apr 2024 11:10:57 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8227b9c..2d2522b9 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Official Rust [EventStoreDB rust gRPC] gRPC Client. -[EventStoreDB] is an open-source database built from the ground up for Event Sourcing, with Complex Event Processing in Javascript. +[EventStoreDB] is the event-native database, where business events are immutably stored and streamed. Designed for event-sourced, event-driven, and microservices architectures. ## EventStoreDB Server Compatibility This client is compatible with version `20.6.1` upwards and works on Linux, MacOS and Windows. @@ -79,9 +79,10 @@ Documentation for EventStoreDB can be found here: [EventStoreDB Docs] Bear in mind that this client is not yet properly documented. We are working hard on a new version of the documentation. -## Community +## Communities -We have a community discussion space at [EventStoreDB Discuss]. +- [Discuss](https://discuss.eventstore.com/) +- [Discord (Event Store)](https://discord.gg/Phn9pmCw3t) [EventStoreDB]: https://eventstore.com/ [EventStoreDB rust gRPC]: https://developers.eventstore.com/clients/grpc/getting-started?codeLanguage=Rust