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
·

4 repository-uri

Awesome GitHub RepositoriesSchema Normalizations

Translates multiple external API schemas into a single, unified schema for consistent access.

Distinct from External API Integrations: Distinct from External API Integrations: focuses on schema normalization, not general API connectivity.

Explore 4 awesome GitHub repositories matching web development · Schema Normalizations. Refine with filters or upvote what's useful.

Awesome Schema Normalizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • brasilapi/brasilapiAvatar BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Vezi pe GitHub↗

    BrasilAPI is a REST API gateway that aggregates and exposes official Brazilian public data from fragmented government sources. It functions as a multi-provider data aggregator that normalizes heterogeneous information into a standardized JSON schema for consistent delivery. The system utilizes a multi-provider fallback pipeline to ensure reliable data resolution, querying several external APIs in sequence if a primary provider fails. It also incorporates a caching proxy gateway to reduce latency and avoid redundant requests for frequently accessed public data. The platform covers a broad ran

    Normalizes heterogeneous data from fragmented government sources into a consistent, unified JSON schema.

    JavaScript
    Vezi pe GitHub↗10,750
  • nangohq/nangoAvatar NangoHQ

    NangoHQ/nango

    10,772Vezi pe GitHub↗

    Nango is an open-source platform that connects applications to external APIs by managing authentication, data synchronization, and custom function execution. It provides a managed runtime for TypeScript integration functions, handling OAuth flows, credential storage, and token refresh for hundreds of external APIs while keeping secrets isolated from application code. The platform distinguishes itself by exposing integration functions as discoverable tools for AI agents through an MCP server or API, with per-user credential isolation that keeps provider secrets out of the agent loop. It offers

    Normalizes multiple external API schemas into a single unified schema.

    TypeScriptaccess-tokenapiapi-client
    Vezi pe GitHub↗10,772
  • apache/incubator-devlakeAvatar apache

    apache/incubator-devlake

    2,940Vezi pe GitHub↗

    DevLake is a DevOps data platform and analytics tool designed to orchestrate data pipelines that ingest, transform, and sync metadata from external development tools into a unified database. It functions as a system for collecting and normalizing data from source control, CI/CD pipelines, and issue trackers into a standardized schema to enable consistent software delivery analytics. The platform distinguishes itself by transforming tool-specific data into a common domain model, allowing for the calculation of engineering metrics via SQL. It provides specialized frameworks for measuring DORA m

    Transforms tool-specific data into a standardized common schema to allow cross-platform metric calculation.

    Godashboard-friendlydatadata-analysis
    Vezi pe GitHub↗2,940
  • huangxd-/danmu_apiAvatar huangxd-

    huangxd-/danmu_api

    2,571Vezi pe GitHub↗

    danmu_api is a bullet chat API gateway that aggregates video comments from multiple platforms and serves them through a standardized interface for use in media players. It includes a metadata matching service to identify video content across platforms using keywords or file names. The system uses an adapter-based normalization process to translate diverse platform response formats into a single schema and utilizes a Redis-backed cache to store search results and comment streams. It features a processing engine that cleans comment streams using keyword and regular expression filters. The proj

    Translates diverse video platform response formats into a single standardized schema for consistent consumption.

    JavaScriptanimeapidandanplay
    Vezi pe GitHub↗2,571
  1. Home
  2. Web Development
  3. External API Integrations
  4. Schema Normalizations

Explorează sub-etichetele

  • Domain-Model NormalizationsTransformations that convert tool-specific API schemas into a standardized common domain model. **Distinct from Schema Normalizations:** Focuses on normalizing data into a cross-platform domain model for metrics, rather than simple API response cleaning.