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
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to go-kivik/kivik

Open-source alternatives to Kivik

30 open-source projects similar to go-kivik/kivik, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Kivik alternative.

  • shlomi-noach/awesome-mysqlAvatar de shlomi-noach

    shlomi-noach/awesome-mysql

    2,579Ver en GitHub↗

    A curated list of awesome MySQL software, libraries, tools and resources

    Python
    Ver en GitHub↗2,579
  • couchbase/couchnodeAvatar de couchbase

    couchbase/couchnode

    462Ver en GitHub↗

    Couchbase Node.js Client Library (Official)

    TypeScriptcouchbasenodejssdk
    Ver en GitHub↗462
  • mongodb/node-mongodb-nativeAvatar de mongodb

    mongodb/node-mongodb-native

    10,180Ver en GitHub↗

    The MongoDB Node.js Driver is a programmatic interface and NoSQL database client used to manage document storage and execute operations within a MongoDB database. It serves as an asynchronous database interface and connection manager that enables Node.js applications to integrate with MongoDB servers. The project implements client-side field encryption to secure sensitive data and queries locally before transmission. It also provides a BSON serialization library to convert JavaScript objects into a binary format for efficient storage and network transmission. The driver covers a broad range

    TypeScriptdatabasemongodbnode-js
    Ver en GitHub↗10,180
  • aerospike/aerospike-client-nodejsAvatar de aerospike

    aerospike/aerospike-client-nodejs

    207Ver en GitHub↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    Ver en GitHub↗207
  • dhamaniasad/awesome-postgresAvatar de dhamaniasad

    dhamaniasad/awesome-postgres

    11,955Ver en GitHub↗

    This project is a curated directory of software, libraries, and resources designed to support the management, monitoring, and deployment of PostgreSQL database environments. It functions as a structured index of community-supported tools, providing a centralized location for users to discover utilities that enhance database functionality and reliability. The directory organizes disparate database solutions into a logical hierarchy, covering areas such as graphical interfaces, backup and recovery utilities, and performance monitoring platforms. By categorizing these resources, it assists in th

    databasepostgrespostgresql
    Ver en GitHub↗11,955

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.

Find more with AI search
  • brianc/node-postgresAvatar de brianc

    brianc/node-postgres

    13,155Ver en GitHub↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    JavaScriptlibpqnode-postgrespostgres
    Ver en GitHub↗13,155
  • couchbase/goforestdbAvatar de couchbase

    couchbase/goforestdb

    36Ver en GitHub↗

    Go bindings for ForestDB

    Go
    Ver en GitHub↗36
  • luin/ioredisAvatar de luin

    luin/ioredis

    15,295Ver en GitHub↗

    ioredis is a performance-focused Redis client for Node.js designed to execute commands and manage data connections. It provides a specialized interface for interacting with standalone servers, sharded clusters, and high-availability setups. The library distinguishes itself with native support for Redis Cluster, featuring automatic slot discovery and network address mapping, and Redis Sentinel for master node discovery and automatic failover. It also includes a dedicated Lua scripting interface that utilizes server-side caching to ensure atomic operations. The project covers a broad set of ca

    TypeScript
    Ver en GitHub↗15,295
  • silverqx/tinyormAvatar de silverqx

    silverqx/TinyORM

    350Ver en GitHub↗

    Modern C++ ORM library

    C++
    Ver en GitHub↗350
  • apache/couchdb-nanoAvatar de apache

    apache/couchdb-nano

    687Ver en GitHub↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    Ver en GitHub↗687
  • mysqljs/mysqlAvatar de mysqljs

    mysqljs/mysql

    18,623Ver en GitHub↗

    This project is a MySQL database driver and client for Node.js. It provides a JavaScript implementation of the MySQL protocol to facilitate connecting to, querying, and managing data within MySQL databases. The driver includes a connection pool manager to maintain a cache of reusable database connections, reducing the overhead of frequent network handshakes. It also supports row-by-row result streaming to process large datasets without loading entire result sets into memory. Core capabilities cover SQL query execution, the management of database transactions, and the coordination of multiple

    JavaScriptjavascriptmysqlnodejs
    Ver en GitHub↗18,623
  • level/levelupAvatar de Level

    Level/levelup

    4,072Ver en GitHub↗

    Levelup is a sorted key-value storage system that saves and retrieves data using byte arrays as keys and values. It provides a compatibility layer for Node.js and browsers that offers a unified interface for storage backends compliant with a specific abstract standard. The project features an atomic batch write engine to execute multiple write and delete operations as a single unit for data consistency. It includes a range-based data streamer for reading keys and values as continuous sequences and an event-driven storage monitor to track asynchronous updates and state changes. The system cov

    JavaScriptbrowserjavascriptlevel
    Ver en GitHub↗4,072
  • akyoto/cacheA

    akyoto/cache

    0Ver en GitHub↗
    Ver en GitHub↗0
  • apache/incubator-kvrocksAvatar de apache

    apache/incubator-kvrocks

    4,339Ver en GitHub↗

    Kvrocks is a disk-based NoSQL database and distributed key-value store that leverages the RocksDB storage engine to persist large datasets to physical disk. It is designed to be a Redis-compatible database, utilizing the standard Redis communication protocol to ensure interoperability with existing client libraries and tools. The project distinguishes itself by combining a disk-persistent storage model with advanced retrieval capabilities, including vector search for k-nearest neighbor queries, full-text search indexing, and geospatial query execution. It supports distributed clustering with

    C++
    Ver en GitHub↗4,339
  • 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
  • ak-coram/cl-duckdbAvatar de ak-coram

    ak-coram/cl-duckdb

    52Ver en GitHub↗

    Common Lisp CFFI wrapper around the DuckDB C API

    Common Lisp
    Ver en GitHub↗52
  • aio-libs/aiopgAvatar de aio-libs

    aio-libs/aiopg

    1,430Ver en GitHub↗

    aiopg is a library for accessing a PostgreSQL database from the asyncio

    Python
    Ver en GitHub↗1,430
  • aerospike/aerospike-client-goAvatar de aerospike

    aerospike/aerospike-client-go

    459Ver en GitHub↗

    Aerospike Client Go

    Go
    Ver en GitHub↗459
  • 40ants/cl-prevalenceAvatar de 40ants

    40ants/cl-prevalence

    35Ver en GitHub↗

    In memory database system for Common Lisp

    Common Lisp
    Ver en GitHub↗35
  • andymccurdy/redis-pyAvatar de andymccurdy

    andymccurdy/redis-py

    13,566Ver en GitHub↗

    redis-py is a Python client library for executing Redis commands and managing in-memory data structures. It provides the necessary components to integrate Python applications with Redis for data storage and retrieval. The project includes a cluster client for monitoring health and managing automatic failover across multiple active-active database replicas. It also features a connection pool manager to maintain reusable socket connections and a dedicated pub/sub client for subscribing to real-time message channels. The library covers broad capability areas including performance optimization t

    Python
    Ver en GitHub↗13,566
  • anant/awesome-cassandraAvatar de Anant

    Anant/awesome-cassandra

    319Ver en GitHub↗

    A curated list of the best resources in the Cassandra community.

    HTMLapacheawesomeawesome-list
    Ver en GitHub↗319
  • aio-libs/aioodbcAvatar de aio-libs

    aio-libs/aioodbc

    326Ver en GitHub↗

    aioodbc - is a library for accessing a ODBC databases from the asyncio

    Python
    Ver en GitHub↗326
  • aosasona/migrantAvatar de aosasona

    aosasona/migrant

    20Ver en GitHub↗

    Database migrations for SQLite in Gleam

    Gleam
    Ver en GitHub↗20
  • apache/calcite-avatica-goAvatar de apache

    apache/calcite-avatica-go

    125Ver en GitHub↗

    Apache Calcite Go

    Gobig-datacalcitegeospatial
    Ver en GitHub↗125
  • apache/cassandra-python-driverAvatar de apache

    apache/cassandra-python-driver

    1,425Ver en GitHub↗

    Python Driver for Apache Cassandra®

    Python
    Ver en GitHub↗1,425
  • amakawa/redicAvatar de amakawa

    amakawa/redic

    118Ver en GitHub↗

    Lightweight Redis Client

    Ruby
    Ver en GitHub↗118
  • alpacahq/marketstoreA

    alpacahq/marketstore

    0Ver en GitHub↗
    Ver en GitHub↗0
  • attic-labs/nomsAvatar de attic-labs

    attic-labs/noms

    7,422Ver en GitHub↗

    Noms is a distributed version control database and content-addressable data store. It identifies data by cryptographic hashes to ensure integrity and deduplication, while tracking dataset state changes through a sequence of immutable commits to enable branching, forking, and historical recovery. The system functions as a peer-to-peer data synchronizer, reconciling state between disconnected database instances to ensure all nodes converge on the same data. It distinguishes itself as a schema-flexible document store that supports self-describing types, allowing schemas to evolve and widen as ne

    Go
    Ver en GitHub↗7,422
  • authzed/spicedbAvatar de authzed

    authzed/spicedb

    6,781Ver en GitHub↗

    SpiceDB is a distributed permission store and relationship-based access control system. It provides a scalable database for storing and querying fine-grained authorization relationships, implementing a consistency model inspired by Google Zanzibar to manage access rights across large-scale applications. The system uses a dedicated schema language to define the rules and logic governing how relationships translate into permissions independently of application code. It functions as a pluggable authorization engine that persists relationship tuples in external relational databases such as Postgr

    Go
    Ver en GitHub↗6,781
  • aio-libs/aiomysqlAvatar de aio-libs

    aio-libs/aiomysql

    1,887Ver en GitHub↗

    aiomysql is a library for accessing a MySQL database from the asyncio

    Python
    Ver en GitHub↗1,887