wild-workouts-go-ddd-example VS diygoapi

Compare wild-workouts-go-ddd-example vs diygoapi and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
wild-workouts-go-ddd-example diygoapi
30 8
4,885 451
2.4% -
2.7 5.2
10 months ago 7 days 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.

wild-workouts-go-ddd-example

Posts with mentions or reviews of wild-workouts-go-ddd-example. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-09.

diygoapi

Posts with mentions or reviews of diygoapi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-21.
  • How I Error - 2 years later
    1 project | /r/golang | 6 Feb 2023
    Hi Go reddit community! For my https://github.com/gilcrest/diygoapi project, I recently re-refactored the way I do errors (this is like my 5th time over the years). I wrote a quick post and updated the README with details - the post is here: https://dangillis.dev/posts/errors-again/
  • Structuring a Golang API
    1 project | /r/CodingHelp | 9 Sep 2021
  • Introducing go-api-basic - another template/boilerplate RESTful web server
    5 projects | /r/golang | 21 Jun 2021
    Great idea. Added Issue 20
  • Codebase to learn golang code stucture
    3 projects | /r/golang | 5 Jan 2021
    Hey - I've been working on something like this for a while. Take a look - https://github.com/gilcrest/go-api-basic - as others have said this is really an opinionated thing, there are no standards, but I've found some ways of structuring web apis that I like over the years. I'm still learning and making changes, so it's in no way static, but you may get some ideas.
  • SQL Transactions with Repository/Clean Architecture Pattern
    1 project | /r/golang | 3 Jan 2021
    I have been working on a project called go-api-basic for a while now and setup what I think is a decent way of implementing transactions. In my datastore package I have a Datastorer interface, with a DB() method to return the sql.DB, a BeginTx method to begin a Transaction, a RollbackTx method to rollback a transaction and a CommitTx method for committing. The Datastore struct implements this interface and has appropriate error handling, etc. In my controller package, you can see how I use this towards the end of the CreateMovie method. I've actually been working on this thing for 3.5 years and this is the first time I've ever posted on reddit about it haha, hope it helps.
  • I just started learning Go. Could you recommend me some nicely written simple projects (e.g. server) I could take a look at to learn from?
    4 projects | /r/golang | 2 Jan 2021
    I am writing a simple project like this called go-api-basic - I'm in the middle of adding tests (I know, wrong order) and rewriting the README, but what's there you may find helpful.

What are some alternatives?

When comparing wild-workouts-go-ddd-example and diygoapi you can also consider the following projects:

clean-architecture-golang - This is my purpose of how to structure a web application in golang following the clean architecture principles

SendGrid - The Official Twilio SendGrid Golang API Library

watermill - Building event-driven applications the easy way in Go.

sv - idiomatic go http server

fx - A dependency injection based application framework for Go.

Gotify - A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui)

wire - Compile-time Dependency Injection for Go

exposure-notifications-server - Exposure Notification Reference Server | Covid-19 Exposure Notifications

remix - Build Better Websites. Create modern, resilient user experiences with web fundamentals.

golang-crud-rest-api - Implementing CRUD in Golang REST API with Mux & GORM

eShopOnContainers - Cross-platform .NET sample microservices and container based application that runs on Linux Windows and macOS. Powered by .NET 7, Docker Containers and Azure Kubernetes Services. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor. Moved to https://github.com/dotnet/eShop.

go-clean-architecture - Simple API for banking routines using a Clean Architecture in Golang :credit_card: :moneybag: :money_with_wings: