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
·

4 Repos

Awesome GitHub RepositoriesDevelopment Schema Isolation

Mechanisms for assigning unique target schemas to individual users to prevent concurrent development conflicts.

Distinct from Schema Extensions: Distinct from Schema Extensions: focuses on user-level schema isolation for development, not just extending base schemas.

Explore 4 awesome GitHub repositories matching data & databases · Development Schema Isolation. Refine with filters or upvote what's useful.

Awesome Development Schema Isolation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dbt-labs/dbt-coreAvatar von dbt-labs

    dbt-labs/dbt-core

    13,051Auf GitHub ansehen↗

    dbt-core is a command-line framework for transforming data within a warehouse using modular SQL and version control. It functions as a data transformation engine that enables users to define data structures and business logic through declarative configuration files, which the system then compiles into executable code. By managing complex data dependencies through a directed acyclic graph, it ensures that transformation tasks execute in the correct order while maintaining a manifest-driven state to track lineage and execution history. The project distinguishes itself through an adapter-based d

    Assigns unique target schemas to individual users to prevent concurrent development conflicts.

    Rustanalyticsbusiness-intelligencedata-modeling
    Auf GitHub ansehen↗13,051
  • elie222/inbox-zeroAvatar von elie222

    elie222/inbox-zero

    10,101Auf GitHub ansehen↗

    Inbox Zero is an AI-powered email automation platform and inbox organizer. It uses large language models to automatically categorize, label, and archive emails, while providing a conversational interface for managing workflows and drafting responses through natural language. The project distinguishes itself by integrating real-time calendar availability into its drafting process and generating AI-summarized meeting briefings. It supports a pluggable AI provider interface with model fallback chains, allowing it to connect to various cloud or local LLM providers. Users can also control their in

    Creates branch-specific local setups with dedicated databases to prevent schema conflicts during development.

    TypeScriptaiemailgmail
    Auf GitHub ansehen↗10,101
  • feast-dev/feastAvatar von feast-dev

    feast-dev/feast

    6,727Auf GitHub ansehen↗

    Feast is an open-source feature store for machine learning that provides a central platform for defining, storing, and serving features across both training and inference workflows. It operates as a declarative system where feature definitions are written as code in Python files, synchronized to a central registry, and made available for low-latency online retrieval or point-in-time correct historical joins for training datasets. The project abstracts storage behind a pluggable architecture, allowing offline and online backends to be swapped without changing retrieval logic, and coordinates ma

    Feast separates each team's feature data into its own database schema to prevent accidental cross-team interference.

    Pythonbig-datadata-engineeringdata-quality
    Auf GitHub ansehen↗6,727
  • thomhurst/tunitAvatar von thomhurst

    thomhurst/TUnit

    3,744Auf GitHub ansehen↗

    TUnit is a comprehensive C# testing framework, mocking library, and fluent assertion tool. It utilizes source generation for test discovery and mock creation, ensuring compatibility with Native AOT and IL trimming by eliminating the need for runtime reflection and proxies. The framework provides specialized capabilities for integration testing, including the management of distributed application lifecycles, isolated database schemas, and the correlation of telemetry and logs across process boundaries via OTLP. It also includes an HTTP testing utility to intercept network exchanges and mock AP

    Provides unique, isolated database schemas for individual tests to ensure data independence.

    C#csharpdotnettest
    Auf GitHub ansehen↗3,744
  1. Home
  2. Data & Databases
  3. Schema Extensions
  4. Development Schema Isolation

Unter-Tags erkunden

  • Table-Level Namespace IsolationNamespaces background job data by creating separate tables within specific database schemas. **Distinct from Development Schema Isolation:** Distinct from Development Schema Isolation: focuses on production-grade data namespacing for background jobs rather than developer-specific isolation.
  • Team Schema IsolationAssigning distinct database schemas per team to prevent naming conflicts and provide stronger isolation in a shared registry. **Distinct from Development Schema Isolation:** Distinct from Development Schema Isolation: focuses on team-level schema separation in a shared feature registry, not per-developer isolation for concurrent development.