awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesData Interoperability

Methods and formats that allow different software systems or languages to exchange and interpret structured data.

Distinguishing note: None of the candidates matched; this focuses on cross-language data exchange.

Explore 5 awesome GitHub repositories matching software engineering & architecture · Data Interoperability. Refine with filters or upvote what's useful.

Awesome Data Interoperability GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • google/flatbuffersgoogle 的头像

    google/flatbuffers

    25,558在 GitHub 上查看↗

    FlatBuffers is a cross-platform serialization library designed for performance-critical applications that require efficient, zero-copy data access. By organizing data in a structured binary format, it allows applications to read and write complex data structures directly from memory-mapped buffers without the need for intermediate parsing or temporary object allocation. The project distinguishes itself through a schema-driven approach that balances high-performance access with long-term data evolution. It utilizes a unique memory layout featuring relative offsets and inline fixed-size structu

    Sharing structured data between different programming languages and platforms using a unified binary format and generated source code.

    C++cc-plus-plusc-sharp
    在 GitHub 上查看↗25,558
  • bluesky-social/social-appbluesky-social 的头像

    bluesky-social/social-app

    18,063在 GitHub 上查看↗

    This project provides a comprehensive implementation of the AT Protocol, serving as a framework for building decentralized social networking applications. It enables the creation of distributed data repositories where users maintain cryptographic ownership of their identity and content, allowing for portable accounts that can be migrated between independent servers without central authority intervention. The platform distinguishes itself by decoupling content hosting from discovery through modular algorithmic curation. Users can select third-party services to filter and organize their feeds,

    Provides standardized definitions for data structures to ensure interoperability across software components.

    TypeScript
    在 GitHub 上查看↗18,063
  • openzipkin/zipkinopenzipkin 的头像

    openzipkin/zipkin

    17,431在 GitHub 上查看↗

    Zipkin is an open-source distributed tracing system designed to collect, store, and visualize timing data across complex service architectures. It provides a platform for monitoring request lifecycles, enabling developers to identify latency bottlenecks and performance issues by tracking operations as they move through heterogeneous service environments. The system distinguishes itself through a standardized data model and a pluggable storage architecture that supports various backend databases. It utilizes sampling strategies to manage telemetry volume and employs asynchronous collection met

    Relays collected span information to secondary analysis systems or exposes standardized data formats to ensure cross-platform compatibility.

    Javadistributed-tracingobservabilityopenzipkin
    在 GitHub 上查看↗17,431
  • solid/solidsolid 的头像

    solid/solid

    8,108在 GitHub 上查看↗

    Solid is a protocol and ecosystem for decentralized web applications that separates application logic from data storage. It enables users to store and control their personal information in personal online data stores, known as Pods, ensuring that individuals own their data rather than the applications they use. The project provides a framework for decentralized identity and authentication using WebID and OpenID Connect, decoupling identity from central providers. It implements a resource-level permission system via Web Access Control, allowing users to grant or deny read, write, and append ac

    Promotes common standards and protocols to ensure different data stores and applications can exchange information seamlessly.

    HTMLcommunication
    在 GitHub 上查看↗8,108
  • openemr/openemropenemr 的头像

    openemr/openemr

    4,691在 GitHub 上查看↗

    OpenEMR is an open-source electronic health record (EHR) system that also functions as a medical practice management platform and a patient portal, all integrated with standards-based health data exchange. It stores and manages patient health records, handles clinical workflows, supports scheduling and billing, and provides patients with secure self-service access to their information. Interoperability is built in via FHIR and C-CDA for exchanging records with external systems and Direct protocol for encrypted provider messaging. The system is designed to be extensible, with a modular plugin

    Enables health data interoperability via FHIR, C-CDA, and Direct secure messaging standards.

    PHPehremrfhir
    在 GitHub 上查看↗4,691
  1. Home
  2. Software Engineering & Architecture
  3. Data Interoperability

探索子标签

  • Health Data Interoperability StandardsStandards-based exchange of patient health data using FHIR, C-CDA, and Direct protocols for care coordination. **Distinct from Data Interoperability:** Distinct from generic Data Interoperability: focuses specifically on healthcare data exchange standards (FHIR, C-CDA, Direct) rather than general data sharing.