peregrine-backend VS go-starter

Compare peregrine-backend vs go-starter and see what are their differences.

go-starter

An opinionated production-ready SQL-/Swagger-first RESTful JSON API written in Go, highly integrated with VSCode DevContainers by allaboutapps. (by allaboutapps)
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
peregrine-backend go-starter
1 3
18 436
- 2.1%
0.0 6.6
about 1 year ago 3 months ago
Go Go
GNU General Public License v3.0 only 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.

peregrine-backend

Posts with mentions or reviews of peregrine-backend. We have used some of these posts to build our list of alternatives and similar projects.
  • How do you guys scout?
    1 project | /r/FRC | 19 Feb 2021
    My team made a scouting app called Peregrine a couple years ago. Might as well plug it: https://github.com/Pigmice2733/peregrine-backend

go-starter

Posts with mentions or reviews of go-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-15.
  • Good reference webapp projects in Golang with tests
    4 projects | /r/golang | 15 Sep 2022
  • Ask HN: Are you using Go for web development?
    6 projects | news.ycombinator.com | 24 Mar 2021
    Yes, monolithic Go RESTful JSON API services - we currently depend on go-swagger, SQLBoiler (PostgreSQL) and echo.

    Workflow: we use VSCode with devContainers (docker-compose local dev env), our tasks are simply defined in a Makefile. Our high-lvl dev workflow is documented here: https://github.com/allaboutapps/go-starter/wiki/FAQ#how-does...

    Difficulties: Nothing special actually. We switched from Node.js to Go in the beginning of 2020 and it's been a pleasure for our new projects (software agency). I thought it was going to be hard to onboard our staff / new hires to Go and our stack, but this really turned out to be a non issue.

  • VSCode, Dev Containers and Docker: moving software development forward
    5 projects | news.ycombinator.com | 21 Jan 2021
    Can only second this, we use a VSCode devContainer-based setup in all of our projects and even migrate our legacy projects to it (software agency).

    Here's our current base go template, you only need Docker+VSCode on your system to get started: https://github.com/allaboutapps/go-starter

    Bonus points:

What are some alternatives?

When comparing peregrine-backend and go-starter you can also consider the following projects:

api-sample-app - A simple REST-like API (no HATEOAS) example that can be used as a starter kit.

go-restful-api - An idiomatic Go REST API starter kit (boilerplate) following the SOLID principles and Clean Architecture

caffeine - A basic REST service for JSON data - enough for prototyping and MVPs!

golang-standards/project-layout - Standard Go Project Layout

QDriverStation - Cross-platform clone of the FRC Driver Station

modern-go-application - Modern Go Application example

gopg - A minimal microservice written in Go that executes Go programs. This microservice can be used to set-up local go learning environment at your workspace/school. You can also use the provided zero-configuration docker-image for quick deployments.

service - Starter-kit for writing services in Go using Kubernetes.

tutorial-go-fiber-rest-api - 📖 Build a RESTful API on Go: Fiber, PostgreSQL, JWT and Swagger docs in isolated Docker containers.

eventhorizon - Event Sourcing for Go!

Go-gRPC-RabbitMQ-microservice - Go gRPC RabbitMQ email microservice

gobase - This is a simple skeleton for golang applications