From 6b913f36bed1cedc56607f554c1e1bba6516c0ee Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Wed, 3 Jan 2024 11:34:21 -0800 Subject: [PATCH 1/2] Add Census to 'Tools Powered By DuckDB' section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 10c3db6..43f5370 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ - [MotherDuck](https://motherduck.com/) - Supercharge DuckDB experience with the cloud. - [Boiling Data](https://boilingdata.com/) - Serverless data analytics overlay on top of S3 Data Lakes. - [Hex Dataframe SQL](https://learn.hex.tech/docs/explore-data/cells/sql-cells/sql-cells-introduction) - Hex's Dataframe SQL cells are powered by DuckDB. +- [Census](https://www.getcensus.com/) - Census's dataset diffing for incremental syncs is powered by DuckDB. - [Mode](https://mode.com/blog/how-we-switched-in-memory-data-engine-to-duck-db-to-boost-visual-data-exploration-speed/) - Mode uses DuckDB for their in-memory data engine. - [VulcanSQL](https://vulcansql.com/) - DuckDB can be used as a caching layer or a data connector in VulcanSQL, a Data API framework for data folks to create REST APIs by writing SQL templates. - [Tad](https://www.tadviewer.com) - A fast, free, cross-platform tabular data viewer application powered by DuckDB. From e4c16204942c2edb884d802c81e3b2fd99e846dc Mon Sep 17 00:00:00 2001 From: Ben Warren Date: Thu, 18 Jan 2024 12:20:59 -0800 Subject: [PATCH 2/2] reorder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43f5370..a2f5759 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,6 @@ - [MotherDuck](https://motherduck.com/) - Supercharge DuckDB experience with the cloud. - [Boiling Data](https://boilingdata.com/) - Serverless data analytics overlay on top of S3 Data Lakes. - [Hex Dataframe SQL](https://learn.hex.tech/docs/explore-data/cells/sql-cells/sql-cells-introduction) - Hex's Dataframe SQL cells are powered by DuckDB. -- [Census](https://www.getcensus.com/) - Census's dataset diffing for incremental syncs is powered by DuckDB. - [Mode](https://mode.com/blog/how-we-switched-in-memory-data-engine-to-duck-db-to-boost-visual-data-exploration-speed/) - Mode uses DuckDB for their in-memory data engine. - [VulcanSQL](https://vulcansql.com/) - DuckDB can be used as a caching layer or a data connector in VulcanSQL, a Data API framework for data folks to create REST APIs by writing SQL templates. - [Tad](https://www.tadviewer.com) - A fast, free, cross-platform tabular data viewer application powered by DuckDB. @@ -74,6 +73,7 @@ - [Malloy](https://www.malloydata.dev/) - Malloy is an experimental language for describing data relationships and transformations. Malloy connects to BigQuery and Postgres, and natively supports DuckDB. - [Evidence](https://evidence.dev) - Generate reports using SQL and markdown. The DuckDB connector allows querying across DuckDB, csv, parquet and json. - [SQL Playground](https://sql.quacking.cloud) - DuckDB-WASM based SQL playground for running queries on local or remote data, being able to show data as tables or visually as graphs. +- [Census](https://www.getcensus.com/) - Census's dataset diffing for incremental syncs is powered by DuckDB. ## Libraries Powered by DuckDB