10 - Dependency Injection and App Demo

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    Tutorial on building a Fullstack memorization application

  • If at any point you are confused about file structure or code, go to Github repository and check out the branch for the previous lesson to be in sync with me!

  • migrate

    Database migrations. CLI and Golang library.

  • I ended up using a tool called golang-migrate CLI to create and apply migrations. Check out the link for instructions on how to install the CLI on your OS. I'm just going to install the CLI directly on my machine as it's a bit simpler than setting it up inside of Docker.

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

  • How to use SQLC with Golang

    1 project | dev.to | 3 Jan 2024
  • Looking for recommendations for model/schema/migration management in Golang

    2 projects | /r/golang | 7 Dec 2023
  • best practices for testing of stored procedure calls?

    1 project | /r/golang | 12 Jul 2023
  • Authentication system using Golang and Sveltekit - User registration

    1 project | dev.to | 3 Jun 2023
  • is golang-migrate safe in production,i may be obsessive here , but anything that deals with db in production makes me very worried.. this tool installed in linux by a bash , then use cli to get the connection string , so is there any vulnerability to send the connection string out of my project?

    1 project | /r/golang | 6 Mar 2023