Skip to content

Plugins#

Concourse is extensible via plugins that enhance the database’s core functionality.

Each Concourse plugin runs alongside the database in a separate process, which maximizes safety and stability. Even though plugins are sandboxed, they have privileged access to the database through a well defined API over a secure communication channel.

Next Steps#