awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesInline Data Embedding

Compact, single-line table structures for reducing verbosity in configuration files.

Distinct from Inline Data Editing: Distinct from UI inline editors: focuses on the syntax for embedding nested data structures.

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

Awesome Inline Data Embedding GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • toml-lang/tomlالصورة الرمزية لـ toml-lang

    toml-lang/toml

    20,525عرض على GitHub↗

    TOML is a configuration file format designed for human readability and unambiguous mapping to hash tables. It serves as a standardized language for structured data, enabling consistent parsing and data exchange across diverse programming environments. The format distinguishes itself through a strict type-system specification that ensures data is interpreted identically regardless of the implementation. It utilizes a line-oriented lexical structure that supports both hierarchical organization through bracketed sections and compact inline embedding for nested objects. This approach allows for t

    Defines compact, single-line table structures to reduce verbosity for small, grouped data sets.

    عرض على GitHub↗20,525
  • mikefarah/yqالصورة الرمزية لـ mikefarah

    mikefarah/yq

    14,913عرض على GitHub↗

    This tool is a command-line processor designed for querying, updating, and transforming structured data files. It functions as a versatile engine for manipulating YAML, JSON, TOML, and XML documents, allowing users to perform complex operations directly from the terminal. By utilizing a path-based expression language, it enables precise navigation and modification of data structures within configuration files and infrastructure-as-code workflows. What distinguishes this tool is its ability to perform in-place document mutations while preserving original formatting, comments, and metadata. It

    The tool modifies structured data blocks embedded within text files while preserving the surrounding non-structured content.

    Gobashclicsv
    عرض على GitHub↗14,913
  • vega/vega-liteالصورة الرمزية لـ vega

    vega/vega-lite

    5,216عرض على GitHub↗

    Vega-Lite is a high-level declarative language for specifying interactive, multi-view visualizations. It compiles a concise JSON specification into a full Vega visualization, automatically inferring scales, axes, and legends from encoding declarations. The grammar-of-graphics encoding maps data fields to visual channels such as position, color, size, and shape, while a multi-view composition grammar enables layered, faceted, concatenated, and repeated layouts. Reactive parameter binding links named parameters to input widgets, selections, and expressions for dynamic updates. The project suppo

    Embeds data directly in the specification as arrays, primitive values, or strings.

    TypeScriptchartsdeclarative-languageplot
    عرض على GitHub↗5,216
  1. Home
  2. Software Engineering & Architecture
  3. Inline Data Embedding

استكشف الوسوم الفرعية

  • Block ProcessorsTools for isolating and modifying structured data blocks embedded within larger text files. **Distinct from Inline Data Embedding:** Distinct from Inline Data Embedding: focuses on the processing and mutation of embedded blocks, rather than the syntax for compacting data.