Skip to content

Commit 796a510

Browse files
committed
Readme is made consistent with other representations
1 parent 9ba6e39 commit 796a510

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@
44

55
**Microservice Native Event Store and Message Store for Postgres**
66

7-
A fully-featured event store and message store implemented entirely in PostgreSQL, supporting event sourcing and messaging applications and services.
7+
A fully-featured event store and message store implemented in PostgreSQL for Pub/Sub, Event Sourcing, Messaging, and Evented Microservices applications.
88

99
## Features
1010

1111
- Pub/Sub
1212
- JSON message data
1313
- Event streams
14+
- Stream categories
1415
- Metadata
16+
- Message queues
1517
- Message storage
1618
- Consumer groups
1719
- Service host
@@ -20,7 +22,7 @@ A fully-featured event store and message store implemented entirely in PostgreSQ
2022

2123
## Rationale
2224

23-
An event sourcing and Pub/Sub message store built on Postgres for simple cloud or local hosting. An implementation of the essential features of tools like [Event Store](https://eventstore.org), with built-in support for messaging patterns like Pub/Sub, and consumer patterns like consumer groups.
25+
An event sourcing and Pub/Sub message store built on Postgres for simple cloud or local hosting. A minimalist implementation of the essential features of tools like [Event Store](https://eventstore.org) or [Kafka](https://kafka.apache.org), with built-in support for messaging patterns like Pub/Sub, and consumer patterns like consumer groups.
2426

2527
Message DB was extracted from the [Eventide Project](http://docs.eventide-project.org) to make it easier for users to write clients in the language of their choosing.
2628

0 commit comments

Comments
 (0)