Home / Companies / dltHub / Blog / August 2024

August 2024 Summaries

3 posts from dltHub

Filter
Month: Year:
Post Summaries Back to Blog
Migrate your SQL data pipeline from Fivetran to dlt, an open-source tool, is crucial for organizations looking to reduce costs and improve speed in their data ingestion processes. While Fivetran excels in ease of use and built-in logging, dlt offers significant advantages such as cost-effectiveness, customization, transformation capabilities, granularity, and control. The cost of syncing 4 tables with 50k rows every 6 hours in Fivetran can be prohibitively high, whereas dlt is free regardless of data size. dlt's scalability through iterators, chunking, and parallelization enables faster performance compared to Fivetran. A case study by Yummy.eu showed a cost reduction of 182x and loads 10x faster using dlt. To migrate from Fivetran to dlt, pause the existing pipeline, initialize a new dlt pipeline with incremental loading, set up the pipeline, run it, and create a unified view that combines data from both sources. The methodology ensures a smooth transition of the data pipeline while considering metadata nuances between Fivetran and dlt. For organizations looking to migrate from another vendor to the open-source standard dlt, a paid drop-in replacement service is available.
Aug 13, 2024 1,686 words in the original blog post.
We recently conducted a workshop at Data Talks Club - LLM Zoomcamp on creating Retrieval-Augmented Generation (RAG) systems, which involves loading data and embeddings from a Notion page into LanceDB and developing a RAG bot using Ollama. The workshop covered the fundamentals of creating a RAG system, including loading data into LanceDB, embedding data in LanceDB, and creating a pipeline to load data from Notion into LanceDB. We also explored how to create a simple RAG bot with Ollama to provide context-aware answers to user queries. The workshop resources included dlt, LanceDB, Ollama, and Data Talks Club, and participants can access the detailed workshop video or Google Colab notebook for hands-on experience.
Aug 12, 2024 577 words in the original blog post.
Standardizing ingestion and its metadata is crucial for compliant Data Platforms. The lack of standardization in data ingestion processes leads to inconsistencies, making it difficult to ensure compliance throughout the lifecycle of data. Companies are faced with a tough decision: Govern their data properly or risk losing the ability to leverage modern tools. Proactive compliance strategies, such as integrating compliance measures from the outset and collecting only necessary data, can help companies succeed in the post-compliance world. The need for standardization is essential for enabling decentralization without losing control. A perfect standard ingestion library should be developer-focused, simple, flexible, scalable, robust, secure, extensible, community-driven, cost-effective, and well-documented. dlt, a Pythonic ingestion standard, aims to address these needs with its open-source offering, which includes features such as declarative REST API connectors, schema evolution, and incremental loading. dlthub's commercial offering provides additional support and customization options for businesses looking to implement standardized ingestion and metadata management.
Aug 05, 2024 3,059 words in the original blog post.