awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 Repos

Awesome GitHub RepositoriesData Value Normalization

Processes for transforming data values into a standard format, such as consistent casing, to ensure unique identification.

Distinct from Environment Variable Case Normalization: The candidates are too specific (environment variables) or unrelated (floating-point converters) to general observable normalization.

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

Awesome Data Value Normalization GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • redux-form/redux-formAvatar von redux-form

    redux-form/redux-form

    12,490Auf GitHub ansehen↗

    redux-form is a library for managing HTML form state and validation within a Redux store using React components. It functions as a state manager that synchronizes input values and interaction metadata to maintain a single source of truth in a global state container. The project provides mechanisms for orchestrating dynamic arrays of input fields that can be added, removed, or reordered in real time. It also includes a system for splitting complex data entry into a sequence of pages to create multi-step form wizards. Additional capabilities cover client-side data validation through synchronou

    Transforms raw input data into a specific format before saving the values to the state store.

    JavaScriptformform-validationforms
    Auf GitHub ansehen↗12,490
  • perspective-dev/perspectiveAvatar von perspective-dev

    perspective-dev/perspective

    10,981Auf GitHub ansehen↗

    Perspective is a columnar data analytics engine and high-performance visualization component powered by WebAssembly. It provides a system for analyzing and visualizing large or streaming datasets through interactive data grids and charts, utilizing a compiled binary to achieve near-native performance within the browser. The project distinguishes itself through a WebSocket-based data streaming interface and deep Apache Arrow integration, which minimize memory overhead when synchronizing tables between servers and clients. It acts as a remote query proxy capable of translating visualization con

    Normalizes date and time strings into UTC milliseconds to ensure consistent internal storage and comparison.

    C++analyticsbidata-visualization
    Auf GitHub ansehen↗10,981
  • doctrine/dbalAvatar von doctrine

    doctrine/dbal

    9,699Auf GitHub ansehen↗

    This project is a SQL database abstraction layer that provides a consistent object-oriented interface for interacting with multiple relational database systems. It includes a driver wrapper to standardize connections and result sets, a fluent query builder for constructing portable SQL statements, and a type mapper for converting database-specific data types into native application types and vice versa. The library enables programmatic schema management through a schema manager that can introspect database metadata, model structures as objects, and generate the SQL required to migrate between

    Trims whitespace and enforces consistent column casing to ensure data behaves identically across different vendors.

    PHPdatabaseibm-db2mariadb
    Auf GitHub ansehen↗9,699
  • node-formidable/formidableAvatar von node-formidable

    node-formidable/formidable

    7,178Auf GitHub ansehen↗

    Formidable is a streaming multipart form parser and file upload handler for Node.js. It provides the utility to process incoming HTTP requests containing a mix of text fields and files, converting them into structured data. The project is designed as a multipart data streamer that can pipe incoming uploads directly to the local filesystem or cloud storage providers. It includes a cloud storage upload bridge to route streams to services such as AWS S3, Azure, or GCP without requiring intermediate local disk storage. The tool incorporates server-side file validation and security controls, incl

    Transforms raw form input values into standardized formats like booleans or arrays.

    JavaScriptaws-lambdaaws-s3azure
    Auf GitHub ansehen↗7,178
  • omcljs/omO

    omcljs/om

    6,631Auf GitHub ansehen↗

    Om is a frontend state management library and reactive user interface framework that integrates ClojureScript functional programming with the React virtual DOM rendering engine. It provides a bridge to build responsive web interfaces where visual elements automatically update when underlying application data changes. The project centers on a normalized state store that flattens complex data structures into a relational format. This data is accessed through a reader-based querying system, which decouples the user interface from the state by allowing components to declare specific data requirem

    Flattens complex data structures into a relational format and reconstructs them into trees for the interface.

    Clojure
    Auf GitHub ansehen↗6,631
  • zendframework/zendframeworkAvatar von zendframework

    zendframework/zendframework

    5,441Auf GitHub ansehen↗

    Zend Framework ist ein umfassendes Set entkoppelter Komponenten zum Aufbau modularer, ereignisgesteuerter Webanwendungen. Es implementiert eine MVC-Architektur zur Trennung von Geschäftslogik und Benutzeroberfläche und bietet ein strukturiertes Request-Handling-System durch eine sequentielle Middleware-Pipeline. Das Projekt zeichnet sich durch einen Factory-gesteuerten Dependency-Injection-Container aus, um die Objektinstanziierung zu automatisieren und Klassenlebenszyklen zu verwalten. Es enthält zudem eine umfassende Sicherheitssuite zur Verifizierung von Benutzeridentitäten und zur Einschränkung des Ressourcenzugriffs mittels Access Control Lists (ACL) und rollenbasierten Zugriffskontrolladaptern. Das Framework deckt ein breites Spektrum an Funktionen ab, einschließlich Datenbankabstraktion via Table- und Row-Gateways, Implementierungen von Remote Procedure Calls (RPC) für SOAP und JSON-RPC sowie ein Konsolen-Anwendungsframework für Befehlszeilenschnittstellen. Zusätzliche Funktionsbereiche umfassen Datenserialisierung, Eingabevalidierung, Sitzungsmanagement sowie Werkzeuge für E-Mail-Versand und Content-Internationalisierung.

    Processes and cleans raw input values to ensure they conform to a standard format.

    Auf GitHub ansehen↗5,441
  • thehive-project/thehiveAvatar von TheHive-Project

    TheHive-Project/TheHive

    3,891Auf GitHub ansehen↗

    TheHive is a security incident response platform and multi-tenant case management system. It functions as a Security Orchestration, Automation, and Response (SOAR) tool and a threat intelligence platform designed to coordinate security investigations by managing alerts, cases, and observables. The platform is distinguished by its multi-tenant architecture, which isolates data across different organizations while supporting selective cross-tenant sharing. It features a SOAR automation engine capable of executing sandboxed JavaScript logic to automate workflows and trigger response actions thro

    Automatically converts observable values to lowercase to treat them as identical regardless of original casing.

    Scalaanalyzerapicortex
    Auf GitHub ansehen↗3,891
  1. Home
  2. Data & Databases
  3. Data Value Normalization

Unter-Tags erkunden

  • Form Value NormalizationTransforming raw form input data into standardized formats before storing them in the state. **Distinct from Data Value Normalization:** Focuses on the transformation of UI input values rather than database record normalization.