Skip to content

Commit a567064

Browse files
authored
Merge pull request #435 from hnaderi/patch-1
Add edomata to affiliate projects
2 parents bbb3d0e + 03aabbe commit a567064

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/projects.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@
7070
description: "A pure functional JDBC layer for Scala. It is not an ORM, nor is it a relational algebra; it just provides a principled way to construct programs (and higher-level libraries) that use JDBC."
7171
github: "https://github.com/tpolecat/doobie"
7272
affiliate: true
73+
- title: "edomata"
74+
category: "Event sourcing and CQRS"
75+
description: "Event-driven automata for Scala, Scala.js and scala native. This library provides purely functional state machines that can be used to create event sourced and/or CQRS style applications. It also includes production ready backends."
76+
github: "https://github.com/hnaderi/edomata"
77+
permalink: "https://edomata.ir/"
78+
affiliate: true
7379
- title: "eff"
7480
category: "effects"
7581
description: "Extensible effects are an alternative to monad transformers for computing with effects in a functional way. This library is based on the “free-er” monad and an “open union” of effects described by Oleg Kiselyov in “Freer monads, more extensible effects”"

0 commit comments

Comments
 (0)