When to use a queue library or straight redis?

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

    Microservice providing API to provisioning capabilities

  • Our solution is simply one Redis queue, jobs have "type" (string) and are marshalled via Gob (for type safety) and there is no return value from job or error. This makes things extremely easy. We keep statistics (metrics) of job queue size and "in flight" jobs. Here is our implementation, just for inspiration. I suggest to write this on your own: https://github.com/RHEnVision/provisioning-backend/tree/main/pkg/worker

  • 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

  • The Docker build – Docker run workflow missing from AI/ML?

    1 project | news.ycombinator.com | 8 May 2024
  • How to implement a slider element using React, Tailwind.css and Intersection Observer API

    2 projects | dev.to | 8 May 2024
  • Ask HN: What do you use local LLMs for?

    2 projects | news.ycombinator.com | 7 May 2024
  • Design Docs at Google

    3 projects | news.ycombinator.com | 7 May 2024
  • Intent-tuned LLM router that selects the best LLM for a user query

    1 project | news.ycombinator.com | 7 May 2024