📄️ Run chess pipeline in production
Learn how run chess pipeline in production
📄️ Load mysql table with ConnectorX & Arrow
Load data from sql queries fast with connector x and arrow tables
📄️ Use custom yaml file for config and secrets
We show how to keep configuration in yaml file with switchable profiles and simple templates
📄️ Custom destination with BigQuery
Learn how use the custom destination to load to bigquery and use credentials
📄️ Custom Destination with LanceDB
Learn how use the custom destination to load to LanceDB.
📄️ Create and use own naming convention
We demonstrate how to create naming conventions that allow UNICODE letters and never generate collisions
📄️ Google Sheets minimal example
Learn how work with Google services
📄️ Load Zendesk tickets incrementally
Learn how do incremental loading in consecutive runs
📄️ Code Examples
A list of comprehensive code examples that teach you how to solve real world problem.
📄️ Control nested MongoDB data
Learn how control nested data
📄️ Load parent table records into child table
Learn how to integrate custom parent keys into child records
📄️ Load PDFs to Weaviate
Extract text from PDF and load it into a vector database
📄️ Load from Postgres to Postgres faster
Load data fast from Postgres to Postgres with ConnectorX & Arrow export as Parquet, normalizing and exporting as DuckDB, and attaching it to Postgres for bigger Postgres tables (GBs)
📄️ Similarity searching with Qdrant
Learn how to use the dlt source, Zendesk and dlt destination, Qdrant to conduct a similarity search on your tickets data.
📄️ Pokemon details in parallel using transformers
Learn how to use dlt transformers and how to speed up your loads with parallelism