Data Writer Configuration

This applies to: Visual Data Discovery

The Data Writer component is an optional component that is enabled by default. It’s required by the following Symphony features:

  1. Uploading flat files (e.g. CSV, JSON) for further analysis.

  2. Landing streaming data via Upload API.

  3. Performing multipass and multisource filtering of your data with the help of Keysets.

  4. Tracking end users' access to data via User Auditing.

If none of these features are required, add the following configuration to your values.yaml to disable it:

dataWriter:
  enabled: false

Then install a new helm chart release or upgrade an existing one.

Find more information about Symphony and Kubernetes here: Running Symphony in Kubernetes.