awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesPolicy-Driven Transformations

Transformation logic governed by configurable strategy objects to determine how to handle specific data conditions like missing values.

Distinct from Data Transformers: Candidates focus on infrastructure orchestration or coordinate mapping, not data-level transformation policies for tabular datasets.

Explore 2 awesome GitHub repositories matching data & databases · Policy-Driven Transformations. Refine with filters or upvote what's useful.

Awesome Policy-Driven Transformations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • uscilab/cerealAvatar de USCiLab

    USCiLab/cereal

    4,676Voir sur GitHub↗

    Cereal est une bibliothèque de sérialisation C++ et un outil de persistance d'objets utilisé pour convertir des types de données et des conteneurs en formats de stockage ou de transmission. Elle est implémentée sous forme de bibliothèque header-only, permettant de l'inclure directement dans le code source sans avoir besoin d'un binaire compilé. La bibliothèque prend en charge plusieurs représentations de données, incluant binaire, XML et JSON. Elle offre la possibilité de définir des archives personnalisées, permettant le développement de formats de sortie spécialisés pour contrôler la manière dont les données sont encodées et stockées. Le système gère la conversion d'objets complexes via la sérialisation basée sur les templates et le parcours récursif d'arbres. Ces capacités soutiennent la persistance de l'état des applications et l'échange de données binaires entre processus.

    Allows switching between binary, JSON, and XML representations using a policy-driven architecture.

    C++c-plus-pluscerealserialization
    Voir sur GitHub↗4,676
  • hosseinmoein/dataframeAvatar de hosseinmoein

    hosseinmoein/DataFrame

    2,917Voir sur GitHub↗

    DataFrame is a C++ tabular data library and manipulation engine designed for managing heterogeneous data in contiguous memory. It functions as a statistical analysis framework and time series analysis toolkit, providing the means to store, index, and transform multidimensional datasets. The project distinguishes itself through a high-performance execution model that utilizes column-major storage, SIMD-aligned memory allocation, and a thread-pool for parallel computations. It employs a visitor-based algorithm dispatch system and policy-driven transformations to decouple data processing logic f

    Employs configurable strategy objects to standardize how missing values, interpolation, and ranking logic are handled.

    C++aicppdata-analysis
    Voir sur GitHub↗2,917
  1. Home
  2. Data & Databases
  3. Policy-Driven Transformations

Explorer les sous-tags

  • Serialization PoliciesStrategy-based logic that determines the specific data representation used during the serialization process. **Distinct from Policy-Driven Transformations:** Focuses on serialization output formats rather than general data transformation of tabular datasets