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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to ayende/ravendb

Open-source alternatives to Ravendb

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

  • aerospike/aerospike-client-goAvatar von aerospike

    aerospike/aerospike-client-go

    459Auf GitHub ansehen↗

    Aerospike Client Go

    Go
    Auf GitHub ansehen↗459
  • aerospike/aerospike-client-nodejsAvatar von aerospike

    aerospike/aerospike-client-nodejs

    207Auf GitHub ansehen↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    Auf GitHub ansehen↗207
  • aio-libs/aiocouchdbAvatar von aio-libs

    aio-libs/aiocouchdb

    54Auf GitHub ansehen↗

    CouchDB client built on top of aiohttp (asyncio)

    Python
    Auf GitHub ansehen↗54
  • aio-libs/aioesAvatar von aio-libs

    aio-libs/aioes

    98Auf GitHub ansehen↗

    asyncio compatible driver for elasticsearch

    Python
    Auf GitHub ansehen↗98
  • aio-libs/aiomysqlAvatar von aio-libs

    aio-libs/aiomysql

    1,887Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,887
  • aio-libs/aioodbcAvatar von aio-libs

    aio-libs/aioodbc

    326Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗326

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • aio-libs/aiopgAvatar von aio-libs

    aio-libs/aiopg

    1,430Auf GitHub ansehen↗

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

    Python
    Auf GitHub ansehen↗1,430
  • alexeyco/pigAvatar von alexeyco

    alexeyco/pig

    17Auf GitHub ansehen↗

    Simple pgx wrapper to execute and scan query results

    Godatabasegogolang
    Auf GitHub ansehen↗17
  • aliexpressru/gomemcachedAvatar von aliexpressru

    aliexpressru/gomemcached

    22Auf GitHub ansehen↗

    A Binary Memcached client for Go with support for sharding using consistent hashing, along with SASL.

    Goconsistent-hashinggogolang
    Auf GitHub ansehen↗22
  • amakawa/redicAvatar von amakawa

    amakawa/redic

    118Auf GitHub ansehen↗

    Lightweight Redis Client

    Ruby
    Auf GitHub ansehen↗118
  • andymccurdy/redis-pyAvatar von andymccurdy

    andymccurdy/redis-py

    13,566Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,566
  • apache/calcite-avatica-goAvatar von apache

    apache/calcite-avatica-go

    125Auf GitHub ansehen↗

    Apache Calcite Go

    Gobig-datacalcitegeospatial
    Auf GitHub ansehen↗125
  • apache/cassandra-python-driverAvatar von apache

    apache/cassandra-python-driver

    1,425Auf GitHub ansehen↗

    Python Driver for Apache Cassandra®

    Python
    Auf GitHub ansehen↗1,425
  • apache/couchdb-nanoAvatar von apache

    apache/couchdb-nano

    687Auf GitHub ansehen↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    Auf GitHub ansehen↗687
  • avito-tech/go-transaction-managerAvatar von avito-tech

    avito-tech/go-transaction-manager

    406Auf GitHub ansehen↗

    Transaction manager for GoLang

    Go
    Auf GitHub ansehen↗406
  • bchavez/rethinkdb.driverAvatar von bchavez

    bchavez/RethinkDb.Driver

    381Auf GitHub ansehen↗

    :headphones: A NoSQL C#/.NET RethinkDB database driver with 100% ReQL API coverage.

    C#
    Auf GitHub ansehen↗381
  • blackbeam/rust-mysql-simpleAvatar von blackbeam

    blackbeam/rust-mysql-simple

    691Auf GitHub ansehen↗

    This crate offers:

    Rust
    Auf GitHub ansehen↗691
  • blevesearch/bleveAvatar von blevesearch

    blevesearch/bleve

    10,986Auf GitHub ansehen↗

    Bleve is a search indexing engine library written in Go, designed to provide full-text search and document retrieval capabilities for embedded application data. It functions as a framework for indexing structured or unstructured information, allowing developers to build searchable collections that support complex query logic and data analysis. The engine distinguishes itself through a pluggable analysis pipeline that normalizes text before indexing, alongside support for vector similarity search to identify semantically related content. It utilizes finite-state transducer automata for efficie

    Go
    Auf GitHub ansehen↗10,986
  • bradfitz/gomemcacheAvatar von bradfitz

    bradfitz/gomemcache

    1,873Auf GitHub ansehen↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    Auf GitHub ansehen↗1,873
  • brianc/node-postgresAvatar von brianc

    brianc/node-postgres

    13,155Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗13,155
  • brianmario/mysql2Avatar von brianmario

    brianmario/mysql2

    2,279Auf GitHub ansehen↗

    A modern, simple and very fast Mysql library for Ruby - binding to libmysql

    Ruby
    Auf GitHub ansehen↗2,279
  • bsm/redeoAvatar von bsm

    bsm/redeo

    444Auf GitHub ansehen↗

    High-performance framework for building redis-protocol compatible TCP servers/services

    Gogolow-latencyredis
    Auf GitHub ansehen↗444
  • btnguyen2k/gocosmosAvatar von btnguyen2k

    btnguyen2k/gocosmos

    22Auf GitHub ansehen↗

    Go database/sql driver for Azure Cosmos DB SQL API

    Go
    Auf GitHub ansehen↗22
  • canopytax/asyncpgsaAvatar von CanopyTax

    CanopyTax/asyncpgsa

    510Auf GitHub ansehen↗

    A wrapper around asyncpg for use with sqlalchemy

    Python
    Auf GitHub ansehen↗510
  • chenmingyong0423/go-mongoxAvatar von chenmingyong0423

    chenmingyong0423/go-mongox

    220Auf GitHub ansehen↗

    A Go Mongo library based on the official MongoDB driver, featuring streamlined document operations, generic binding of structs to collections, built-in BSON doc builder, automated field updates, struct validation, hooks, and plugin-based programming.

    Gobuilderdatabasego
    Auf GitHub ansehen↗220
  • cihangir/neo4jAvatar von cihangir

    cihangir/neo4j

    29Auf GitHub ansehen↗

    Neo4j Rest API Client for Go lang

    Go
    Auf GitHub ansehen↗29
  • confluentinc/confluent-kafka-dotnetAvatar von confluentinc

    confluentinc/confluent-kafka-dotnet

    262Auf GitHub ansehen↗

    Confluent's Apache Kafka .NET client

    C#c-sharpconfluentdotnet
    Auf GitHub ansehen↗262
  • couchbase/couchbase-lite-netAvatar von couchbase

    couchbase/couchbase-lite-net

    443Auf GitHub ansehen↗

    A lightweight, document-oriented (NoSQL), syncable database engine for .NET

    C#
    Auf GitHub ansehen↗443
  • couchbase/couchnodeAvatar von couchbase

    couchbase/couchnode

    462Auf GitHub ansehen↗

    Couchbase Node.js Client Library (Official)

    TypeScriptcouchbasenodejssdk
    Auf GitHub ansehen↗462
  • 05bit/peewee-asyncAvatar von 05bit

    05bit/peewee-async

    765Auf GitHub ansehen↗

    Asynchronous interface for peewee ORM powered by asyncio

    Python
    Auf GitHub ansehen↗765