1 रिपॉजिटरी
Transforming data across multiple formats by treating them as virtual SQL tables.
Distinct from Data Format Transformations: Distinct from simple format conversion as it uses a SQL engine to transform data virtually.
Explore 1 awesome GitHub repository matching data & databases · Virtual Table Transformations. Refine with filters or upvote what's useful.
Octosql is a federated SQL query engine, data transformer, and streaming SQL processor. It allows users to execute single SQL statements across multiple disparate data sources, including different database types and file formats, to merge and transform results into a unified set. The system distinguishes itself by treating CSV, JSONLines, and Parquet files as virtual tables and utilizing a plugin-based architecture to extend connectivity to external storage engines. It functions as a streaming processor for infinite data streams, using watermarks, retractions, and tumbling windows to maintain
Treats CSV, JSONLines, and Parquet files as virtual tables for analysis and transformation via SQL.