Production-ready library? #347
Replies: 7 comments 6 replies
-
Hi @cloudcompute It is a very lightweight library that uses the Type system of the language to achieve the robustness of your solution. Saying all that, there is a small chance to detect bugs in this library (especially on the Domain layer). Most are detected at compile time! BTW, the libraries are regularly maintained and new features will be added. Best |
Beta Was this translation helpful? Give feedback.
-
Hi @idugalic Wonderful ! More than this, thank you for remembering and sending the notification to me. Recently, I tried to implement event sourcing using Scala language. I favour Scala for two reasons: a. Great built-in functional support b. its ecosystem is awesome especially ZIO I am asking these questions in context of Kotlin (JVM based) Would it be possible to use I had a look at the How have you implemented Thank you |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will. |
Beta Was this translation helpful? Give feedback.
-
Hi @idugalic I am going through fmodel-ts and fmodel libraries.. the code is very neatly written. However, it will take some time to fully understand it. What is Do they support I want to implement the Thanks and Regards |
Beta Was this translation helpful? Give feedback.
-
Ohkay, EventSourcingLockingAggregate is all about OCC. Thank you for the quick response. You have documented almost every part of the code including these blogs, I like this approach a lot. TypeScript example is great.. the only thing I think I need to do is to
I was thinking about this architecture:
To achieve this, we need to split this code in 2 parts: a. Database operations (NodeJS/TypeScript) i.e. the b. Domain logic i.e. the Right now, I am not sure whether it even makes sense. I am trying to figure out if it is possible. It'd be really great if you can throw some light on this. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Right ! |
Beta Was this translation helpful? Give feedback.
-
Hi
Can we use it in production, stable enough? Is there any example which we can use as the starting point? Can we use Nats and/or Mongo, Postgres as an event store?
Also pl. tell about the production status of fmodel (written in Kotlin).
Thank you
Beta Was this translation helpful? Give feedback.
All reactions