saving-goals-go VS saving-goals-go

Compare saving-goals-go vs saving-goals-go and see what are their differences.

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] (by eventually-rs)

saving-goals-go

Example Event-Sourced microservice using https://github.com/eventually-rs/eventually-go (by get-eventually)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
saving-goals-go saving-goals-go
1 1
6 6
- -
5.4 1.8
about 3 years ago about 3 years ago
Go Go
MIT License 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.

saving-goals-go

Posts with mentions or reviews of saving-goals-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-02.

saving-goals-go

Posts with mentions or reviews of saving-goals-go. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-05-15.
  • Clean design pattern
    4 projects | /r/golang | 15 May 2021
    I didn't mean "don't use dependency injection/inversion" (you SHOULD definitely use it), but rather "don't use dependency injection FRAMEWORKS". Initialize the dependencies and passing them around by hand should be fine in 99.99% of the cases. If it starts getting hairy, you can use some simple functions that perform part of the initialization. Do everything in the `main()` but comment different chunks of the initialization (e.g. https://github.com/get-eventually/saving-goals-go/blob/main/cmd/saving-goals-api/main.go)

What are some alternatives?

When comparing saving-goals-go and saving-goals-go you can also consider the following projects:

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

eventsourcing - Event Sourcing in Go

eventually-rs - Event Sourcing for Rust

Go-EventSourcing-CQRS - Go Event Sourcing CQRS Microservice

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