Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. Docs - dlthub: * [[https://dlthub.com/docs/reference/installation]] * [[https://dlthub.com/docs/tutorial/sql-database]] <code bash> sudo apt-get update && sudo apt-get update -y mkdir dlthub_app cd dlthub_app python --version python -m venv venv source venv/bin/activate pip install -U pip pip install -U dlt # databases pip install "dlt[duckdb]" pip install pymysql # Configure Project dlt init sql_database duckdb # Install requirements not already met pip install -r requirements.txt </code> Performance challenges: * https://dlthub.com/docs/reference/performance#load osdse/dlthub.txt Last modified: 2025/04/07 16:10by david