Skip to content

Commit

Permalink
Add philosophy to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
omervk committed Feb 18, 2024
1 parent 0447271 commit 4dba353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

An embedded framework to lend you a helping durable execution hand on your journey.

## Philosophy

<img src="./resources/tradeoffs.jpg" width="256" height="auto" />

This is being built to be lightweight, testable, localized/embedded and as type safe as I can make it. Workers should expect an influx of requests, and it’s preferable they be persistent and durable (can get an item, work on it, get the next item, etc.). The classic use case is a streaming-like business flow, where a streaming framework like Kafka Streams is overkill, and where each step is a single(?) idempotent IO call.

# WARNING: DO NOT USE!

This is very much a work in progress. Not even published to npm.
Expand Down
Binary file added resources/tradeoffs.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4dba353

Please sign in to comment.