A distributed systems reading list

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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

    Discontinued A reference use of Hashicorp's Raft implementation

  • FWIW, I built hraftd[1] many years ago to make it easy to play with a simple distributed system, but one that uses a production-grade implementation of Raft[2]. You can spin up a cluster in seconds on a single machine, kill nodes, watch a new Leader get elected, and so on.

    It's written in Go, so it'll help if you are familiar with Go. But the code is not difficult to understand even if you don't.

    [1] https://github.com/otoolep/hraftd

    [2] https://github.com/hashicorp/raft

  • 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

  • Show HN: hraftd – A reference use of HashiCorp's Raft implementation

    1 project | news.ycombinator.com | 7 Dec 2023
  • Implementing a distributed key-value store on top of implementing Raft in Go

    5 projects | news.ycombinator.com | 25 May 2023
  • Pebble - as a key/value db

    2 projects | /r/golang | 11 Dec 2022
  • A Detailed Brief About Offence and Defence on Cloud Security - Etcd Risks

    1 project | dev.to | 28 Oct 2022
  • Using etcd as primary store/database?

    1 project | /r/codehunter | 11 Jul 2022