awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
couchbase avatar

couchbase/moss

0
View on GitHub↗
1,016 estrellas·65 forks·Go·5 vistas

Moss

moss - a simple, fast, ordered, persistable, key-val storage library for golang

Features

  • Database Engines - Simple LSM key-value storage engine.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.
  • Bases de datos - Simple LSM-based key-value storage engine.

Historial de estrellas

Gráfico del historial de estrellas de couchbase/mossGráfico del historial de estrellas de couchbase/moss

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Moss

Proyectos open-source similares, clasificados según cuántas características comparten con Moss.
  • chrislusf/vastoAvatar de chrislusf

    chrislusf/vasto

    263Ver en GitHub↗

    A distributed key-value store. On Disk. Able to grow or shrink without service interruption.

    Godistributed-storagekey-valuereplication
    Ver en GitHub↗263
  • claygod/cofferAvatar de claygod

    claygod/coffer

    39Ver en GitHub↗

    Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without losing the ACID properties of the database. The database provides the ability to create record headers at own discretion and use them as transactions. The maximum size of stored data is limited by the size of the computer's RAM.

    Go
    Ver en GitHub↗39
  • akrylysov/pogrebAvatar de akrylysov

    akrylysov/pogreb

    1,350Ver en GitHub↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    Ver en GitHub↗1,350
  • cockroachdb/cockroachAvatar de cockroachdb

    cockroachdb/cockroach

    32,207Ver en GitHub↗

    Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict ACID compliance and global data consistency. It functions as a relational database engine that automatically partitions data into ranges, rebalancing them across a cluster to accommodate growing storage and throughput requirements. By utilizing a distributed consensus protocol, the system ensures that all nodes agree on the order of operations, providing fault tolerance and continuous availability even in the event of hardware failures. The system distinguishes itself through

    Gocockroachdbdatabasedistributed-database
    Ver en GitHub↗32,207
Ver las 30 alternativas a Moss→

Preguntas frecuentes

¿Qué hace couchbase/moss?

moss - a simple, fast, ordered, persistable, key-val storage library for golang

¿Cuáles son las características principales de couchbase/moss?

Las características principales de couchbase/moss son: Database Engines, Database Systems, Bases de datos.

¿Qué alternativas de código abierto existen para couchbase/moss?

Las alternativas de código abierto para couchbase/moss incluyen: claygod/coffer — Simply ACID* key-value database. At the medium or even low latency it tries to provide greater throughput without… codenotary/immudb — immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It… akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. chrislusf/vasto — A distributed key-value store. On Disk. Able to grow or shrink without service interruption. cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… covenantsql/covenantsql — A decentralized, trusted, high performance, SQL database with blockchain features.