Skip to content

Commit

Permalink
Features & requirements in readme (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilijaNL authored Jul 22, 2024
1 parent 9142abf commit f8437f1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

A SQS like solution build on top of Postgres and NodeJS.

## Features

- At least once or **exactly once** delivery
- Typesafety
- Ability to schedule tasks in far future
- Postgres client agnostic
- Backpressure-compatible polling workers
- Task execution log
- Unique tasks per queue (on at a time enqueued)
- Exposed query plans for deep integration
- no outbox tables needed anymore
- Multi-master compatible
- Automatic creation and migration of storage tables
- Automatic maintenance operations to manage table growth

## Requirements

- Node 18 or higher
- PostgreSQL 11 or higher

## Usage

```
Expand Down

0 comments on commit f8437f1

Please sign in to comment.