Skip to content

Commit

Permalink
doc: use event queueing term
Browse files Browse the repository at this point in the history
  • Loading branch information
KennyChenFight committed May 13, 2024
1 parent 11cf1a2 commit eb2871d
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 eb2871d

Please sign in to comment.