eventually-rs VS thalo

Compare eventually-rs vs thalo and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
eventually-rs thalo
3 7
539 623
1.9% 1.4%
6.3 8.5
10 days ago 2 months ago
Rust Rust
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

eventually-rs

Posts with mentions or reviews of eventually-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-11.
  • Best practices for designing traits in public crates?
    3 projects | /r/rust | 11 Dec 2023
    While I like now that there is a single trait involved (which also makes it easier to write super-types), I don't like the requirement for those associated type names like type GetError and type SaveError. I also don't particularly like the idea of hiding everything behind a single Error type, as it kinda defeats the purpose of having such a nice type system like the one Rust has.
  • eventually-go: Idiomatic Event Sourcing for Go
    6 projects | /r/golang | 2 Feb 2021
    But you can read it in the Rust version README! :D

thalo

Posts with mentions or reviews of thalo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-12.
  • Thalo - Event Sourcing runtime for WASM
    5 projects | /r/rust | 12 Dec 2022
    Thalo is a new Rust library that provides a runtime for WASM-based event sourcing. With Thalo, developers can compile their aggregates and components into WASM modules and use them in the runtime to handle commands and persist events to an event store. The library is built on top of Wasmtime and Message DB, and uses the ESDL schema language to define aggregates. While Thalo is not yet ready for real-world use, it has the potential to make event sourcing more accessible to a wider range of languages that compile to WASM, allowing for a language-agnostic runtime. Give it a try and let us know what you think! https://github.com/thalo-rs/thalo
    4 projects | /r/rust | 9 Dec 2022
    Over the past couple of months I've rewritten a project of mine from scratch called Thalo. https://github.com/thalo-rs/thalo
  • Thalo – Rust event sourcing framework
    1 project | news.ycombinator.com | 25 Jan 2022
  • Thalo.rs - Event Sourcing in Rust
    5 projects | /r/rust | 24 Jan 2022
    Interesting! Thanks for sharing. I can see how macros can be heavy, but yours was pretty light IMO. Comparing with the current example, the current one has basically the same code, plus the edsl code that looks like a header (if Rust ever had C's .h or OCaml's .mli files). Which isn't necessarily a bad thing though.

What are some alternatives?

When comparing eventually-rs and thalo you can also consider the following projects:

eventsourcing - Event Sourcing in Go

Airline-Microservices - Airline Microservice is a simple Airline application for online reserving flight ticket. This application based on different software architecture and technologies like .Net Core, CQRS, DDD, Vertical Slice Architecture, Docker, kubernetes, tye, masstransit, RabbitMQ, Grpc, yarp reverse proxy, Identity Server, Redis, SqlServer, Entity Framework Core, Event Sourcing and different level of testing.

simd-json - Rust port of simdjson

PumpkinDB - Immutable Ordered Key-Value Database Engine

rsfbclient - Rust Firebird Client

postgresql-event-sourcing - A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the repository and run end-to-end tests to see how everything works together.

saving-goals-go - Example Event-Sourced microservice using https://github.com/eventually-rs/eventually-go [Moved to: https://github.com/get-eventually/saving-goals-go]

esdl - Event-sourcing Schema Definition Language

eventually-go - Idiomatic Domain-driven Design, CQRS and Event Sourcing for Go

esdl-vscode - VSCode Language Syntax for ESDL

goengine - Engine provides you all the capabilities to build an Event sourced application in go

Rails Event Store - A Ruby implementation of an Event Store based on Active Record