For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployment options

Soda offers flexible deployment options to suit your team’s infrastructure, scale, and security needs. Whether you want to embed Soda directly into your pipelines, use a centrally managed deployment, or rely on Soda’s fully-hosted solution, there’s an option for you.

This guide provides an overview of the three main deployment options: Soda Python Libraries, Soda-hosted Soda Runner, and Self-hosted Soda Runner, to help you choose the right setup for your organization.


Overview of Deployment Options

Deployment Model
Description
Ideal For
Key Features
Considerations
Plans

Soda-hosted Soda Runner

Fully-managed Soda Runner, hosted by Soda.

Teams seeking a simple, managed solution for data quality.

  • Centralized data source access

  • No setup required

  • Observability features enabled

Enables users to create, test, execute, and schedule contracts and checks directly from the Soda Cloud UI.

Required for observability features. Cannot scan in-memory sources like Spark or DataFrames.

Available for Free, Team and Enterprise Plans.

Self-hosted Soda Runner

Same as Soda-hosted Soda Runner, but deployed and managed in your own Kubernetes environment.

Teams needing full control over infrastructure and deployment.

Similar to Soda-hosted Runner, but deployed within the customer’s environment; data stays within your network.

  • Full control over deployment

  • Integration with secret managers

  • Customization to meet your organization’s specific requirements

Required for observability features. Cannot scan in-memory sources like Spark or DataFrames. Kubernetes expertise required.

Available for Enterprise Plan. Contact us at support@soda.io

Soda Python Libraries

Open-source Python library (with commercial extensions) for programmatic configuration and enforcement of data contracts in your pipelines.

Data engineers integrating Soda into custom workflows.

  • Full control over orchestration

  • In-memory data support

  • Contract verification

No observability features. Required for in-memory sources (e.g., Spark, DataFrames). Data source connections managed at the environment level.

Open Source. Available for Free, Team and Enterprise Plans.

Deployment options in detail

Soda Runner

Soda-hosted

The Soda-hosted Soda Runner is a fully-managed deployment of the Soda Runner, hosted by Soda in our infrastructure. It allows you to connect to your data sources and manage data quality directly from the Soda Cloud UI without any infrastructure setup on your end. You need only whitelist the IP address of the Soda-hosted runner so that it can connect to your data.

Key points:

  • No setup or management required. Soda handles deployment and scaling.

  • Data source connections are centralized in Soda Cloud, and users can leverage the Soda Runner to execute scans across those data sources.

  • Enable observability features in Soda Cloud, such as profiling, metric monitoring, and anomaly detection.

  • Enables users to create, test, execute, and schedule contracts and checks directly from the Soda Cloud UI.


Onboard your datasets in Soda Cloud with Soda-hosted runner:


Self-hosted Runner

The Self-hosted Runner offers the same capabilities as the Soda-hosted Runner, but it is deployed and managed by your team within your own Kubernetes environment (e.g., AWS, GCP, Azure). This model provides full control over deployment, infrastructure, and security, while enabling the same centralized data source access and Soda Cloud integration for scans, contract execution, and observability features.

Learn how to deploy the Self-hosted Soda Runner: .

Onboard your datasets in Soda Cloud with self-hosted runner: .

Soda Python Libraries

Soda Core is an open-source Python library and CLI that allows you to embed Soda directly in your data pipelines. You can orchestrate scans using your preferred orchestration tools or pipelines, and execute them within your own infrastructure. Additional commercial extensions are available via extensions packages, such as soda-groupby , soda-reconciliation, etc.

See detailed installation instructions here: Install Soda Python Libraries

Key points:

  • Ideal for teams who want full control over scan orchestration and execution.

  • Data source connections are configured and managed at the environment level.

  • Required for working with in-memory data sources like Spark and Pandas DataFrames.


{% if (visitor.claims.plan === 'datasetStandard') %}

{% if (visitor.claims.plan === 'enterprise') %}

{% if (visitor.claims.plan === 'enterpriseUserBased') %}

{% if !(visitor.claims.plan === 'enterprise' || visitor.claims.plan === 'enterpriseUserBased' || visitor.claims.plan === 'datasetStandard') %}

You are not logged in to Soda and are viewing the default public documentation. Learn more about Documentation access & licensing.

If you do have a Soda license, make sure to log in to Soda Cloud in this same browser.

Last updated

Was this helpful?