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

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

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

7 个仓库

Awesome GitHub RepositoriesData Source Unification

Processes that merge disparate data sources while detecting contradictions between different representations of the same information.

Distinguishing note: None of the candidates cover the specific act of merging multi-format sources with conflict detection.

Explore 7 awesome GitHub repositories matching data & databases · Data Source Unification. Refine with filters or upvote what's useful.

Awesome Data Source Unification GitHub Repositories

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

    Netflix/falcor

    10,572在 GitHub 上查看↗

    Falcor is a JavaScript library that models remote data as a single virtual JSON graph, providing a path-based query engine for efficient client-side data retrieval and updates. It represents multiple remote data sources as a unified document where entities are accessed via globally unique identity paths. The system distinguishes itself by treating the remote data model as a virtual JSON resource, allowing the client to query specific paths without managing individual endpoints. It uses a reference-aware graph model to handle many-to-many relationships and prevents data duplication. Network ef

    Represents multiple remote data sources as a single virtual JSON model for consistent access.

    JavaScript
    在 GitHub 上查看↗10,572
  • yusufkaraaslan/skill_seekersyusufkaraaslan 的头像

    yusufkaraaslan/Skill_Seekers

    9,641在 GitHub 上查看↗

    Skill Seekers is a toolset for generating large language model knowledge bases, featuring a multi-source content scraper and a dedicated RAG data pipeline. It extracts technical data from documentation, code, and video to create structured assets and configuration files for AI-powered IDE extensions. The project distinguishes itself through the ability to transform raw data into polished tutorials and specialized skills for AI plugin marketplaces. It utilizes abstract syntax tree parsing and optical character recognition to analyze GitHub repositories, PDFs, and video frames, converting these

    Merges content from docs, code, and documents while detecting conflicts between documentation and implementation.

    Pythonai-toolsast-parserautomation
    在 GitHub 上查看↗9,641
  • cue-lang/cuecue-lang 的头像

    cue-lang/cue

    6,147在 GitHub 上查看↗

    CUE is a constraint-based configuration language designed for data validation, schema definition, and code generation. At its core, it unifies types and values into a single concept, enabling compile-time validation that catches structural and value errors before runtime. The language treats data and constraints as the same thing, allowing a single definition to serve as both a schema and concrete configuration data. CUE distinguishes itself through its constraint-based unification engine, which combines multiple configuration sources into a single coherent result by merging their constraints

    Combines data from different sources by merging constraints into a single consistent result.

    Goconfigurationdatakubernetes
    在 GitHub 上查看↗6,147
  • spaceandtimefdn/blitzarspaceandtimefdn 的头像

    spaceandtimefdn/blitzar

    4,884在 GitHub 上查看↗

    Blitzar 是一个可验证的 SQL 证明引擎和加密库,专为可验证的 SQL 计算而设计。它支持在链下执行数据库查询,同时生成零知识证明,以证明结果的正确性,从而实现链上验证。 该项目以其 GPU 加速的证明加速器脱颖而出,该加速器将繁重的加密工作负载卸载到图形处理器,减少了简洁证明生成所需的时间。它为 C++ 和 Rust 应用提供了高性能加密原语,专注于椭圆曲线运算和多标量乘法。 该系统涵盖了广泛的数据管理和安全面,包括将区块链索引与链下数据集结合到防篡改关系表中的无信任数据集成。它利用 BFT 共识和阈值签名来维护状态完整性,以及用于基于法定人数的数据同步和通过智能合约回调进行验证结果交付的机制。 该代码库提供了 C++ 和 Rust 的原生绑定,以公开其加密工具集和证明计算库。

    Unifies real-time indexed blockchain data and off-chain datasets into a single verifiable source.

    C++cpp20curve25519elliptic-curve-cryptography
    在 GitHub 上查看↗4,884
  • useplunk/plunkuseplunk 的头像

    useplunk/plunk

    4,875在 GitHub 上查看↗

    Plunk is an SMTP email marketing platform and contact relationship manager used for sending bulk broadcasts and transactional emails. It provides a transactional email API for delivering personalized messages using templates and variable substitution, supported by built-in analytics and custom domain authentication. The platform features an email automation workflow engine with a visual builder for creating multi-step sequences triggered by user events and conditional logic. It includes a dynamic audience segmentation tool that groups contacts based on real-time data attributes and behavioral

    Merges transactional, campaign, and workflow interactions into a single comprehensive user record.

    TypeScript
    在 GitHub 上查看↗4,875
  • apollographql/apollo-androidapollographql 的头像

    apollographql/apollo-android

    3,953在 GitHub 上查看↗

    Apollo Android 是一个强类型的 GraphQL 客户端库,用于在 JVM、Android 和 Kotlin Multiplatform 上执行查询和变更。它包含一个代码生成工具,可从 GraphQL 模式和操作文件中创建不可变类和解析器,以确保编译时的类型安全。 该项目具有一个规范化缓存,将响应扁平化为查找表以维护单一事实来源。它还提供了一个订阅客户端,用于通过 WebSocket 或 SSE 连接进行实时服务器端数据更新,以及一个用于模拟服务器响应和生成测试用假类型安全数据的 Mock 框架。 该库涵盖了广泛的功能,包括通过请求批处理和持久化查询进行网络优化,以及通过乐观更新和分页管理本地数据状态。它支持集成自定义 HTTP 引擎,并将自定义标量类型映射到原生语言类。 该工具与开发 IDE 集成,提供从编辑器到定义的自动代码生成和导航功能。

    Enables merging data from multiple endpoints into single entities using a shared schema.

    Kotlin
    在 GitHub 上查看↗3,953
  • apache/gravitinoapache 的头像

    apache/gravitino

    2,866在 GitHub 上查看↗

    Gravitino is a federated metadata lake and unified data catalog designed to manage tables, files, and AI models across diverse data sources and cloud storage. It serves as a centralized interface for governing schemas, access controls, and tagging across relational databases, messaging queues, and object stores. The project distinguishes itself by unifying the management of AI assets, such as machine learning models and their version lineages, alongside traditional tabular data. It also implements the Iceberg REST specification to provide a standardized metadata server and proxy for lakehouse

    Organizes metadata from diverse sources into a hierarchical structure of metalakes, catalogs, and schemas.

    Javaai-catalogdata-catalogdatalake
    在 GitHub 上查看↗2,866
  1. Home
  2. Data & Databases
  3. Data Source Unification

探索子标签

  • Verifiable Source UnificationMerging disparate blockchain and off-chain data sources into a single unified, verifiable record. **Distinct from Data Source Unification:** Focuses on creating a single verifiable source rather than just detecting contradictions