Plugins

Meddler provides

Getting started

A plugin is simply a Docker Image which can be published through:

  • Dockerfile

  • Docker Image

  • Package: .tar | .zip: ( Dockerfile must be present in the root directory)

  • Git Url ( Dockerfile must be present in the root directory)

    • Public Git Repository

    • Private Git Repository with access token

Docker container will by default use read-only file system, and only a handful of directories would be accessible for reading / writing data. Although, it is possible to provision a write-enabled filesystem, making a read-only compatible plugin is recommended.

hello.sh
# Ain't no code for that yet, sorry
echo 'You got to trust me on this, I saved the world'

Example

Modes

A plugin can operate in below modes:

  • Upsert

  • Insert

Last updated

Was this helpful?