This is a collection of examples for bauplan. Use these examples to learn bauplan, explore its capabilities and how to build your own data applications.
👉👉👉 First, sign up to have an authentication token to set up you API key to access our Beta at bauplanlabs.com.
You can access all bauplan capabilities though CLI commands or through our Python SDK, and build your data applications like simple Python programs. Remember, although your code runs from your local machine, bauplan operates entirely in the cloud - there is no local version of bauplan. Your scripts communicate with our cloud platform, which orchestrates and executes data workflows in the cloud. The best way to get started is to go through our tutorial
These examples are organized into different folders. Each example is an end-to-end use case you can use bauplan for.
- Quick-start
- Data app with Streamlit
- Machine Learning - Linear regression pipeline
- Data Quality and Expectations
- ETL workflow with Prefect
- Near Real Time Analytics with Streamlit and Prefect
- Entity matching in e-commerce with bauplan and LLMs
bauplan is a serverless lakehouse: you can load, transform, query data all from your code (CLI or Python). You can learn more here, read the docs or explore its architecture and ergonomics.