Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 803 Bytes

creating_a_new_plugin.md

File metadata and controls

18 lines (12 loc) · 803 Bytes

Creating a New Plugin

There are two main types of CloudQuery plugins:

  • source plugins read data from a cloud provider, and
  • destination plugins define a destination to write source data into. This is usually a database or file system.

Writing a Source Plugin

Source plugins were previously called Providers. See the following pages for more information on how to write these:

Writing a Target Plugin

This section is a work in progress. For now, raise an issue or reach out to us on Discord if you would like to request (or work on) a new destination plugin.