An open API service indexing awesome lists of open source software.

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

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)