Plugin Developer Guides

These guides provide gentle introductions to plugin development. They are intended for anyone who wants to reduce the effort required to produce code backed by a ReST Interface and GUI. The plugin could be used for anything from provisioning a VM to calling a web service to controlling network devices.

Guides

If you want to know what Beer Garden is all about, find the answer in What is Beer Garden? If you’re looking for a concise survey of plugin developer options, checkout the Plugin Developer Syntax Guide

These guides will dive into some of the more specific ways you can develop plugins. If you don’t want to read through all this documentation and would rather look at code, you can checkout the example plugins for lots of small examples. These guides will cover:

  • The basic structure of a Beer Garden plugin

  • How to create your first Beer Garden plugin

  • How to run your plugin

If you don’t know the difference between remote and local plugins, please check the local vs remote plugins docs