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
·
chrislusf avatar

chrislusf/vasto

0
View on GitHub↗
263 estrellas·30 forks·Go·Apache-2.0·2 vistas

Vasto

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

Features

  • Database Engines - Distributed high-performance key-value store.
  • Database Systems - Listed in the “Database Systems” section of the Awesome Go awesome list.
  • Bases de datos - Distributed, high-performance key-value store.

Historial de estrellas

Gráfico del historial de estrellas de chrislusf/vastoGráfico del historial de estrellas de chrislusf/vasto

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 Vasto

Proyectos open-source similares, clasificados según cuántas características comparten con Vasto.
  • 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
  • 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
  • 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
  • codenotary/immudbAvatar de codenotary

    codenotary/immudb

    8,982Ver en GitHub↗

    immudb is a tamperproof database that maintains an immutable record of entries using cryptographic commit logging. It ensures verifiable database integrity by utilizing Merkle trees to generate membership and consistency proofs that detect unauthorized data alterations. The system employs a multi-model storage engine that unifies key-value, document, and relational data structures within a single immutable backend. It provides compatibility with the PostgreSQL wire protocol, allowing it to integrate with standard SQL clients, ORMs, and database tools. The project covers broad capabilities in

    Goauditablecompliancecryptographic
    Ver en GitHub↗8,982
Ver las 30 alternativas a Vasto→

Preguntas frecuentes

¿Qué hace chrislusf/vasto?

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

¿Cuáles son las características principales de chrislusf/vasto?

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

¿Qué alternativas de código abierto existen para chrislusf/vasto?

Las alternativas de código abierto para chrislusf/vasto incluyen: cockroachdb/cockroach — Cockroach is a distributed SQL database designed to scale horizontally across multiple nodes while maintaining strict… couchbase/moss — moss - a simple, fast, ordered, persistable, key-val storage library for golang. akrylysov/pogreb — Embedded key-value store for read-heavy workloads written in Go. 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… covenantsql/covenantsql — A decentralized, trusted, high performance, SQL database with blockchain features.