Posts tagged with data-engineering
3 posts found
Filter by tag
Filter by tag:
Introducing polyglot - A Rust/Wasm SQL transpilation library
What if you could take a SQL query written for PostgreSQL and transpile it to BigQuery, Snowflake, or any of 33 database dialects — entirely in the browser, with no server round-trip? That's what polyglot does. SQL dialect fragmentation is a real pro...
Handling GTFS data with DuckDB
The General Transit Feed Specification (GTFS) is a standardized, open data format for public transportation schedules and geographic information. In practice, a GTFS feed is simply a ZIP archive of text (CSV) tables - such as stops.txt, routes.txt, a...
Using DuckDB-WASM for in-browser Data Engineering
Introduction DuckDB, the in-process DBMS specialized in OLAP workloads, had a very rapid growth during the last year, both in functionality, but also popularity amongst its users, but also with developers that contribute many projects to the Open Sou...