Skip to content

Commit

Permalink
Merge pull request #60 from replicase/doc/event-queueing
Browse files Browse the repository at this point in the history
doc: use event queueing term
  • Loading branch information
rueian authored May 13, 2024
2 parents 1edafa7 + eb2871d commit 34cec4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A scalable Netflix DBLog implementation for PostgreSQL
* Primary keys of tables aren't limited to be a single numeric column, because dumps are performed by PostgreSQL TID Scan instead of performed on the primary key.

## Use cases
* Robust Microservice Event Sourcing
* Robust Microservice Event Queueing
* Data synchronization, Moving data to other databases (ex. for OLAP)
* Upgrade PostgreSQL with minimum downtime

Expand Down

0 comments on commit 34cec4b

Please sign in to comment.