New go event sourcing library named incata

Event sourcing is capturing all changes of an application state as a sequence of events.
Since we only store events we only have to add events to a store, in contrast to updates for keeping the application state.
A much simpler model that scales very w…


This content originally appeared on DEV Community and was authored by Sotirios Mantziaris

Event sourcing is capturing all changes of an application state as a sequence of events.
Since we only store events we only have to add events to a store, in contrast to updates for keeping the application state.
A much simpler model that scales very well. When needing the application state we just aggregate the events into

More on this can be read all over the internet but two excellent links are available below:

The library has support for the following RDBMS's:

  • Microsoft SQL Server
  • PostgreSQL

incata is very easy to setup and to use like illustrated on the github page.
Any ideas or improvements are highly welcome. Enjoy!


This content originally appeared on DEV Community and was authored by Sotirios Mantziaris


Print Share Comment Cite Upload Translate Updates
APA

Sotirios Mantziaris | Sciencx (2025-03-28T19:29:41+00:00) New go event sourcing library named incata. Retrieved from https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/

MLA
" » New go event sourcing library named incata." Sotirios Mantziaris | Sciencx - Friday March 28, 2025, https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/
HARVARD
Sotirios Mantziaris | Sciencx Friday March 28, 2025 » New go event sourcing library named incata., viewed ,<https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/>
VANCOUVER
Sotirios Mantziaris | Sciencx - » New go event sourcing library named incata. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/
CHICAGO
" » New go event sourcing library named incata." Sotirios Mantziaris | Sciencx - Accessed . https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/
IEEE
" » New go event sourcing library named incata." Sotirios Mantziaris | Sciencx [Online]. Available: https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/. [Accessed: ]
rf:citation
» New go event sourcing library named incata | Sotirios Mantziaris | Sciencx | https://www.scien.cx/2025/03/28/new-go-event-sourcing-library-named-incata/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.