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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 dépôts

Awesome GitHub RepositoriesRelational

Database systems that store and query structured data using relational models to ensure integrity and consistency.

Explore 10 awesome GitHub repositories matching data & databases · Relational. Refine with filters or upvote what's useful.

Awesome Relational GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • jackfrued/python-100-daysAvatar de jackfrued

    jackfrued/Python-100-Days

    183,425Voir sur 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
    Voir sur GitHub↗183,425
  • denoland/denoAvatar de denoland

    denoland/deno

    107,110Voir sur 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

    Enables persistent, transactional data storage through seamless integration with embedded relational database engines.

    Rustdenojavascriptrust
    Voir sur GitHub↗107,110
  • louislam/uptime-kumaAvatar de louislam

    louislam/uptime-kuma

    88,107Voir sur 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
    Voir sur GitHub↗88,107
  • django/djangoAvatar de django

    django/django

    87,878Voir sur 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
    Voir sur GitHub↗87,878
  • xingshaocheng/architect-awesomeAvatar de xingshaocheng

    xingshaocheng/architect-awesome

    60,821Voir sur 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.

    Voir sur GitHub↗60,821
  • docmost/docmostAvatar de docmost

    docmost/docmost

    19,049Voir sur GitHub↗

    Docmost is an open-source knowledge management system designed as a collaborative documentation platform for teams. It functions as an enterprise wiki that centralizes organizational information into structured, searchable workspaces, enabling users to create, organize, and share content through a hierarchical system of spaces and pages. The platform distinguishes itself by integrating artificial intelligence directly into the documentation lifecycle. It utilizes vector-based semantic search to allow for natural language queries across stored content and provides AI-assisted tools for draftin

    Organizes documentation into nested hierarchies using structured relational data models.

    TypeScriptconfluencedocumentationknowledge-base
    Voir sur GitHub↗19,049
  • graphile/postgraphileAvatar de graphile

    graphile/postgraphile

    12,929Voir sur GitHub↗

    PostGraphile is an automated tool that converts a PostgreSQL database schema into a fully functional GraphQL API. It serves as a GraphQL execution engine and schema orchestrator, utilizing database schema introspection to retrieve strongly typed metadata directly from PostgreSQL. The project features a modular system for composing and standardizing GraphQL schemas through plugins, which manage naming conventions and connections. It includes a PostgreSQL query builder that constructs dynamic, SQL-injection-proof queries using tagged template literals. The system employs a declarative query pl

    Retrieves strongly typed database field details by querying official PostgreSQL system catalogs.

    TypeScript
    Voir sur GitHub↗12,929
  • yugabyte/yugabyte-dbAvatar de yugabyte

    yugabyte/yugabyte-db

    10,349Voir sur GitHub↗

    YugabyteDB is a distributed SQL database and relational data store designed for horizontal scalability and high availability across multiple nodes or regions. It functions as a cloud-native system that ensures continuous availability and supports PostgreSQL compatible query languages and drivers. The system includes specialized capabilities as a vector database for AI, utilizing high-dimensional indexing to perform similarity searches. It is engineered as a multi-region cloud database that synchronizes data across different geographic locations to maintain global availability. The project co

    Functions as a distributed relational database supporting complex SQL queries and standard relational datatypes.

    Ccloud-nativecppdatabase
    Voir sur GitHub↗10,349
  • codenotary/immudbAvatar de codenotary

    codenotary/immudb

    8,982Voir sur GitHub↗

    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

    Implements a relational storage model allowing structured data retrieval using SQL, including complex joins and window functions.

    Goauditablecompliancecryptographic
    Voir sur GitHub↗8,982
  • mariadb/serverAvatar de MariaDB

    MariaDB/server

    7,196Voir sur GitHub↗

    This project is an open source relational database management system and SQL database designed for storing and managing structured data. It functions as a relational database for ensuring consistency and reliability, while also operating as a vector database for storing and querying high-dimensional vector embeddings. The system incorporates a columnar storage engine to optimize analytical query processing and large-scale data aggregation. It further enables vector similarity search, allowing users to find similar items by querying vector embeddings. The software covers a broad capability su

    Stores and queries structured data using relational models to ensure strict integrity and consistency.

    C++amazon-web-servicesdatabasefulltext-search
    Voir sur GitHub↗7,196
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Engines
  5. Relational

Explorer les sous-tags

  • PostgreSQL-Specific Features1 sous-tagSupport for database-specific data types and functions.