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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to viant/dsc

Open-source alternatives to Viant Dsc

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

  • philippgille/gokvphilippgille avatar

    philippgille/gokv

    828View on GitHub↗

    Simple key-value store abstraction and implementations for Go (Redis, Consul, etcd, bbolt, BadgerDB, LevelDB, Memcached, DynamoDB, S3, PostgreSQL, MongoDB, CockroachDB and many more)

    Go
    View on GitHub↗828
  • google/cayleygoogle avatar

    google/cayley

    15,043View on GitHub↗

    Cayley is a graph database and query engine designed to store and retrieve interconnected data. It functions as a quad store, persisting information as four-element tuples to maintain complex relationships and semantic linked data. The system features a backend-agnostic storage layer that decouples the graph API from the underlying data store. This allows for the integration of external backends through a modular adapter system, enabling the synchronization of data across different storage engines. The project provides a pattern-matching query engine for extracting specific nodes and relatio

    Go
    View on GitHub↗15,043
  • aerospike/aerospike-client-nodejsaerospike avatar

    aerospike/aerospike-client-nodejs

    207View on GitHub↗

    Node.js client for the Aerospike database

    JavaScriptaerospikedatabase-driverjavascript
    View on GitHub↗207
  • aio-libs/aioesaio-libs avatar

    aio-libs/aioes

    98View on GitHub↗

    asyncio compatible driver for elasticsearch

    Python
    View on GitHub↗98
  • aio-libs/aiomysqlaio-libs avatar

    aio-libs/aiomysql

    1,887View on GitHub↗

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

    Python
    View on GitHub↗1,887

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • aio-libs/aioodbcaio-libs avatar

    aio-libs/aioodbc

    326View on GitHub↗

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

    Python
    View on GitHub↗326
  • alexeyco/pigalexeyco avatar

    alexeyco/pig

    17View on GitHub↗

    Simple pgx wrapper to execute and scan query results

    Godatabasegogolang
    View on GitHub↗17
  • ayende/ravendbayende avatar

    ayende/ravendb

    295View on GitHub↗

    A linq enabled document database for .NET

    C#
    View on GitHub↗295
  • aliexpressru/gomemcachedaliexpressru avatar

    aliexpressru/gomemcached

    22View on GitHub↗

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

    Goconsistent-hashinggogolang
    View on GitHub↗22
  • amakawa/redicamakawa avatar

    amakawa/redic

    118View on GitHub↗

    Lightweight Redis Client

    Ruby
    View on GitHub↗118
  • andymccurdy/redis-pyandymccurdy avatar

    andymccurdy/redis-py

    13,566View on 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
    View on GitHub↗13,566
  • apache/calcite-avatica-goapache avatar

    apache/calcite-avatica-go

    125View on GitHub↗

    Apache Calcite Go

    Gobig-datacalcitegeospatial
    View on GitHub↗125
  • apache/cassandra-python-driverapache avatar

    apache/cassandra-python-driver

    1,425View on GitHub↗

    Python Driver for Apache Cassandra®

    Python
    View on GitHub↗1,425
  • apache/couchdb-nanoapache avatar

    apache/couchdb-nano

    687View on GitHub↗

    Nano: The official Apache CouchDB library for Node.js

    JavaScriptapachecouchdbnano
    View on GitHub↗687
  • avito-tech/go-transaction-manageravito-tech avatar

    avito-tech/go-transaction-manager

    406View on GitHub↗

    Transaction manager for GoLang

    Go
    View on GitHub↗406
  • aio-libs/aiopgaio-libs avatar

    aio-libs/aiopg

    1,430View on GitHub↗

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

    Python
    View on GitHub↗1,430
  • bchavez/rethinkdb.driverbchavez avatar

    bchavez/RethinkDb.Driver

    381View on GitHub↗

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

    C#
    View on GitHub↗381
  • blackbeam/rust-mysql-simpleblackbeam avatar

    blackbeam/rust-mysql-simple

    691View on GitHub↗

    This crate offers:

    Rust
    View on GitHub↗691
  • blevesearch/bleveblevesearch avatar

    blevesearch/bleve

    10,986View on 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
    View on GitHub↗10,986
  • bradfitz/gomemcachebradfitz avatar

    bradfitz/gomemcache

    1,873View on GitHub↗

    Go Memcached client library #golang

    Gogolangmemcachememcached-clients
    View on GitHub↗1,873
  • brianc/node-postgresbrianc avatar

    brianc/node-postgres

    13,155View on 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
    View on GitHub↗13,155
  • brianmario/mysql2brianmario avatar

    brianmario/mysql2

    2,279View on GitHub↗

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

    Ruby
    View on GitHub↗2,279
  • bsm/redeobsm avatar

    bsm/redeo

    444View on GitHub↗

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

    Gogolow-latencyredis
    View on GitHub↗444
  • btnguyen2k/gocosmosbtnguyen2k avatar

    btnguyen2k/gocosmos

    22View on GitHub↗

    Go database/sql driver for Azure Cosmos DB SQL API

    Go
    View on GitHub↗22
  • canopytax/asyncpgsaCanopyTax avatar

    CanopyTax/asyncpgsa

    510View on GitHub↗

    A wrapper around asyncpg for use with sqlalchemy

    Python
    View on GitHub↗510
  • chenmingyong0423/go-mongoxchenmingyong0423 avatar

    chenmingyong0423/go-mongox

    220View on 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
    View on GitHub↗220
  • cihangir/neo4jcihangir avatar

    cihangir/neo4j

    29View on GitHub↗

    Neo4j Rest API Client for Go lang

    Go
    View on GitHub↗29
  • confluentinc/confluent-kafka-dotnetconfluentinc avatar

    confluentinc/confluent-kafka-dotnet

    262View on GitHub↗

    Confluent's Apache Kafka .NET client

    C#c-sharpconfluentdotnet
    View on GitHub↗262
  • couchbase/couchbase-lite-netcouchbase avatar

    couchbase/couchbase-lite-net

    443View on GitHub↗

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

    C#
    View on GitHub↗443
  • aio-libs/aiocouchdbaio-libs avatar

    aio-libs/aiocouchdb

    54View on GitHub↗

    CouchDB client built on top of aiohttp (asyncio)

    Python
    View on GitHub↗54