Create a Plugin
📄️ Plugin Architecture 101
Hoppr's core architecture utilizes plugins to perform tasks. Plugins are specified (and optionally configured) in the transfer configuration file. All plugins should derive from the Hoppr plugin base class, which is described below:
📄️ Starter Plugin Example
Clone
📄️ Plugin Decorators
The Hoppr framework provides two Python decorators to simplify the development of plugin processes.
📄️ Collector Plugins
Collectors are core HopprPlugin subclasses used to retrieve artifacts from wherever they are