A dead simple Key-value Storage API

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

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. 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

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. 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.

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

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

  • A redis server that uses Postgres as its storage engine (redix v5)

    2 projects | /r/golang | 15 Jan 2022
  • Show HN: GoBigdis, a persistent database implementing the Redis server protocol

    1 project | news.ycombinator.com | 1 Jul 2021
  • Using a httputil reverse proxy to host gRPC REST & static web content (eg HTML) on a single port

    2 projects | /r/golang | 2 Jun 2021
  • ld - 0.1.1: protocol buffers database

    1 project | /r/golang | 23 Mar 2021
  • gRPC bytes

    1 project | /r/grpc | 4 Mar 2021

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