LogoLogo
HomeBlogGet a Demo
  • Introduction
  • Install Lunar
  • Learn the basics
  • 📖Docs
    • Key concepts
    • Component JSON
    • Catalog JSON
    • Lunar CLI Reference
  • 📝Configuration
    • lunar-config.yml
      • catalogers
      • catalogers/hooks
      • domains
      • components
      • collectors
      • collectors/hooks
      • policies
    • lunar.yml
  • 🛠️Plugin SDKs
    • Plugins configuration
      • lunar-cataloger.yml
      • lunar-collector.yml
      • lunar-policy.yml
    • Bash SDK
      • Cataloger
      • Collector
    • Python SDK
      • Collector
      • Policy
        • Check
        • Path
        • ComponentData
        • NoDataError
        • Utility Functions
  • ⚙️SQL API
    • Overview
    • Views
      • domains
      • components
      • component_deltas
      • initiatives
      • policies
      • checks
      • prs
      • catalog
Powered by GitBook

©️ Earthly Technologies

On this page
  • Plugin Types
  • Catalogers
  • Collectors
  • Policies
  1. Plugin SDKs

Plugins configuration

Previouslunar.ymlNextlunar-cataloger.yml

Last updated 18 hours ago

Lunar supports three types of plugins that extend the platform's capabilities:

Plugin Types

Catalogers

Catalogers discover and catalog components in your system. They help Lunar understand your architecture by identifying components and their hierarchy.

👉

Collectors

Collectors gather metrics and data from your components.

👉

Policies

Policies define rules and standards for your components.

👉

🛠️
Learn more about Cataloger Plugins
Learn more about Collector Plugins
Learn more about Policy Plugins