eventsourcing VS wtf

Compare eventsourcing vs wtf and see what are their differences.

wtf

WTF Dial is an example application written in Go. (by hallgren)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
eventsourcing wtf
4 2
186 4
- -
9.4 0.0
8 days ago about 3 years ago
Go Go
Mozilla Public License 2.0 MIT License
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.

eventsourcing

Posts with mentions or reviews of eventsourcing. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-11.
  • Event sourcing two years later (almost)
    2 projects | /r/golang | 11 Mar 2022
    Support for eventstore.com eventstore. esdb
  • DDD in Go -- my take on it
    1 project | /r/golang | 2 Sep 2021
    I have a package where I try to tackle event sourcing with DDD in mind. https://github.com/hallgren/eventsourcing
  • Event sourcing a year later
    5 projects | /r/golang | 11 Apr 2021
    Its been a year since I posted https://www.reddit.com/r/golang/comments/drdyqm/eventsourcing_in_go/ and asked for feedback for my eventsourcing pkg.
  • eventually-go: Idiomatic Event Sourcing for Go
    6 projects | /r/golang | 2 Feb 2021
    A friend of mine has been working on an ES project with idiomatic Go using zero dependencies: hallgren/eventsourcing. If you want something lightweight with an open and flexible API I recommend you check it out. It uses submodules to support different persistance methods, e.g. in-memory or SQL.

wtf

Posts with mentions or reviews of wtf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-11.
  • Event sourcing a year later
    5 projects | /r/golang | 11 Apr 2021
    A reason for the post is to get traction and others to use it to figure stuff like this out. When I ported the wtf-dial project to use this pkg the Timestamp property is used https://github.com/hallgren/wtf/blob/main/es_dial.go#L84 to set the last updated property. Reason and Timestamp is related to the event itself (it enrich the event) Correlation id relates to the the command that triggers the event and belongs in metadata. That sad this is my opinion and I can be dead wrong :)

What are some alternatives?

When comparing eventsourcing and wtf you can also consider the following projects:

eventually-rs - Event Sourcing for Rust

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

Event Store - EventStoreDB, the event-native database. Designed for Event Sourcing, Event-Driven, and Microservices architectures

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]

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