Skip to content

Versatile Data Kit Plugins

a_git_a edited this page Feb 6, 2024 · 10 revisions

A plugin is a Python module or distribution that enhances or changes the behavior of a Versatile Data Kit. Through plugins, functionalities like notebook development of jobs, automatic lineage detection, control service CLI commands and more can be added.

Plugins are: https://github.com/vmware/versatile-data-kit/wiki/_new

  • Modular: use only what you need. Extensible: build what you miss.
  • Easy to install any plugins as python packages using pip.
  • Used in enhancing data processing, ingestion, job execution, command-line lifecycle

Get started with using some VDK plugins:

  1. Browse available plugins

  2. Interesting plugins to check out:

  1. Write your own plugin

➡ Next Section: Install VDK Plugins

Clone this wiki locally