Concepts
The Komodo SDK provides programmatic access to Komodo Health’s data platform. It handles authentication, account management, and query execution against your Komodo data stored in Snowflake.
Understanding these three concepts is essential to working with the Komodo SDK:
Accounts
Section titled “Accounts”Your organizational entity within Komodo. Each account has its own unique data and Snowflake warehouse. Every operation is scoped to an account.
Authentication
Section titled “Authentication”JWT-based authentication that allows Komodo operations. Supports both web login (user-based) and machine-to-machine credentials (automated).
Snowflake
Section titled “Snowflake”All your Komodo data is stored in a Komodo-managed Snowflake warehouse. The SDK provides a DB-API 2.0 compliant connection to query this data.