Data Visualization
Interactive Web Visualizations
★ 4.6
Scientific Graphics Library
★ 4.1
pip install bokehpip install pyqtgraphpip install bokehpip install pyqtgraphData engineers use Bokeh to build interactive monitoring dashboards for pipeline metrics and data quality KPIs. A Bokeh Server app connects directly to a database, refreshes charts on a timer, and serves a browser-based dashboard — giving stakeholders a live view of pipeline health without requiring a separate BI tool.
Python data engineers use PyQtGraph to build desktop monitoring tools for data pipeline metrics — displaying real-time throughput charts, latency histograms, and queue depth gauges in a native Python desktop application. Its high-frequency update capability makes it suitable for visualizing streaming pipeline performance data at update rates up to 100Hz.
Individual Tool Pages