Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hnaderi/edomata-example

Example project using edomata
https://github.com/hnaderi/edomata-example

cqrs edomata event-sourcing eventsourcing example example-project scala

Last synced: 2 months ago
JSON representation

Example project using edomata

Awesome Lists containing this project

README

        

## Edomata example

This project is from examples in the tutorial, which models two domains, and uses two different runtimes (cats effect and ZIO).

## Run
Start postgres:
``` sh
docker-compose up
```

In a different shell:

``` sh
sbt catsEffectJVM/run
```

or for ZIO example:

``` sh
sbt zio/run
```

Visit https://edomata.ir/ for tutorial and more info.