Connect a Python Application (SQL Alchemy) to Streambased
The Python programming language has a number of powerful libraries like Pandas for data manipulation and analytics workloads. Let's add some real-time data.
Prerequisites:
A running Streambased instance, for instructions see here
A Python installation with the following extra packages:
sqlalchemy-trino
Step 1: Create a python application
The following sample code show how to integrate python with Streambased cloud:
Step 2: Experiment
Change the query
variable to execute different statement in your python environment
Last updated