https://github.com/skalar/ddes
JS/TypeScript framework for Distributed Event Sourcing & CQRS
https://github.com/skalar/ddes
aws cqrs distributed dynamodb event-sourcing
Last synced: 12 months ago
JSON representation
JS/TypeScript framework for Distributed Event Sourcing & CQRS
- Host: GitHub
- URL: https://github.com/skalar/ddes
- Owner: Skalar
- Created: 2018-04-27T05:47:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T07:20:28.000Z (over 2 years ago)
- Last Synced: 2025-06-09T10:06:18.835Z (about 1 year ago)
- Topics: aws, cqrs, distributed, dynamodb, event-sourcing
- Language: TypeScript
- Homepage: http://ddes.io
- Size: 45 MB
- Stars: 29
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DDES
> Event Sourcing for JavaScript/TypeScript
## Installation
```shell
yarn add @ddes/core @ddes/postgres
```
## Example usage
See [example usage](examples/kitchensink)