2 Repos
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.
Cereal is a C++ serialization library and object persistence tool used to convert data types and containers into formats for storage or transmission. It is implemented as a header-only library, allowing it to be included directly in source code without the need for a compiled binary. The library supports multiple data representations, including binary, XML, and JSON. It provides the ability to define custom archives, enabling the development of specialized output formats to control how data is encoded and stored. The system handles the conversion of complex objects through template-based ser
Allows switching between binary, JSON, and XML representations using a policy-driven architecture.
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.