https://github.com/go-po/po
cqrs event-sourcing go go-lib golang message-streams persistence
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/go-po/po
- Owner: go-po
- License: apache-2.0
- Created: 2020-01-28T14:05:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T06:03:22.000Z (almost 6 years ago)
- Last Synced: 2025-08-09T21:37:47.748Z (10 months ago)
- Topics: cqrs, event-sourcing, go, go-lib, golang, message-streams, persistence
- Language: Go
- Size: 465 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PO
Library to create Event Sourced Applications using Message Streams as the persistence layer.
## Goals
* Make it easy to use Message Streams for Persistence
* Be a lightweight toolkit that plays well with others
## Non-Goals
* Handle async communication between multiple services
# Features
1. Writing Messages to a stream
1. Projecting Messages onto a Handler
1. Subscribing to message streams
1. by stream
1. by group
1. Grouping of message streams
1. Message ordering
1. by stream
1. by group
## Planned
1. Snapshots
1. Projections
1. Subscriptions