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

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

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

3 个仓库

Awesome GitHub RepositoriesCompound Document Embeddings

Techniques for including related resources in a single response without using nested serialization.

Distinct from Document Embedding: Focuses on the 'includes' parameter pattern for flat embedding rather than traditional document nesting/denormalization.

Explore 3 awesome GitHub repositories matching data & databases · Compound Document Embeddings. Refine with filters or upvote what's useful.

Awesome Compound Document Embeddings GitHub Repositories

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

    json-api/json-api

    7,708在 GitHub 上查看↗

    JSON API is a set of industry standards for RESTful APIs that defines uniform protocols for resource serialization, error responses, and query parameters. It provides a specification for request and response payloads in JSON-based APIs to ensure consistency across endpoints. The specification focuses on reducing network requests through a structured resource serialization format and a standardized mechanism for embedding related resources into a single response. It utilizes a custom JSON media type for content negotiation and supports the definition of custom profiles to provide specialized i

    Includes related resources alongside primary data in a single response using a reserved includes parameter.

    CSS
    在 GitHub 上查看↗7,708
  • nissl-lab/npoinissl-lab 的头像

    nissl-lab/npoi

    6,186在 GitHub 上查看↗

    NPOI is a pure .NET library for reading and writing Microsoft Office files in both legacy binary (.xls) and modern OpenXML (.xlsx, .docx) formats, operating entirely without requiring Microsoft Office or COM interop. It runs on Windows and Linux under .NET Standard and .NET Framework runtimes, using only managed code to parse and generate Office documents. The library provides comprehensive spreadsheet capabilities, including creating, editing, and reading Excel workbooks in both .xls and .xlsx formats, with support for cell formatting, styles, and formulas. It includes a streaming row-by-row

    Opens legacy .xls files by reading OLE2 compound storage structures.

    C#biffdotnetcoreexcel
    在 GitHub 上查看↗6,186
  • netflix/fast_jsonapiNetflix 的头像

    Netflix/fast_jsonapi

    5,036在 GitHub 上查看↗

    fast_jsonapi 是一个 Ruby 对象序列化器,旨在将复杂的后端数据对象转换为结构化的 JSON 表示。它专门实现了 JSON:API 格式,以确保服务器和客户端之间的一致数据交换。 该库作为一个复合文档生成器,允许将相关资源嵌入到单个响应中,以最小化网络请求。它使用基于类的模式定义将内部数据库模型与公共 API 表示解耦。 该项目包括一个命令行工具,用于通过扫描数据库模式来生成序列化器样板代码。性能通过基于键的输出缓存和追踪序列化与编码过程执行延迟的仪表工具进行管理。

    Generates compound documents by embedding related resources in a flat structure within a single JSON response.

    Rubynot-maintained
    在 GitHub 上查看↗5,036
  1. Home
  2. Data & Databases
  3. Document Embedding
  4. Compound Document Embeddings

探索子标签

  • OLE2 Compound Document ReadersOpens legacy .xls files by reading the OLE2 compound storage structure to extract streams like Workbook and SummaryInformation. **Distinct from Compound Document Embeddings:** Distinct from Compound Document Embeddings: focuses on reading OLE2 compound storage structures for legacy Office files, not embedding resources in API responses.