Getting Started =============== Welcome to BSPump! This section will help you get up and running quickly. BSPump is a stream processing framework designed for building data pipelines in Python. It excels at handling real-time data flows, batch processing, and integration with various data sources and sinks. .. toctree:: :maxdepth: 2 installation quickstart What You'll Learn ----------------- - How to install BSPump and its dependencies - Creating your first pipeline - Understanding the basic architecture - Running pipelines in Jupyter notebooks Prerequisites ------------- - Python 3.8 or higher - Basic familiarity with Python async/await - (Optional) Jupyter notebook for interactive development