Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hnaderi/edomata-example
- Owner: hnaderi
- License: apache-2.0
- Created: 2023-02-09T08:23:29.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T00:51:35.000Z (8 months ago)
- Last Synced: 2024-05-07T01:38:41.638Z (8 months ago)
- Topics: cqrs, edomata, event-sourcing, eventsourcing, example, example-project, scala
- Language: Scala
- Homepage: https://edomata.ir
- Size: 134 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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.