Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Clone the example repository from github.
    git clone git@github.com:hydrator/example-directive

  2. Implementing three interfaces define(), initialize() and execute().

  3. Build a JAR (mvn clean package)

  4. Deploy the JAR as a plugin into CDAP through UI or , CLI, or REST APIMicroservices.

  5. Use the plugin as follows:

...