awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

184 repository-uri

Awesome GitHub RepositoriesDatabase Engines

Underlying software components that manage data storage, retrieval, and indexing for various database models.

Explore 184 awesome GitHub repositories matching data & databases · Database Engines. Refine with filters or upvote what's useful.

Awesome Database Engines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jackfrued/python-100-daysAvatar jackfrued

    jackfrued/Python-100-Days

    183,425Vezi pe GitHub↗

    This project is a comprehensive, day-by-day curriculum designed to guide learners through the Python programming language and its professional applications. The content spans from fundamental syntax and object-oriented design to advanced topics including database management, web development, data analysis, and machine learning. The curriculum is structured into distinct modules that cover practical software engineering practices, such as version control, containerization, and system architecture. It also provides resources for technical interview preparation and an analysis of career paths wi

    Learn to manage relational databases through SQL syntax tutorials and practical application integration techniques.

    Jupyter Notebook
    Vezi pe GitHub↗183,425
  • denoland/denoAvatar denoland

    denoland/deno

    107,110Vezi pe GitHub↗

    Deno is a high-performance runtime for JavaScript and TypeScript that prioritizes security and developer productivity. Built on the V8 engine, it provides a secure execution environment that enforces a default-deny security model, requiring explicit user authorization for access to system resources like the file system, network, and environment variables. The runtime natively supports modern web-standard APIs, ensuring consistent behavior and portability across different environments. What distinguishes Deno is its integrated approach to the software development lifecycle. It bundles essentia

    Integrates a built-in storage engine that performs atomic transactions and efficient indexing for high-speed state management.

    Rustdenojavascriptrust
    Vezi pe GitHub↗107,110
  • oven-sh/bunAvatar oven-sh

    oven-sh/bun

    93,257Vezi pe GitHub↗

    Bun is a high-performance runtime environment designed to execute JavaScript and TypeScript applications with minimal latency and high throughput. Built on a native core implemented in Zig, it provides a unified execution engine that leverages JavaScriptCore for efficient memory management and low-latency startup. The project functions as an all-in-one toolchain, integrating a native bundler, transpiler, package manager, and test runner into a single command-line interface. What distinguishes Bun is its focus on native system integration and developer productivity. It features a high-performa

    Embeds relational storage engines directly within the application process to enable high-speed local data management without external servers.

    Rustbunbundlerjavascript
    Vezi pe GitHub↗93,257
  • louislam/uptime-kumaAvatar louislam

    louislam/uptime-kuma

    88,107Vezi pe GitHub↗

    Uptime Kuma is a self-hosted monitoring platform designed to track the availability and performance of network services and websites. It functions as a centralized dashboard that executes asynchronous health checks on a scheduled interval, providing real-time visibility into infrastructure health and service uptime. The platform distinguishes itself through a dedicated notification engine that dispatches alerts across multiple third-party messaging services, alongside a public status page generator that allows users to communicate service health and historical metrics via custom domains. Its

    Utilizes a lightweight relational database to store monitoring configurations and historical uptime data locally.

    JavaScriptdockermonitormonitoring
    Vezi pe GitHub↗88,107
  • django/djangoAvatar django

    django/django

    87,878Vezi pe GitHub↗

    Django is a full-stack web framework designed for rapid backend development. It provides an integrated environment for building data-driven applications by combining an object-relational mapping layer for database management with a modular request-response pipeline for handling HTTP traffic. The framework emphasizes security and maintainability, offering a suite of tools to protect against common web vulnerabilities while decoupling site structure from implementation through a centralized URL routing system. A defining characteristic of the framework is its ability to generate production-read

    Leverages advanced database-specific capabilities like JSON fields and array types for more flexible data modeling.

    Pythonappsdjangoframework
    Vezi pe GitHub↗87,878
  • bregman-arie/devops-exercisesAvatar bregman-arie

    bregman-arie/devops-exercises

    82,879Vezi pe GitHub↗

    This project is a comprehensive educational curriculum designed to build proficiency across modern infrastructure, cloud-native technologies, and systems administration. It functions as a reference library and interview preparation resource, offering a structured collection of conceptual questions, practical coding challenges, and hands-on scenarios that cover the full spectrum of software delivery and operational workflows. The repository distinguishes itself through a modular, domain-specific structure that links instructional problem statements with verified implementation examples. By emp

    Includes exercises focused on leveraging elastic scaling and high availability features in modern database systems.

    Pythonansibleawsazure
    Vezi pe GitHub↗82,879
  • mlabonne/llm-courseAvatar mlabonne

    mlabonne/llm-course

    80,178Vezi pe GitHub↗

    This project is a comprehensive educational curriculum and engineering handbook focused on the lifecycle of large language models. It serves as a structured knowledge base for machine learning practitioners, covering the fundamental mathematical and architectural principles of transformer-based sequence modeling, as well as the practical implementation of supervised instruction fine-tuning and preference-based model alignment. The repository distinguishes itself by providing a deep dive into advanced model composition and optimization techniques. It details methodologies for weight-space mode

    Provides practical patterns for building vector storage solutions essential for effective retrieval-augmented generation pipelines.

    courselarge-language-modelsllm
    Vezi pe GitHub↗80,178
  • nomic-ai/gpt4allAvatar nomic-ai

    nomic-ai/gpt4all

    77,375Vezi pe GitHub↗

    GPT4All is a cross-platform runtime environment designed to execute large language models directly on local consumer hardware. By leveraging an optimized C++ inference backend, it enables private, offline AI interactions without requiring an internet connection or external cloud services. The project provides a comprehensive ecosystem for managing the entire model lifecycle, including discovery, downloading, and configuration of local weights. What distinguishes the platform is its integrated retrieval-augmented generation engine, which allows users to index local documents into semantic vect

    Generates vector embeddings on-device to facilitate semantic search and document retrieval.

    C++ai-chatllm-inference
    Vezi pe GitHub↗77,375
  • elastic/elasticsearchAvatar elastic

    elastic/elasticsearch

    77,012Vezi pe GitHub↗

    Elasticsearch is a distributed search engine and document store designed for the high-performance indexing and retrieval of massive volumes of unstructured data. It functions as a centralized analytics platform, providing a schema-flexible architecture that organizes information into searchable indices while maintaining global cluster state through a distributed consensus mechanism. The platform distinguishes itself through its integrated approach to observability, security, and advanced analytics. It combines full-text, vector, and hybrid search capabilities with machine learning-driven insi

    Configures advanced data mappings and text analysis settings to optimize unstructured content for search.

    Javaelasticsearchjavasearch-engine
    Vezi pe GitHub↗77,012
  • redis/redisAvatar redis

    redis/redis

    74,906Vezi pe GitHub↗

    Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to process requests efficiently, while maintaining data durability through append-only persistence logs and asynchronous snapshotting mechanisms. What distinguishes Redis is its ability to handle complex data structures—including strings, hashes, lists, sets, and sorted sets—alongsid

    Indexes high-dimensional embeddings to facilitate efficient semantic search and machine learning workflows.

    Ccachecachingdatabase
    Vezi pe GitHub↗74,906
  • twitter/the-algorithmAvatar twitter

    twitter/the-algorithm

    73,422Vezi pe GitHub↗

    The algorithm is a distributed recommendation engine pipeline designed to construct and serve personalized content timelines. It functions as a multi-stage orchestration layer that aggregates candidate content from diverse social graphs and high-dimensional embedding spaces, processing user interaction data to deliver a unified, ranked experience. The system utilizes a high-performance machine learning serving infrastructure to execute deep learning models that predict engagement probabilities in real-time. It distinguishes itself through a hybrid retrieval strategy that combines graph-traver

    Calculates geometric proximity between user and item representations in high-dimensional vector space to identify relevant content.

    Scala
    Vezi pe GitHub↗73,422
  • fffaraz/awesome-cppAvatar fffaraz

    fffaraz/awesome-cpp

    71,817Vezi pe GitHub↗

    This project is a comprehensive, curated directory of high-quality libraries, tools, and educational resources for C and C++ development. It serves as an ecosystem discovery index, helping developers navigate the vast landscape of third-party components, frameworks, and technical documentation available for the language. The collection is distinguished by its focus on high-performance systems programming and technical mastery. It provides deep coverage of specialized domains including SIMD-accelerated data processing, compile-time template metaprogramming, and asynchronous event-driven archit

    Lists database drivers, embedded engines, and connectivity tools for various storage management systems.

    awesomeawesome-listc
    Vezi pe GitHub↗71,817
  • toeverything/affineAvatar toeverything

    toeverything/AFFiNE

    69,443Vezi pe GitHub↗

    AFFiNE is a collaborative knowledge base and productivity suite designed as a private-first, local-first platform. It provides an integrated workspace that combines structured documents with an infinite digital canvas, allowing users to organize complex information through a block-based model. By prioritizing local data persistence, the platform ensures immediate responsiveness and data sovereignty while maintaining a distributed state for real-time synchronization across multiple devices. The platform distinguishes itself through a canvas-integrated database engine that enables transitions b

    Maps relational data to spatial canvas coordinates, enabling fluid transitions between structured tables and free-form visual layouts.

    TypeScriptappcrdteditor
    Vezi pe GitHub↗69,443
  • prometheus/prometheusAvatar prometheus

    prometheus/prometheus

    64,569Vezi pe GitHub↗

    Prometheus is a comprehensive monitoring and alerting platform designed to track infrastructure health and application performance. It functions as a time series database that ingests, indexes, and queries high-frequency numerical data points. By utilizing a pull-based model, the system periodically collects multi-dimensional metrics from monitored targets, storing them in an optimized block storage format that supports high-throughput ingestion and efficient historical analysis. The platform distinguishes itself through a specialized query engine that enables real-time analysis of performanc

    Handles high-frequency numerical data through specialized ingestion, indexing, and querying capabilities.

    Goalertinggraphinghacktoberfest
    Vezi pe GitHub↗64,569
  • pathwaycom/pathwayAvatar pathwaycom

    pathwaycom/pathway

    62,959Vezi pe GitHub↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Integrates external vector database clients directly into data ingestion workflows to automate real-time document indexing.

    Pythonbatch-processingdata-analyticsdata-pipelines
    Vezi pe GitHub↗62,959
  • mintplex-labs/anything-llmAvatar Mintplex-Labs

    Mintplex-Labs/anything-llm

    61,663Vezi pe GitHub↗

    This platform serves as a comprehensive environment for managing private language models, document knowledge bases, and automated agent workflows within secure local infrastructure. It functions as a document-aware workspace that enables users to ingest diverse file formats into searchable repositories, ensuring that all data processing and model inference remain within private, local environments to maintain data sovereignty. The system distinguishes itself through a modular agentic engine that allows for the definition of custom skills and external tool execution. By utilizing a multi-model

    Utilizes local vector indices to perform semantic similarity searches for context-aware language model generation.

    JavaScriptai-agentscustom-ai-agentsdeepseek
    Vezi pe GitHub↗61,663
  • xingshaocheng/architect-awesomeAvatar xingshaocheng

    xingshaocheng/architect-awesome

    60,821Vezi pe GitHub↗

    This project serves as a comprehensive knowledge base and reference for distributed systems engineering and enterprise software architecture. It provides a structured collection of technical resources, design patterns, and methodologies intended to assist in the design, maintenance, and scaling of complex, high-performance software environments. The repository distinguishes itself by offering deep dives into core architectural concepts such as actor-based concurrency, aspect-oriented interception, and inversion-of-control containers. It emphasizes the practical application of distributed syst

    Maintain data integrity and consistency in transactional applications by leveraging established relational database models.

    Vezi pe GitHub↗60,821
  • pathwaycom/llm-appAvatar pathwaycom

    pathwaycom/llm-app

    59,341Vezi pe GitHub↗

    This project is a data processing engine and AI application platform designed for building production-grade machine learning workflows. It provides a unified programming model that handles both historical batch data and live stream ingestion, enabling the development of real-time ETL pipelines and scalable data transformation workflows. The framework distinguishes itself through differential dataflow execution, which propagates only changes through a pipeline rather than recomputing entire datasets. It supports distributed state management across worker nodes and utilizes incremental stream p

    Supports low-latency retrieval of evolving knowledge bases for retrieval-augmented generation applications.

    Jupyter Notebookchatbothugging-facellm
    Vezi pe GitHub↗59,341
  • pocketbase/pocketbaseAvatar pocketbase

    pocketbase/pocketbase

    59,120Vezi pe GitHub↗

    Pocketbase is a backend-as-a-service platform that provides a self-contained, single-binary server for building full-stack applications. It integrates a relational database, authentication, and file storage into one executable process, eliminating the need for external infrastructure or complex server management. The platform distinguishes itself through an embedded database engine that runs directly within the application process and a reactive communication layer that pushes live updates to connected clients. By monitoring internal transaction logs, it synchronizes data across multiple user

    Embeds a relational storage engine directly within the application process to remove the overhead of managing external database servers.

    Goauthenticationbackendgolang
    Vezi pe GitHub↗59,120
  • imartinez/privategptAvatar imartinez

    imartinez/privateGPT

    57,281Vezi pe GitHub↗

    PrivateGPT is a private AI document assistant and local knowledge base manager designed for querying private files and documents using retrieval-augmented generation. It functions as a local language model application and API gateway, allowing users to obtain cited answers from unstructured data without sending information to external servers. The system differentiates itself by acting as a tool integrator that connects language models to external functions, including web search, tabular data analysis, and custom action extensions. It provides a standardized API layer that allows local infere

    Indexes unstructured documents into vector databases to support real-time semantic search and retrieval.

    Python
    Vezi pe GitHub↗57,281
Înapoi123456…10Înainte
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines

Explorează sub-etichetele

  • Canvas-Integrated DatabasesDatabase engines that map relational data to spatial canvas coordinates.
  • Cloud-Native Databases2 sub-tag-uriDatabase systems engineered specifically to leverage cloud infrastructure for elastic scaling, high availability, and managed service delivery.
  • Data Storage Configurations1 sub-tagSettings and parameters defining how data is indexed, mapped, and stored for optimized retrieval.
  • Database Drivers and EnginesLibraries and servers for database connectivity and storage management.
  • Distributed Databases1 sub-tagDatabase engines that distribute data across multiple physical or virtual nodes to ensure horizontal scalability and fault tolerance.
  • Embedded Databases1 sub-tagRelational or key-value storage engines that run within the application process without requiring a separate server.
  • Graph-Relational ManagementManaging datasets that integrate relational integrity with flexible graph relationships. **Distinct from Relational:** Distinct from Relational: specifically includes the management of graph-based links and traversal in addition to relational structures.
  • NoSQL4 sub-tag-uriNon-relational database systems designed to store flexible data structures and handle high-scale distributed workloads.
  • Relational1 sub-tagDatabase systems that store and query structured data using relational models to ensure integrity and consistency.
  • Time SeriesSpecialized database engines designed to ingest, index, and query high-frequency time-stamped numerical data.
  • Vector Databases10 sub-tag-uriStorage engines and infrastructure designed to index, store, and retrieve high-dimensional embeddings for semantic search.
  • Verifiable EnginesDatabase engines that integrate cryptographic commitments to ensure data and result integrity. **Distinct from Database Engines:** Specializes general database engines with a requirement for cryptographic verifiability.