A beginner's guide to creating a web-app in Go using Ent

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • graphql-schema

    GitHub’s GraphQL Schema with validation. Automatically updated.

  • Have a look at GitHub's GraphQL schema. Can you imagine building a product like GitHub or Facebook with raw SQL? Seriously asking...

  • goose

    A database migration tool. Supports SQL migrations and Go functions.

  • I'm using .sql migration files with tooling similar to https://github.com/pressly/goose . Is there a way to manage my schema with my pre-existing tooling and my queries/CRUD operations with Ent/Atlas?

  • 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.

    InfluxDB logo
  • entimport

    A tool for generating Ent schema from SQL schema

  • There's https://github.com/ariga/entimport which uses Atlas under the hood. I guess that with some effort the code there can be adapted to do what you want.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts