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

11 repository-uri

Awesome GitHub RepositoriesData Formatting Utilities

Tools for converting raw data into human-readable formats.

Distinguishing note: Focuses on presentation formatting rather than data parsing.

Explore 11 awesome GitHub repositories matching data & databases · Data Formatting Utilities. Refine with filters or upvote what's useful.

Awesome Data Formatting Utilities GitHub Repositories

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

    twentyhq/twenty

    50,113Vezi pe GitHub↗

    Twenty is a headless customer relationship management framework that enables developers to build, version, and deploy custom business applications using code. By utilizing a declarative approach to data modeling, the platform allows for the definition of custom objects, fields, and complex relationships directly within the source code. This schema-driven architecture automatically generates corresponding REST and GraphQL APIs, ensuring that data structures and interface components remain synchronized across development and production environments. The platform distinguishes itself through a m

    Format data correctly for specific field types like addresses, arrays, currencies, and dates to ensure successful import into the data model.

    TypeScriptcrmcrm-systemcustomer
    Vezi pe GitHub↗50,113
  • antonmedv/fxAvatar antonmedv

    antonmedv/fx

    20,282Vezi pe GitHub↗

    Fx is a command-line processing suite designed for the transformation, conversion, exploration, and visualization of structured data. It functions as a terminal-based utility that handles both automated shell pipelines and interactive navigation of complex, nested data hierarchies. The tool distinguishes itself by integrating a JavaScript-based engine that executes user-provided logic to filter, map, or modify data fields within a sandboxed runtime. It maintains a responsive interface by decoupling data processing from the display loop, allowing users to explore large datasets through an inte

    Converts compact or minified data strings into human-readable indented output.

    Goclicommand-linejson
    Vezi pe GitHub↗20,282
  • web3/web3.jsAvatar web3

    web3/web3.js

    19,936Vezi pe GitHub↗

    web3.js is a comprehensive TypeScript library designed to facilitate interaction with Ethereum-compatible blockchain networks. It serves as a foundational toolkit for decentralized applications, providing the necessary interfaces to query network state, manage cryptographic identities, and execute smart contract transactions. By abstracting the complexities of blockchain communication, the library enables developers to integrate decentralized logic directly into their applications. The library distinguishes itself through a modular architecture that prioritizes extensibility and flexible conn

    Transforms data between formats like hex strings and byte arrays based on schemas.

    TypeScriptabi-decodersabi-encodersapi
    Vezi pe GitHub↗19,936
  • blender/blenderAvatar blender

    blender/blender

    18,787Vezi pe GitHub↗

    Blender is a professional 3D creation suite designed for modeling, animation, rendering, and video editing. It functions as an open-source 3D engine that provides a comprehensive framework for procedural geometry, physics simulation, and high-quality visual output. The platform is built upon a foundational architecture that utilizes data-block-based memory management and a dependency-graph-based evaluation system to handle complex scene transformations and geometry updates. The software distinguishes itself through a highly modular, node-based procedural architecture that allows users to cons

    Registers custom display rules for internal data structures to ensure readability during debugging.

    C++3danimationb3d
    Vezi pe GitHub↗18,787
  • getgrav/gravAvatar getgrav

    getgrav/grav

    15,395Vezi pe GitHub↗

    Grav is a flat-file content management system that eliminates the need for a traditional database by storing site content and configuration in human-readable Markdown and YAML files. Built as a modular PHP web framework, it uses a hierarchical page routing system where the physical directory structure directly determines the site's URL paths. The platform is distinguished by its event-driven plugin architecture and a command-line interface that prioritizes system administration, deployment, and maintenance tasks. It utilizes a blueprint-driven system to generate administrative forms from stru

    Converts raw data types like file sizes and dates into human-readable strings for interface presentation.

    PHPcmscontentcontent-management
    Vezi pe GitHub↗15,395
  • mikefarah/yqAvatar mikefarah

    mikefarah/yq

    14,913Vezi pe 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

    Applies consistent indentation, colorization, and pretty-printing to improve output readability.

    Gobashclicsv
    Vezi pe GitHub↗14,913
  • vega/vegaAvatar vega

    vega/vega

    11,807Vezi pe GitHub↗

    Vega is a reactive visualization engine that translates structured specifications into interactive, browser-based graphical representations. It functions as a declarative grammar for data visualization, allowing users to define complex charts and maps through a JSON-based configuration format rather than imperative code. The system operates on a dataflow-based reactive graph that automatically propagates updates through the visualization whenever input data or user interactions change. By integrating a modular transformation pipeline, the engine handles data filtering, sorting, and aggregatio

    Applies region-specific rules for formatting numbers and dates within charts to ensure readability.

    JavaScriptcanvasd3svg
    Vezi pe GitHub↗11,807
  • obuchiyuki/devtoysmacAvatar ObuchiYuki

    ObuchiYuki/DevToysMac

    9,231Vezi pe GitHub↗

    DevToysMac is a native macOS developer utility suite designed to encode, decode, and transform common data formats. It serves as a centralized tool suite for formatting and converting developer data into human-readable or machine-compatible strings. The application provides a set of tools for developer data manipulation, including JSON validation and formatting, Base64 encoding and decoding, and URL encoding and decoding. It also includes a text manipulation toolkit for cleaning up configuration files and developer logs through common string operations. The software is built as a SwiftUI des

    Provides utilities to convert raw developer data into human-readable formats.

    Swift
    Vezi pe GitHub↗9,231
  • mozilla/nunjucksAvatar mozilla

    mozilla/nunjucks

    8,964Vezi pe GitHub↗

    Nunjucks is a JavaScript templating engine used for generating dynamic HTML by combining data with templates. It serves as an asynchronous template processor that allows for non-blocking execution within filters and parallel processing of iterations. The engine features a template inheritance system where base skeleton structures are defined and extended by child templates to fill specific content blocks. It includes a security utility for context-aware HTML escaping to prevent cross-site scripting during the rendering phase. The library provides capabilities for server-side rendering and da

    Transforms raw data into human-readable formats using custom filters for sorting, grouping, and styling.

    JavaScript
    Vezi pe GitHub↗8,964
  • rust-lang/rust-by-exampleAvatar rust-lang

    rust-lang/rust-by-example

    8,026Vezi pe GitHub↗

    This project is an interactive programming education resource and tutorial designed for learning the Rust programming language and systems programming concepts. It provides a collection of runnable and editable code examples that serve as a practical reference for language syntax and implementation. The resource features an interactive code sandbox that allows users to execute and test code snippets in real time. It emphasizes the verification of technical accuracy by executing embedded code blocks during the build process to ensure all examples remain functional. The content covers a compre

    Provides methods for generating human-readable string representations of types for debugging purposes.

    Handlebars
    Vezi pe GitHub↗8,026
  • rust-lang/rfcsAvatar rust-lang

    rust-lang/rfcs

    6,406Vezi pe GitHub↗

    The Rust RFCs repository is the formal home for the Rust language evolution process, housing the structured design documents and community review mechanisms that govern changes to the Rust programming language, its compiler, and its standard library. It defines the complete lifecycle for proposing, discussing, and implementing substantial changes through RFC documents, from initial submission and community feedback through final comment periods and sub-team sign-offs. The repository codifies the governance and collaboration processes that shape Rust's development, including mechanisms for com

    Defines the Debug formatting trait and its {:?} specifier for developer-oriented type representation.

    Markdownrfcrfc-processrust
    Vezi pe GitHub↗6,406
  1. Home
  2. Data & Databases
  3. Data Formatting Utilities

Explorează sub-etichetele

  • Debugging Display FormattersCustom display rules for internal data structures to ensure readability during debugging sessions. **Distinct from Data Formatting Utilities:** Focuses on display formatting for debugging, distinct from general data conversion utilities.