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 Agent, and Self-hosted Soda Agent, 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 Agent

Fully-managed Soda Agent, 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 Agent

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

Teams needing full control over infrastructure and deployment.

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

  • Full control over deployment

  • Integration with secrets 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 https://www.soda.io/contact

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 Agent

Soda-hosted

Soda-hosted Soda Agent is a fully-managed deployment of the Soda Agent, 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 agent 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 Agent 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 agent: Onboard datasets on Soda Cloud


Self-hosted Agent

The Self-hosted Agent offers the same capabilities as the Soda-hosted Agent, 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 Agent: Deploy Soda Agent.

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

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.


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

Last updated

Was this helpful?