System template
Systems are defined using a YAML manifest with the following structure:
1
# General section
2
name: Analytical functions
3
description: A collection of analytical functions
with the following properties:
Field | Type | Value restrictions | Is required | Default Value | Description |
---|---|---|---|---|---|
name | string | TRUE | The name of the system | ||
description | string | TRUE | A description to characterize the system |
The following represents a system (for Cassandra related system)
1
name: system1
2
description: my system with 3 nodes of cassandra
Last modified 2mo ago