awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

Awesome GitHub RepositoriesInput Transformation Utilities

Functions for mapping raw input values into structured collections like maps or histograms.

Distinct from Dynamic Data Mapping: Distinct from Dynamic Data Mapping: focuses on the transformation of input values into specific collection types rather than schema-less data manipulation.

Explore 4 awesome GitHub repositories matching data & databases · Input Transformation Utilities. Refine with filters or upvote what's useful.

Awesome Input Transformation Utilities GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • prestodb/prestoAvatar de prestodb

    prestodb/presto

    16,711Ver en GitHub↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Transforms input values into key-value maps, histograms, or multimaps to organize and aggregate data points.

    Javabig-datadatahadoop
    Ver en GitHub↗16,711
  • olifolkerd/tabulatorAvatar de olifolkerd

    olifolkerd/tabulator

    7,550Ver en GitHub↗

    Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure

    Manipulates data values using mutator functions specifically as they are entered into the table.

    JavaScriptajaxcdnjsdata
    Ver en GitHub↗7,550
  • ianstormtaylor/superstructAvatar de ianstormtaylor

    ianstormtaylor/superstruct

    7,141Ver en GitHub↗

    Superstruct is a JavaScript and TypeScript data validation library used to verify that data structures match defined shapes and types. It functions as a composable schema builder and a TypeScript schema validator, ensuring that runtime data checks remain synchronized with static type definitions. The library features a data coercion engine that transforms input values or injects default values before the validation process is executed. It enables the creation of complex validation rules by nesting, merging, or omitting properties from existing structures. Its capabilities cover the validatio

    Transforms raw input data and injects defaults to ensure the input meets required schema formats.

    TypeScriptinterfacejavascriptschema
    Ver en GitHub↗7,141
  • jpmens/joAvatar de jpmens

    jpmens/jo

    4,868Ver en GitHub↗

    Jo es una utilidad de línea de comandos diseñada para construir y manipular objetos y arrays JSON directamente desde argumentos de shell y entrada estándar. Funciona como una herramienta de procesamiento de datos que transforma la entrada sin procesar en formatos estructurados, permitiendo la generación de payloads complejos para APIs, archivos de configuración y pipelines de datos automatizados. La herramienta se distingue por su capacidad para resolver estructuras de datos jerárquicas utilizando definiciones de ruta basadas en delimitadores y su motor de inferencia de tipos integrado, que convierte automáticamente los valores de entrada en tipos nativos booleanos, numéricos o nulos. Los usuarios pueden ejercer un control preciso sobre la salida mediante la aplicación explícita de tipos de datos, filtrado de contenido y la capacidad de incrustar contenidos de archivos externos directamente en la estructura generada. La utilidad admite una amplia gama de tareas de construcción de datos, incluyendo la fusión de nueva información en estructuras existentes y la alternancia entre diseños de salida compactos y formateados (pretty-printed). Se integra en flujos de trabajo basados en shell proporcionando códigos de salida estandarizados para señalar el éxito o el fracaso de las operaciones de transformación de datos.

    Transforms raw input values from files or standard input into structured data fields.

    C
    Ver en GitHub↗4,868
  1. Home
  2. Data & Databases
  3. Dynamic Data Mapping
  4. Input Transformation Utilities

Explorar subetiquetas

  • Input Value Mutators2 sub-etiquetasTransforming data values via functions at the moment they are entered into the table. **Distinct from Input Transformation Utilities:** Specifically focuses on the point of entry (input) transformation, distinct from general data mapping or pipeline processing.