Skip to content

Instantly share code, notes, and snippets.

View JTCunning's full-sized avatar
💭
🍪

James Cunningham JTCunning

💭
🍪
View GitHub Profile

Problem

Creating a seperate python client for clusto-apiserver would have multiple codebases that required updating, namely schema and drivers.

Solution

We add support for http(s) DSNs that will query an apiserver instance instead of using sqlalchemy.

Process