awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to liveasynchronousvisualizedarchitecture/simdb

Open-source alternatives to Simdb

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

  • dgraph-io/badgerdgraph-io का अवतार

    dgraph-io/badger

    15,666GitHub पर देखें↗

    Badger is an embeddable key-value store written in Go that provides persistent data storage for byte keys and values. It is a persistent database that utilizes a tiered LSM tree storage model to optimize disk storage and retrieval efficiency. The system features an ACID transaction engine that ensures data integrity through serializable snapshot isolation and multi-version concurrency control. It also provides an encrypted key-value store with data-at-rest encryption and a managed encrypted key registry to secure stored information. The engine covers a broad set of capabilities including hig

    Godatabasedocument-databasego
    GitHub पर देखें↗15,666
  • infiniflow/infinityinfiniflow का अवतार

    infiniflow/infinity

    4,570GitHub पर देखें↗

    Infinity is a distributed vector database and multimodal vector store designed to manage large-scale datasets for retrieval and similarity search. It serves as a backend for large language model applications and retrieval augmented generation pipelines by storing and retrieving dense vectors, sparse vectors, and full-text data. The system functions as a hybrid search engine, combining vector embeddings and full-text search with reranking algorithms to identify the most relevant documents. It supports multimodal data storage, allowing the maintenance of diverse data types including tensors, st

    C++ai-nativeapproximate-nearest-neighbor-searchbm25
    GitHub पर देखें↗4,570
  • clickhouse/clickhouse-cppClickHouse का अवतार

    ClickHouse/clickhouse-cpp

    373GitHub पर देखें↗

    C++ client library for ClickHouse

    Cclickhousecpp
    GitHub पर देखें↗373

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • dahlia/awesome-sqlalchemydahlia का अवतार

    dahlia/awesome-sqlalchemy

    3,047GitHub पर देखें↗

    A curated list of awesome tools for SQLAlchemy

    Pythonawesomeawesome-listdatabases
    GitHub पर देखें↗3,047
  • etcd-io/etcdetcd-io का अवतार

    etcd-io/etcd

    51,838GitHub पर देखें↗

    etcd is a distributed, strongly consistent key-value store designed to provide reliable storage for critical system metadata and coordination primitives. It functions as a distributed consensus engine, utilizing a replicated log and leader-based state machine to ensure that all nodes in a cluster maintain a synchronized view of data. By providing atomic operations and linearizable reads and writes, it serves as a foundational component for distributed systems requiring high availability and fault tolerance. The system distinguishes itself through its multi-version concurrency control, which e

    Gocncfconsensusdatabase
    GitHub पर देखें↗51,838
  • houzuoguo/tiedotHouzuoGuo का अवतार

    HouzuoGuo/tiedot

    2,731GitHub पर देखें↗

    A rudimentary implementation of a basic document (NoSQL) database in Go

    Godatabasedbdocument-database
    GitHub पर देखें↗2,731
  • chdb-io/chdbchdb-io का अवतार

    chdb-io/chdb

    2,694GitHub पर देखें↗

    chDB is an in-process OLAP SQL Engine 🚀 powered by ClickHouse

    Pythonchdbclickhouseclickhouse-database
    GitHub पर देखें↗2,694
  • claygod/cofferclaygod का अवतार

    claygod/coffer

    39GitHub पर देखें↗

    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
    GitHub पर देखें↗39
  • couchbase/mosscouchbase का अवतार

    couchbase/moss

    1,016GitHub पर देखें↗

    moss - a simple, fast, ordered, persistable, key-val storage library for golang

    Go
    GitHub पर देखें↗1,016
  • crossdb-org/crossdbcrossdb-org का अवतार

    crossdb-org/crossdb

    257GitHub पर देखें↗

    Ultra High-performance Lightweight Embedded and Server OLTP RDBMS✨

    Cccachecpp
    GitHub पर देखें↗257
  • dolthub/doltdolthub का अवतार

    dolthub/dolt

    23,592GitHub पर देखें↗

    Dolt is a relational database engine that integrates version control directly into the database management layer. It functions as a version-controlled SQL database that tracks every row and schema change using a commit-based history, allowing users to branch, merge, and audit data modifications. By implementing a wire-protocol-compatible server, the system enables standard SQL clients and tools to interact with versioned data as if they were connecting to a traditional relational database. The platform distinguishes itself by applying repository-style workflows to data management, including s

    Gocommand-linedata-version-controldata-versioning
    GitHub पर देखें↗23,592
  • etcd-io/bboltetcd-io का अवतार

    etcd-io/bbolt

    9,573GitHub पर देखें↗

    bbolt is an ACID-compliant embedded key-value store for Go applications. It persists all data in a single memory-mapped file on disk, organizing information using B+ trees to facilitate sorted key iteration and efficient range queries. The project distinguishes itself through a hierarchical data organization model, allowing buckets to be nested within other buckets to create a tree-like structure. It employs a single-writer, multi-reader locking mechanism and copy-on-write transactions to ensure serializable isolation and data integrity. The system includes comprehensive data management capa

    Go
    GitHub पर देखें↗9,573
  • fern4lvarez/piladbfern4lvarez का अवतार

    fern4lvarez/piladb

    205GitHub पर देखें↗

    Lightweight RESTful database engine based on stack data structures

    Godatabasegolinux
    GitHub पर देखें↗205
  • hdt3213/godisHDT3213 का अवतार

    HDT3213/godis

    3,836GitHub पर देखें↗

    Godis is a Redis-compatible in-memory database and distributed key-value store. It functions as a replicated data store and distributed message broker, implementing the Redis protocol to manage complex data structures in memory. The system provides a geospatial indexing engine for proximity-based queries and distance calculations. It ensures high availability and data durability through master-slave replication and write-ahead logging. The project covers a wide range of capabilities including the management of strings, hash maps, lists, and sorted sets. It supports distributed data clusterin

    Goclustergogodis
    GitHub पर देखें↗3,836
  • anant/awesome-cassandraAnant का अवतार

    Anant/awesome-cassandra

    319GitHub पर देखें↗

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

    HTMLapacheawesomeawesome-list
    GitHub पर देखें↗319
  • akrylysov/pogrebakrylysov का अवतार

    akrylysov/pogreb

    1,350GitHub पर देखें↗

    Embedded key-value store for read-heavy workloads written in Go

    Gogohash-tablekey-value
    GitHub पर देखें↗1,350
  • chrislusf/vastochrislusf का अवतार

    chrislusf/vasto

    263GitHub पर देखें↗

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

    Godistributed-storagekey-valuereplication
    GitHub पर देखें↗263
  • chroma-core/chromachroma-core का अवतार

    chroma-core/chroma

    26,198GitHub पर देखें↗

    Chroma is a specialized vector database designed to index and retrieve high-dimensional data representations for semantic similarity search. It functions as a comprehensive platform for information retrieval, enabling the storage and management of unstructured documents alongside structured metadata. By mapping data into numerical representations, the system facilitates rapid similarity lookups across large datasets. The platform distinguishes itself through a hybrid search infrastructure that combines dense vector embeddings with sparse keyword and regular expression matching to balance sema

    Rustaidatabasedocument-retrieval
    GitHub पर देखें↗26,198
  • cockroachdb/cockroachcockroachdb का अवतार

    cockroachdb/cockroach

    32,207GitHub पर देखें↗

    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
    GitHub पर देखें↗32,207
  • codenotary/immudbcodenotary का अवतार

    codenotary/immudb

    8,982GitHub पर देखें↗

    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
    GitHub पर देखें↗8,982
  • covenantsql/covenantsqlCovenantSQL का अवतार

    CovenantSQL/CovenantSQL

    1,528GitHub पर देखें↗

    A decentralized, trusted, high performance, SQL database with blockchain features

    Gobftblockchaincovenantsql
    GitHub पर देखें↗1,528
  • apache/incubator-kvrocksapache का अवतार

    apache/incubator-kvrocks

    4,339GitHub पर देखें↗

    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++
    GitHub पर देखें↗4,339
  • dgraph-io/dgraphdgraph-io का अवतार

    dgraph-io/dgraph

    21,700GitHub पर देखें↗

    Dgraph is a distributed graph database designed to store and query highly connected data. It organizes information as nodes and edges to represent complex relationships between entities, providing a platform for managing and analyzing deeply linked datasets. The system functions as a horizontally scalable cluster that partitions data across multiple nodes to maintain performance and availability as information volume increases. It utilizes a specialized query language built for low-latency navigation of interconnected data points, allowing for the execution of complex queries across large-sca

    Godatabasedistributedgo
    GitHub पर देखें↗21,700
  • dhamaniasad/awesome-postgresdhamaniasad का अवतार

    dhamaniasad/awesome-postgres

    11,955GitHub पर देखें↗

    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
    GitHub पर देखें↗11,955
  • duckdb/duckdbduckdb का अवतार

    duckdb/duckdb

    38,805GitHub पर देखें↗

    DuckDB is an in-process analytical database engine designed to run directly within an application process. As a zero-dependency, embedded system, it provides enterprise-grade SQL data processing capabilities without the overhead of managing a dedicated database server. It is built to handle complex analytical and aggregation tasks by storing and retrieving information in columns, allowing for high-performance relational data manipulation. The engine distinguishes itself through a columnar vectorized execution model that maximizes CPU cache efficiency during query operations. It employs adapti

    C++analyticsdatabaseembedded-database
    GitHub पर देखें↗38,805
  • erictleung/awesome-nosql-guideserictleung का अवतार

    erictleung/awesome-nosql-guides

    301GitHub पर देखें↗

    :computer: Curated list of awesome resources and links about using NoSQL databases

    awesomeawesome-listbrewer-theorem
    GitHub पर देखें↗301
  • facebook/rocksdbfacebook का अवतार

    facebook/rocksdb

    31,767GitHub पर देखें↗

    RocksDB is a high-performance, embeddable persistent key-value library and storage engine based on Log-Structured Merge-trees. It is designed to provide durable storage for large-scale datasets, integrating directly into applications to manage data on flash and RAM-based hardware. The engine is distinguished by its focus on minimizing read and write amplification through multi-threaded compaction and custom memory allocators. It features specialized optimizations for flash storage, including support for zoned block devices, and provides the ability to extend store behavior via external plugin

    C++databasestorage-engine
    GitHub पर देखें↗31,767
  • authzed/spicedbauthzed का अवतार

    authzed/spicedb

    6,781GitHub पर देखें↗

    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
    GitHub पर देखें↗6,781
  • google/leveldbgoogle का अवतार

    google/leveldb

    39,152GitHub पर देखें↗

    LevelDB is an embedded database library and persistent storage engine that provides a sorted key-value store. It uses a log-structured merge-tree architecture to map byte arrays to values, running directly within a process to provide storage without the need for a separate server process. The system is distinguished by its use of custom comparison functions to define key ordering, enabling efficient range scans and sequenced lookups. It ensures data reliability through atomic batch execution, consistent snapshot generation, and log-based recovery after failures. The engine covers broad capab

    C++
    GitHub पर देखें↗39,152
  • jmhodges/levigojmhodges का अवतार

    jmhodges/levigo

    420GitHub पर देखें↗

    levigo is a Go wrapper for LevelDB

    Go
    GitHub पर देखें↗420