Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 768 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 768 Bytes

dlt Pipelines with Streamlit (WIP)

A Streamlit app for creating dlt pipelines. In particualar, the app has a REST API source builder to allow data professionals not comfortable with Python to create their own dlt sources. This is inspired by Airbyte's Connector Builder and is built on top of the REST API generic source.

REST API Source Builder

Usage

  1. Make sure to install the dependencies in requirements.txt.
  2. Start the app by running
streamlit run src/Welcome.py