Component Libraries
* A Xircuits component library is a repository or directory that contains Xircuits component codes that can be rendered and run in a Xircuits canvas.
* A Xircuits component library is a repository or directory that contains Xircuits component codes that can be rendered and run in a Xircuits canvas.
- A Xircuits Project Template is a project repository that utilizes Xircuits as its engine.
Aside from passing data between components by connecting the outPort to inPort, data can be passed between components via Context (ctx). This is useful for variables that are constantly used in most if not all components in a workflow (such as SparkSession), so you don't have to link it multiple times.