Mohd Haidermohdhaider07.hashnode.dev·Dec 21, 2024Building a Natural Language Query Interface with Express.js and DuckDBIntroduction In modern web applications, enabling users to interact with data using natural language can significantly enhance user experience. In this blog post, we'll explore how to build a backend application using Express.js and DuckDB that allow...duckDB
Nicolas Fränkelfrankel.hashnode.dev·Nov 7, 2024DuckDB in ActionDisclaimer: this post includes affiliate links; I may receive compensation if you purchase the book from the different links provided in this post. This review is about DuckDB in Action by JoMark Needham, Michael Hunger, and Michael Simons from Manni...books
Alex Mercedalexmerced.hashnode.dev·Oct 7, 2024Exploring Data Operations with PySpark, Pandas, DuckDB, Polars, and DataFusion in a Python NotebookApache Iceberg Crash Course: What is a Data Lakehouse and a Table Format? Free Copy of Apache Iceberg the Definitive Guide Free Apache Iceberg Crash Course Iceberg Lakehouse Engineering Video Playlist Data engineers and scientists often work wit...Python
Tobias Müllertobilg.com·Sep 20, 2024Querying IP addresses and CIDR ranges with DuckDBI had a use case that eventually required performing IP address lookups in a given list of CIDR ranges, as I maintain an open source project that gathers IP address range data from public cloud providers, and also wrote an article in my blog about an...590 readsduckDB
Sandeep Pawarfabric.guru·Jul 30, 2024Using fsspec To Define OneLake Filesystem in FabricI mentioned on X the other day that, like other filesystem backends such as S3 and GCS, you can use fsspec to define the OneLake filesystem too. In this blog, I will explain how to define it and why it's important to know about it. https://x.com/Pawa...2 likes·785 readsdaft
Manuel Schmidbauerdeltaload.hashnode.dev·May 24, 2024Building a poor man's data lake for Shopify dataInspired by a recent blog post, I decided to experiment with various technologies and build a small data lake for Shopify data. In this project, the following technologies are used: Data Ingestion:dlthub I use the dlt connector to push data from the ...Poor Man's Data LakeData-lake
Cloud Tunedcloudtuned.hashnode.dev·May 19, 2024Daily Hack #day46 - DuckDB Minimalistic Analytics DatabaseDuckDB is an open-source, lightweight database engine optimized for analytical workloads. It is characterized by its exceptional query performance, minimal resource requirements, and ease of integration into existing applications. DuckDB is particula...Daily HacksduckDB
Tobias Müllertobilg.com·Apr 16, 2024Chat with a DuckA while ago I published sql-workbench.com and the accompanying blog post called "Using DuckDB-WASM for in-browser Data Engineering". The SQL Workbench enables its users to analyze local or remote data directly in the browser. This lowers the bar rega...2 likes·799 readsduckDB
Fritz Larcoblog.slingdata.io·Apr 12, 2024Export Data From StarRocks into DuckDBIntroduction Let's look at how we can easily export data from StarRocks into a local DuckDB database with Sling, a flexible command-line interface (CLI) data integration tool that enables rapid extraction and loading of data directly from the termina...287 readsduckDB
Constantin Lungudatawise.dev·Apr 5, 2024A portable Data Analytics stack using Docker, Mage, dbt-core, DuckDB and SupersetJust wanted to share a small learning-by-doing project of mine. It's a containerized Data Analytics suite, covering end-to-end analytics process for a small (imaginary) company. We're talking about:- generating example data in parquet files using Pyt...448 readsMy Data JourneyDocker