Jepsen: Jetcd 0.8.2

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. etcd

    Distributed reliable key-value store for the most critical data of a distributed system

    Look at the code for the watcher client[1] and lease management[2].

    [1]: https://github.com/etcd-io/etcd/blob/main/client/v3/watch.go

    [2]: https://github.com/etcd-io/etcd/blob/main/client/v3/lease.go

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. etcd

    Jepsen tests for etcd (by jepsen-io)

    At the very real risk of "talk is cheap," my understanding is that is part of why Jepsen publishes the test suites (e.g. https://github.com/jepsen-io/etcd ) so it's not "take my word for it" but rather "lein run test-all" and watch the fireworks. So, a sufficiently motivated actor, say for example one of the deep-pocketed stewards of the Kubernetes project could run the tests themselves

    Between my indescribable hatred for etcd and my long-held lust for a pluggable KV backend (https://github.com/kubernetes/kubernetes/issues/1957 et al) it'd be awesome if any provable KV safety violations were finally the evidence required for them to take that request seriously

  4. kubernetes

    Production-Grade Container Scheduling and Management

    At the very real risk of "talk is cheap," my understanding is that is part of why Jepsen publishes the test suites (e.g. https://github.com/jepsen-io/etcd ) so it's not "take my word for it" but rather "lein run test-all" and watch the fireworks. So, a sufficiently motivated actor, say for example one of the deep-pocketed stewards of the Kubernetes project could run the tests themselves

    Between my indescribable hatred for etcd and my long-held lust for a pluggable KV backend (https://github.com/kubernetes/kubernetes/issues/1957 et al) it'd be awesome if any provable KV safety violations were finally the evidence required for them to take that request seriously

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

  • Building Burstables: CPU slicing with cgroups

    1 project | news.ycombinator.com | 2 May 2025
  • Kubernetes 1.33: A Deep Dive into the Exciting New Features of Octarine

    2 projects | dev.to | 26 Apr 2025
  • Kubernetes Agent Blind to New Mounts? Demystifying Mount Propagation

    1 project | dev.to | 23 Apr 2025
  • A Detailed Comparison between Kubernetes Operators and Controllers

    1 project | dev.to | 20 Apr 2025
  • A Beginner's Journey: Deploying Applications on Amazon EKS

    2 projects | dev.to | 17 Apr 2025

Did you know that Go is
the 4th most popular programming language
based on number of references?