awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorerRecherches sélectionnéesOpen-source alternativesSelf-hosted softwareBlogPlan du site
ProjetÀ proposHow we rankPresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • brasilapi/brasilapiAvatar de BrasilAPI

    BrasilAPI/BrasilAPI

    10,750Voir sur 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
    Voir sur GitHub↗10,750
  • nangohq/nangoAvatar de NangoHQ

    NangoHQ/nango

    10,772Voir sur 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
    Voir sur GitHub↗10,772
  • apache/incubator-devlakeAvatar de apache

    apache/incubator-devlake

    2,940Voir sur 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
    Voir sur GitHub↗2,940
  • huangxd-/danmu_apiAvatar de huangxd-

    huangxd-/danmu_api

    2,571Voir sur 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
    Voir sur GitHub↗2,571
  1. Home
  2. Web Development
  3. External API Integrations
  4. Schema Normalizations

Explorer les sous-tags

  • 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.