Overview

Anduril can be extended by implementing new components. A component is executable code that encapsulates some functionality used in workflows, such as preprocessing data in a certain format or a certain statistical algorithm. A component is packaged so that it can be reused between projects, and distributed to other users if needed.

Ready-made components provide a large amount of functionality, so you usually don’t need to implement your own components when you start using Anduril. In particular, components that invoke external scripts allow embedding custom scripts in your workflows without encapsulating them as components. However, if you use certain code in several projects, you obtain the following benefits from implementing it as a component:

Example scenario

In the following sections, we illustrate extending Anduril by creating a custom bundle that contains one atomic component (implemented using R) and one composite component (Scala function). The finished bundle is available as a ZIP archive.