Good example of production grade rest api without an ORM

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

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

    Example Go kit services (by go-kit)

  • If you follow repository pattern than it really doesn’t matter if you use orm or raw sql or even database is replacable. Check e.g. https://github.com/go-kit/examples/tree/master/shipping

  • exposure-notifications-server

    Discontinued Exposure Notification Reference Server | Covid-19 Exposure Notifications

  • You may want to checkout the "Exposure Notifications Server" project; I also have a similar (educational) project that uses the Repository Pattern.

  • 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
  • todo-api-microservice-example

    Go microservice tutorial project using Domain Driven Design and Onion Architecture!

  • You may want to checkout the "Exposure Notifications Server" project; I also have a similar (educational) project that uses the Repository Pattern.

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

  • Example of a well written and structured RESTful API or web service?

    5 projects | /r/golang | 21 Dec 2021
  • How to avoid "import cycle not allowed" when defining related models in different packages?

    2 projects | /r/golang | 25 Nov 2021
  • Microservices in Go: Events and Background jobs using Kafka

    1 project | dev.to | 2 Sep 2021
  • Organization, importing, and exporting

    1 project | /r/golang | 6 May 2021
  • Hexagonal architecture and mocking

    2 projects | /r/golang | 29 Jan 2023