A dead simple Key-value Storage API

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • Jet

    A key-value db api with multiple storage engines and key generation (by go-gems)

    I'm currently working on a Key-Value storage api. It was a good way to learn interface usage and testing :-) Check out the project and feel free to comment or contribute to the project https://github.com/go-gems/Jet

  • redix

    a very simple pure key => value storage system that speaks Redis protocol with Postgres as storage engine and more

    I don’t get the idea of your module layout: nested vs unnested packages, lowercase vs uppercase vs capitalized directory names. Check out https://github.com/alash3al/redix to get an idea about clean module design.

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

  • ld

    Lean Database

    Hell, I even built a kv-database myself that I just announced some weeks ago, based on badgerDB: ld. It's API is the api I would say qualifies as a simple actual kv database api. KeyRange { String prefix, from, to, pattern (pattern may be a bit over the top) } The database is value agnostic

  • Amber

    Url Shortener plateform (by go-gems)

    Thanks for this feedback. The first goal of this project was to learn how to write tests. Didn't get any idea about what to do to learn, and this idea came from a url shortener.

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