Home / Companies / dltHub / Blog / February 2024

February 2024 Summaries

3 posts from dltHub

Filter
Month: Year:
Post Summaries Back to Blog
PyAirbyte is a Python library that provides a convenient way to download and install Airbyte sources, run them locally, and store data in a cache dataset. The library offers a Pythonic interface, making it easier to work with Airbyte sources without having to deal with the complexities of the original Airbyte source code. While PyAirbyte is not a replacement for Airbyte, it can be used to develop or test Airbyte sources, run demo pipelines, and explore data in more casual settings. The library uses pandas.to_sql and sql alchemy, and its loaders are different from those in Airbyte. PyAirbyte is intended to enable new usage patterns and provide a neat addition to the toolkit for users who enjoy tinkering with data.
Feb 28, 2024 293 words in the original blog post.
A single pane of glass for pipelines running on various orchestrators can greatly improve operational coherence, but managing multiple serverless run environments with different reporting mechanisms is a challenge. To address this, leveraging runtime metrics collected by the pipeline and using alerts instead of monitoring can be more cost-effective and efficient. Additionally, implementing governance measures such as annotating raw data schema and using views for transformed data can help stay compliant with regulations. Standardisation through tools like dltHub enables cross-orchestrator observability and monitoring, making it essential to introduce standardised data collection practices across different locations.
Feb 21, 2024 646 words in the original blog post.
API playground: Free APIs for personal data projects` outlines 25 free APIs that can be used for personal data engineering projects, each with its unique use case, limitations, and authentication requirements. The article also provides a guide on creating a pipeline using the `dlt` tool and showcases various examples of data engineering projects built using these APIs.
Feb 06, 2024 1,230 words in the original blog post.