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 securitybunker/databunker

Open-source alternatives to Databunker

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

  • nocodb/nocodbAvatar von nocodb

    nocodb/nocodb

    63,466Auf GitHub ansehen↗

    NocoDB is a visual platform that transforms relational databases into collaborative, spreadsheet-style workspaces. By acting as a headless database backend, it provides a unified environment for designing database structures, managing record relationships, and interacting with data without requiring manual SQL queries. The platform normalizes interactions across various SQL and NoSQL data sources, allowing users to manage complex datasets through a centralized interface. The project distinguishes itself by automatically generating RESTful and GraphQL APIs from existing database schemas, enabl

    TypeScriptairtableairtable-alternativeautomatic-api
    Auf GitHub ansehen↗63,466
  • mongodb/mongoAvatar von mongodb

    mongodb/mongo

    28,158Auf GitHub ansehen↗

    This project is a distributed, document-oriented database system designed to store information in flexible, hierarchical structures. It supports horizontal scaling through automated sharding and maintains high availability across global clusters using a multi-node replication protocol. By executing multi-document operations as atomic units, the system ensures data integrity and consistency across distributed environments. The platform distinguishes itself by integrating advanced vector-based indexing, which enables semantic similarity searches alongside traditional geospatial and lexical quer

    C++c-plus-plusdatabasemongodb
    Auf GitHub ansehen↗28,158
  • 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

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
  • 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
  • aliyun/alibabacloud-adb-mysql-mcp-serverAvatar von aliyun

    aliyun/alibabacloud-adb-mysql-mcp-server

    31Auf GitHub ansehen↗

    AnalyticDB for MySQL MCP Server

    Python
    Auf GitHub ansehen↗31
  • aliyun/alibabacloud-tablestore-mcp-serverAvatar von aliyun

    aliyun/alibabacloud-tablestore-mcp-server

    156Auf GitHub ansehen↗

    1. 入门示例: tablestore-java-mcp-server 2. 基于 MCP 架构实现知识库答疑系统: tablestore-java-mcp-server-rag - 实现一个目前最常见的一类 AI 应用即答疑系统,支持基于私有知识库的问答,会对知识库构建和 RAG 做一些优化。

    Java
    Auf GitHub ansehen↗156
  • 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
  • amineelkouhen/mcp-cockroachdbAvatar von amineelkouhen

    amineelkouhen/mcp-cockroachdb

    10Auf GitHub ansehen↗

    The CockroachDB MCP Server is a natural language interface designed for agentic applications to manage, monitor and query data in CockroachDB.

    Pythoncockroachdbdatabasegenerative-ai
    Auf GitHub ansehen↗10
  • 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
  • andywang1688/sql-query-mcpAvatar von andyWang1688

    andyWang1688/sql-query-mcp

    4Auf GitHub ansehen↗

    A general-purpose MCP server that lets AI work with multiple databases within clear boundaries.

    Pythonchatgptcodexmcp
    Auf GitHub ansehen↗4
  • 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
  • aliyun/alibabacloud-adbpg-mcp-serverAvatar von aliyun

    aliyun/alibabacloud-adbpg-mcp-server

    14Auf GitHub ansehen↗

    AnalyticDB PostgreSQL MCP Server serves as a universal interface between AI Agents and AnalyticDB PostgreSQL databases. It enables seamless communication between AI Agents and AnalyticDB PostgreSQL, helping AI Agents retrieve database metadata and execute SQL operations.

    Python
    Auf GitHub ansehen↗14
  • 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
  • arcadedata/arcadedbAvatar von ArcadeData

    ArcadeData/arcadedb

    704Auf GitHub ansehen↗
    Javaarcadedbdatabasedbms
    Auf GitHub ansehen↗704
  • astandrik/local-ydb-toolkitAvatar von astandrik

    astandrik/local-ydb-toolkit

    2Auf GitHub ansehen↗

    Unofficial Codex skill and MCP server for operating Docker-based local-ydb deployments.

    TypeScriptcodexdockerlocal-ydb
    Auf GitHub ansehen↗2
  • 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
  • b3z/reventlouAvatar von b3z

    b3z/reventlou

    95Auf GitHub ansehen↗

    Personal db information management system.

    TypeScript
    Auf GitHub ansehen↗95
  • bdash-app/bdashAvatar von bdash-app

    bdash-app/bdash

    1,516Auf GitHub ansehen↗

    Simple SQL Client for lightweight data analysis.

    TypeScriptelectronjavascriptsql
    Auf GitHub ansehen↗1,516
  • beekeeper-studio/beekeeper-studioAvatar von beekeeper-studio

    beekeeper-studio/beekeeper-studio

    22,030Auf GitHub ansehen↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    Auf GitHub ansehen↗22,030
  • alexander-zuev/supabase-mcp-serverAvatar von alexander-zuev

    alexander-zuev/supabase-mcp-server

    829Auf GitHub ansehen↗

    Query MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.

    Pythoncursormodel-context-protocolsupabase
    Auf GitHub ansehen↗829