Skip to content

Releases: turbolytics/sql-flow

CSV Table Support

01 Dec 21:26
Compare
Choose a tag to compare
  • Support for CSV-based join tables
  • CSVs can be read dynamically using read_csv()
  • CSVs can be loaded statically into memory
  • CSV benchmarks
  • Enhanced testing of configuration files
  • Configuration file naming conventions and standardization

MVP

27 Nov 01:35
9d4216f
Compare
Choose a tag to compare
MVP

Created an MVP proving out the DuckDB SQL transformation approach, including:

  • Documentation
  • Local dev harness
  • Test Suite
  • Synthetic Data generation
  • Config validator
  • Benchmarks
  • Configuration Examples
  • Docker image