awesome-repositories.com
Blog
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 getml/sqlgen

Open-source alternatives to Sqlgen

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

  • akrylysov/pogrebAvatar von akrylysov

    akrylysov/pogreb

    1,350Auf GitHub ansehen↗

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

    Gogohash-tablekey-value
    Auf GitHub ansehen↗1,350
  • alibaba/polardb-for-postgresqlA

    alibaba/PolarDB-for-PostgreSQL

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • alibaba/zvecAvatar von alibaba

    alibaba/zvec

    5,198Auf GitHub ansehen↗

    zvec is an embedded vector database engine and indexing library designed for high-dimensional similarity search. It functions as a hybrid search engine and a retrieval-augmented generation knowledge base, allowing for the storage and retrieval of dense and sparse vectors. The system is distinguished by its hybrid retrieval pipeline, which fuses vector similarity, full-text keyword matching, and scalar metadata filtering into single query operations. It supports a plugin-based model integration system for registering custom embedding models and rerankers, as well as language bindings for nativ

    C++ann-searchembedded-databaserag
    Auf GitHub ansehen↗5,198
  • amit-davidson/libradbAvatar von amit-davidson

    amit-davidson/LibraDB

    201Auf GitHub ansehen↗

    LibraDB is a simple, persistent key/value store written in pure Go in less than 1000 lines for learning purposes.

    Godata-structuresdatabasego
    Auf GitHub ansehen↗201
  • anant/awesome-cassandraAvatar von Anant

    Anant/awesome-cassandra

    319Auf GitHub ansehen↗

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

    HTMLapacheawesomeawesome-list
    Auf GitHub ansehen↗319

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
  • apache/cassandraAvatar von apache

    apache/cassandra

    9,778Auf GitHub ansehen↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Javacassandradatabasejava
    Auf GitHub ansehen↗9,778
  • apache/cloudberryAvatar von apache

    apache/cloudberry

    1,230Auf GitHub ansehen↗

    One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.

    Caibig-datac
    Auf GitHub ansehen↗1,230
  • apache/couchdbAvatar von apache

    apache/couchdb

    6,905Auf GitHub ansehen↗

    CouchDB is a NoSQL document database that stores data as flexible documents and exposes a RESTful API for data management over HTTP. It functions as a distributed document store, synchronizing and replicating data across multiple nodes to ensure high availability and consistency. The system includes a full-text search engine that transforms database records into queryable documents, supporting sorting and pagination. Data synchronization is handled via multi-master replication, which exchanges revision histories to maintain consistency across distributed nodes. The database utilizes multi-ve

    Erlang
    Auf GitHub ansehen↗6,905
  • apache/hbaseAvatar von apache

    apache/hbase

    5,540Auf GitHub ansehen↗

    HBase is a distributed, wide-column NoSQL store and big data storage engine designed for sparse datasets. It functions as a scalable columnar database built on top of the Hadoop Distributed File System to provide real-time read and write access to massive volumes of structured and unstructured data. The system acts as a cross-language database gateway, offering connectivity through native remote procedure calls, REST, and Thrift interfaces. It distinguishes itself through a master-worker coordination model that enables horizontal scaling and fault tolerance across a cluster. The project cove

    Java
    Auf GitHub ansehen↗5,540
  • apache/incubator-kvrocksAvatar von apache

    apache/incubator-kvrocks

    4,339Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗4,339
  • apache/shardingsphereAvatar von apache

    apache/shardingsphere

    20,737Auf GitHub ansehen↗

    ShardingSphere is a distributed SQL database middleware that provides sharding, read-write splitting, and distributed transaction management for relational databases. It functions as a layer that intercepts SQL queries to distribute data across multiple physical database instances for horizontal scaling. The project is distinguished by its ability to operate as either a standalone transparent database proxy or via direct integration as a JDBC driver. It features a SQL dialect translator that parses queries into abstract syntax trees to convert syntax between different database engines, enabli

    Java
    Auf GitHub ansehen↗20,737
  • apecloud/ape-dtsAvatar von apecloud

    apecloud/ape-dts

    580Auf GitHub ansehen↗

    ApeCloud's Data Transfer Suite, written in Rust. Provides ultra-fast data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka and ClickHouse, ideal for disaster recovery (DR) and migration scenarios.

    Rustbinlogcdcclickhouse
    Auf GitHub ansehen↗580
  • apecloud/kubeblocksAvatar von apecloud

    apecloud/kubeblocks

    3,058Auf GitHub ansehen↗

    KubeBlocks is a Kubernetes Operator designed to manage a variety of databases and streaming systems, including MySQL, PostgreSQL, MongoDB, Redis, RabbitMQ, RocketMQ, and more, within Kubernetes environments.

    Godatabaseselasticsearchelasticsearch-operator
    Auf GitHub ansehen↗3,058
  • arangodb/arangodbAvatar von arangodb

    arangodb/arangodb

    14,091Auf GitHub ansehen↗

    This project is a multi-model database system designed to store and manage information as documents, graphs, and key-value pairs within a single engine. It functions as a graph database and knowledge graph platform, providing the infrastructure to build, query, and visualize structured data models. By integrating vector search capabilities, the system serves as a vector database that supports retrieval-augmented generation for artificial intelligence applications. The platform distinguishes itself through a unified query language that allows users to perform document lookups, graph traversals

    C++arangodbdatabasedistributed-database
    Auf GitHub ansehen↗14,091
  • authzed/spicedbAvatar von authzed

    authzed/spicedb

    6,781Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,781
  • ayarotsky/redis-shieldAvatar von ayarotsky

    ayarotsky/redis-shield

    97Auf GitHub ansehen↗

    Redis and Valkey module that implements the token-bucket algorithm as a native command for high-performance rate limiting

    Rustrate-limitingredisredis-module
    Auf GitHub ansehen↗97
  • aymanhs/nanotdbAvatar von aymanhs

    aymanhs/nanotdb

    130Auf GitHub ansehen↗

    Single-binary observability, time-series database, and built-in dashboard for Raspberry Pi, edge devices, and local metrics.

    Godashboardgolanghomelab
    Auf GitHub ansehen↗130
  • bendiken/lmdbxxAvatar von bendiken

    bendiken/lmdbxx

    284Auf GitHub ansehen↗

    C++11 wrapper for the LMDB embedded B+ tree database library.

    C++
    Auf GitHub ansehen↗284
  • chdb-io/chdbAvatar von chdb-io

    chdb-io/chdb

    2,694Auf GitHub ansehen↗

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

    Pythonchdbclickhouseclickhouse-database
    Auf GitHub ansehen↗2,694
  • chrislusf/vastoAvatar von chrislusf

    chrislusf/vasto

    263Auf GitHub ansehen↗

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

    Godistributed-storagekey-valuereplication
    Auf GitHub ansehen↗263
  • chroma-core/chromaAvatar von chroma-core

    chroma-core/chroma

    26,198Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗26,198
  • chronosgames/datatablesC

    ChronosGames/DataTables

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • claygod/cofferAvatar von claygod

    claygod/coffer

    39Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗39
  • clickhouse/clickhouseAvatar von ClickHouse

    ClickHouse/ClickHouse

    48,229Auf GitHub ansehen↗

    ClickHouse is a high-performance, columnar analytical database designed for real-time query execution and large-scale data aggregation. It functions as a distributed data warehouse capable of processing petabytes of information, while also providing an embedded engine that integrates directly into applications for native query capabilities without external dependencies. The system is built to handle high-throughput ingestion and complex analytical workloads, delivering millisecond-level latency for interactive dashboards and operational monitoring. The platform distinguishes itself through ad

    C++aianalyticsbig-data
    Auf GitHub ansehen↗48,229
  • clickhouse/clickhouse-cppAvatar von ClickHouse

    ClickHouse/clickhouse-cpp

    373Auf GitHub ansehen↗

    C++ client library for ClickHouse

    Cclickhousecpp
    Auf GitHub ansehen↗373
  • clockworklabs/spacetimedbAvatar von clockworklabs

    clockworklabs/SpacetimeDB

    19,189Auf GitHub ansehen↗

    SpacetimeDB is a stateful, real-time database platform that executes application logic directly within the database engine. By unifying data storage and business logic, it allows developers to build applications where state transitions are processed through atomic, server-side functions. The platform maintains persistent connections to stream incremental updates to clients, ensuring that local caches remain synchronized with the server state at all times. The platform distinguishes itself by generating type-safe client interfaces directly from server-side schema definitions, ensuring consiste

    Rustdatabasedataorientedgame-development
    Auf GitHub ansehen↗19,189
  • cockroachdb/cockroachAvatar von cockroachdb

    cockroachdb/cockroach

    32,207Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗32,207
  • cockroachdb/pebbleAvatar von cockroachdb

    cockroachdb/pebble

    5,777Auf GitHub ansehen↗

    Pebble is an embedded key-value storage engine written in Go, designed as a library that provides durable, write-optimized data persistence directly within applications. It organizes data using a log-structured merge-tree (LSM-tree) structure, where writes are first buffered in an in-memory skiplist memtable and persisted to a write-ahead log before being flushed to block-based SSTable files on disk. The engine supports atomic batch commits, configurable write synchronization, and automatic background compaction that merges and rewrites sorted runs to reclaim space and maintain read performanc

    Go
    Auf GitHub ansehen↗5,777
  • codenotary/immudbAvatar von codenotary

    codenotary/immudb

    8,982Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,982
  • aiursoftweb/arraydbA

    AiursoftWeb/ArrayDb

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0