Source Plugins
Official
Documentation, configuration and available tables for every plugin are available in the relevant GitHub repository.
Official source plugins follow release stages.
Partners
Official vendors maintaining their own source plugins
Name |
---|
Coinpaprika (opens in a new tab) |
Onfleet (opens in a new tab) |
Scaleway (opens in a new tab) |
Simple Analytics (opens in a new tab) |
Swetrix (opens in a new tab) |
Yandex (opens in a new tab) |
Community Plugins
Plugins maintained by the community
Name |
---|
CrowdStrike (opens in a new tab) |
SharePoint (opens in a new tab) |
XKCD (opens in a new tab) |
Source Plugin Release Stages
Official source plugins go through two release stages: Preview, and GA.
Both Preview and GA plugins follow semantic versioning. The main differences between the two stages are:
- Preview plugins are still experimental and may have frequent breaking changes.
- Preview plugins might get deprecated due to lack of usage.
- Long Term Support with community Discord and bug fixes is only guaranteed for GA plugins.
Semantic Versioning
For version Major.Minor.Patch
:
Major
is incremented when there are breaking changes (e.g. breaking configuration spec structure, column type changes).Minor
is incremented when we add features in a backwards compatible way.Patch
is incremented when we fix bugs in a backwards compatible way.