awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesSchema Mapping Engines

Systems that translate raw data into structured formats using predefined templates.

Distinguishing note: Focuses on template-based translation of proprietary storage patterns.

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

Awesome Schema Mapping Engines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • lc044/wechatmsgAvatar LC044

    LC044/WeChatMsg

    41,658Vezi pe GitHub↗

    WeChatMsg is a database forensic parser and local data processor designed to extract and reconstruct structured message data from raw binary files. By operating entirely on the host machine, the tool ensures data sovereignty and privacy, performing all decryption and transformation tasks without requiring network access or external dependencies. The project distinguishes itself through a static analysis-based extraction method that reconstructs message threads by matching unique identifiers and timestamps across fragmented database tables. Its decoupled architecture separates low-level binary

    Translates raw database records into human-readable formats using predefined structural templates.

    chatgptllmspyqt
    Vezi pe GitHub↗41,658
  • openapitools/openapi-generatorAvatar OpenAPITools

    OpenAPITools/openapi-generator

    26,412Vezi pe GitHub↗

    This project is a command-line tool and template-based scaffolding engine that transforms API interface specifications into functional client libraries and server stubs. By automating the creation of type-safe SDKs and boilerplate code, it bridges the gap between service definitions and implementation, allowing developers to maintain synchronized codebases across many programming languages. The tool distinguishes itself through a portable execution model that utilizes containerized build isolation to ensure identical output regardless of the host environment. It features a modular, plugin-bas

    Translates abstract API data types into native language structures by applying configurable type overrides and custom import rules.

    Javaapiapi-clientapi-server
    Vezi pe GitHub↗26,412
  • koenkk/zigbee2mqttAvatar Koenkk

    Koenkk/zigbee2mqtt

    14,812Vezi pe GitHub↗

    Zigbee2mqtt is a service that functions as a bridge between Zigbee radio signals and the MQTT messaging protocol. It acts as a smart home hardware controller, enabling the management and communication of sensors, lights, and switches through local USB or network-based radio adapters. The project serves as a network manager for local mesh environments, handling the pairing of new hardware and the ongoing administration of device connections. It translates proprietary radio payloads into standardized data structures using a declarative schema, ensuring that device states are reconciled in real

    Translates proprietary radio payloads into standardized data structures using declarative definition files.

    TypeScripthacktoberfest
    Vezi pe GitHub↗14,812
  • rerun-io/rerunAvatar rerun-io

    rerun-io/rerun

    10,214Vezi pe GitHub↗

    Rerun is a multimodal data visualizer and robotics data logger designed for rendering synchronized streams of 3D spatial data, images, and time-series metrics. It functions as a tool for capturing high-frequency sensor data and AI outputs into a queryable columnar format, providing a dedicated interface for viewing MCAP recording files and analyzing physical environments. The project distinguishes itself as a machine learning dataset streamer, capable of feeding logged recordings directly into GPU buffers and PyTorch training pipelines without intermediate exports. It supports a high-performa

    Decodes raw binary messages into queryable components using predefined data models and reflection for robotics types.

    Rustcomputer-visioncppmultimodal
    Vezi pe GitHub↗10,214
  • thzoria/nx_firmwareAvatar THZoria

    THZoria/NX_Firmware

    3,546Vezi pe GitHub↗

    NX_Firmware is a binary repository manager and firmware distribution server designed to store and serve versioned system update files to hardware devices. It functions as a stateless file host that organizes compiled firmware binaries in a structured directory for automated retrieval via a REST API. The system maps specific firmware builds to compatible hardware revisions using schema-based metadata. It utilizes a flat-file asset hosting model, serving binary blobs directly from the filesystem to avoid the overhead of a database management system. The server handles hardware version control

    Uses standardized schema files to map specific firmware builds to their compatible hardware revisions.

    Python
    Vezi pe GitHub↗3,546
  • commaai/opendbcAvatar commaai

    commaai/opendbc

    2,943Vezi pe GitHub↗

    OpenDBC is a CAN bus interface library and telemetry parser designed to read and write messages to a vehicle network. It functions as an automotive hardware abstraction layer that maps generic control signals to model-specific bus IDs across different vehicle brands, while acting as a control system that converts high-level steering and acceleration requests into raw binary packets for vehicle actuators. The project includes a vehicle network safety gateway that restricts or blocks specific control messages based on the system state to prevent unsafe maneuvers. It provides a standardized way

    Uses external declarative configuration files to map generic control signals to model-specific bus IDs and offsets.

    Pythonautomotivecandbc
    Vezi pe GitHub↗2,943
  1. Home
  2. Data & Databases
  3. Schema Mapping Engines

Explorează sub-etichetele

  • Declarative Mapping Schemas1 sub-tagExternal definition files that map proprietary radio clusters to standardized data attributes. **Distinct from Schema Mapping Engines:** Distinct from general schema mapping engines: focuses on declarative hardware-to-data translation for radio protocols.