Hi Spine Team
What is the current status of this event-sourcing framework, is it production-ready, if any project/application/company is using it in production?
Does it promote the Pure functions principle of functional programming i.e. do not include side-effects (like db, third-party api access) in your pure functions?
Which databases does it support, does it implement the Outbox table pattern (which is useful for writing the events to Kafka)?
Thank you.
Hi Spine Team
What is the current status of this event-sourcing framework, is it production-ready, if any project/application/company is using it in production?
Does it promote the
Pure functionsprinciple of functional programming i.e. do not include side-effects (like db, third-party api access) in your pure functions?Which databases does it support, does it implement the Outbox table pattern (which is useful for writing the events to Kafka)?
Thank you.