awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to apache/calcite-avatica-go

Open-source alternatives to Calcite Avatica Go

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

  • aerospike/aerospike-client-goaerospike 的头像

    aerospike/aerospike-client-go

    459在 GitHub 上查看↗

    Aerospike Client Go

    Go
    在 GitHub 上查看↗459
  • aerospike/aerospike-client-nodejsaerospike 的头像

    aerospike/aerospike-client-nodejs

    207在 GitHub 上查看↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    在 GitHub 上查看↗207
  • aio-libs/aiocouchdbaio-libs 的头像

    aio-libs/aiocouchdb

    54在 GitHub 上查看↗

    CouchDB client built on top of aiohttp (asyncio)

    Python
    在 GitHub 上查看↗54
  • aio-libs/aioesaio-libs 的头像

    aio-libs/aioes

    98在 GitHub 上查看↗

    asyncio compatible driver for elasticsearch

    Python
    在 GitHub 上查看↗98
  • aio-libs/aiomysqlaio-libs 的头像

    aio-libs/aiomysql

    1,887在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,887
  • aio-libs/aioodbcaio-libs 的头像

    aio-libs/aioodbc

    326在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗326

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • aio-libs/aiopgaio-libs 的头像

    aio-libs/aiopg

    1,430在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗1,430
  • alexeyco/pigalexeyco 的头像

    alexeyco/pig

    17在 GitHub 上查看↗

    Simple pgx wrapper to execute and scan query results

    Godatabasegogolang
    在 GitHub 上查看↗17
  • aliexpressru/gomemcachedaliexpressru 的头像

    aliexpressru/gomemcached

    22在 GitHub 上查看↗

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

    Goconsistent-hashinggogolang
    在 GitHub 上查看↗22
  • amakawa/redicamakawa 的头像

    amakawa/redic

    118在 GitHub 上查看↗

    Lightweight Redis Client

    Ruby
    在 GitHub 上查看↗118
  • andymccurdy/redis-pyandymccurdy 的头像

    andymccurdy/redis-py

    13,566在 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
    在 GitHub 上查看↗13,566
  • apache/cassandra-python-driverapache 的头像

    apache/cassandra-python-driver

    1,425在 GitHub 上查看↗

    Python Driver for Apache Cassandra®

    Python
    在 GitHub 上查看↗1,425
  • apache/couchdb-nanoapache 的头像

    apache/couchdb-nano

    687在 GitHub 上查看↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    在 GitHub 上查看↗687
  • avito-tech/go-transaction-manageravito-tech 的头像

    avito-tech/go-transaction-manager

    406在 GitHub 上查看↗

    Transaction manager for GoLang

    Go
    在 GitHub 上查看↗406
  • ayende/ravendbayende 的头像

    ayende/ravendb

    295在 GitHub 上查看↗

    A linq enabled document database for .NET

    C#
    在 GitHub 上查看↗295
  • bchavez/rethinkdb.driverbchavez 的头像

    bchavez/RethinkDb.Driver

    381在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗381
  • blackbeam/rust-mysql-simpleblackbeam 的头像

    blackbeam/rust-mysql-simple

    691在 GitHub 上查看↗

    This crate offers:

    Rust
    在 GitHub 上查看↗691
  • blevesearch/bleveblevesearch 的头像

    blevesearch/bleve

    10,986在 GitHub 上查看↗

    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
    在 GitHub 上查看↗10,986
  • bradfitz/gomemcachebradfitz 的头像

    bradfitz/gomemcache

    1,873在 GitHub 上查看↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    在 GitHub 上查看↗1,873
  • brianc/node-postgresbrianc 的头像

    brianc/node-postgres

    13,155在 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
    在 GitHub 上查看↗13,155
  • brianmario/mysql2brianmario 的头像

    brianmario/mysql2

    2,279在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗2,279
  • bsm/redeobsm 的头像

    bsm/redeo

    444在 GitHub 上查看↗

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

    Gogolow-latencyredis
    在 GitHub 上查看↗444
  • btnguyen2k/gocosmosbtnguyen2k 的头像

    btnguyen2k/gocosmos

    22在 GitHub 上查看↗

    Go database/sql driver for Azure Cosmos DB SQL API

    Go
    在 GitHub 上查看↗22
  • canopytax/asyncpgsaCanopyTax 的头像

    CanopyTax/asyncpgsa

    510在 GitHub 上查看↗

    A wrapper around asyncpg for use with sqlalchemy

    Python
    在 GitHub 上查看↗510
  • chenmingyong0423/go-mongoxchenmingyong0423 的头像

    chenmingyong0423/go-mongox

    220在 GitHub 上查看↗

    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
    在 GitHub 上查看↗220
  • cihangir/neo4jcihangir 的头像

    cihangir/neo4j

    29在 GitHub 上查看↗

    Neo4j Rest API Client for Go lang

    Go
    在 GitHub 上查看↗29
  • confluentinc/confluent-kafka-dotnetconfluentinc 的头像

    confluentinc/confluent-kafka-dotnet

    262在 GitHub 上查看↗

    Confluent's Apache Kafka .NET client

    C#c-sharpconfluentdotnet
    在 GitHub 上查看↗262
  • couchbase/couchbase-lite-netcouchbase 的头像

    couchbase/couchbase-lite-net

    443在 GitHub 上查看↗

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

    C#
    在 GitHub 上查看↗443
  • couchbase/couchnodecouchbase 的头像

    couchbase/couchnode

    462在 GitHub 上查看↗

    Couchbase Node.js Client Library (Official)

    TypeScriptcouchbasenodejssdk
    在 GitHub 上查看↗462
  • 05bit/peewee-async05bit 的头像

    05bit/peewee-async

    765在 GitHub 上查看↗

    Asynchronous interface for peewee ORM powered by asyncio

    Python
    在 GitHub 上查看↗765