MaterializeInc / demos

Demos of Materialize, the operational data warehouse.
https://materialize.com
Apache License 2.0
50 stars 8 forks source link

Connection Examples: Include `application_name` and `options` in connections #104

Open chuck-alt-delete opened 7 months ago

chuck-alt-delete commented 7 months ago

Our connection examples should show comprehensive connection options, like cluster, schema, transaction isolation, and application name. Application name is especially helpful in tandem with the new Query History feature in the Console -- monitoring and debugging queries becomes easier when you can group by application name.

Here are some examples in Python that include comprehensive connection options (will be similar for other language drivers):