Skip to content

feat: add data-load-tool topic #4811

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added topics/data-load-tool/data-load-tool.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions topics/data-load-tool/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
created_by: data-load-tool
aliases: dlt, dlthub
display_name: DLT
related: dbt, python
released: February 2023
short_description: A Python library for moving data.
topic: data-load-tool
url: https://dlthub.com
github_url: https://github.com/dlt-hub/dlt
logo: data-load-tool.png
---
dlt is an open source Python library that loads data from various, often messy data sources into well-structured, live datasets.
It offers a lightweight interface for extracting data from REST APIs, SQL databases, cloud storage, Python data structures, and many more.
It is NOT related to Delta Live Tables or distributed ledger technology.
Loading