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.
- Make sure to install the dependencies in
requirements.txt
. - Start the app by running
streamlit run src/Welcome.py