Home
Turium Algoreus
Turium Algoreus
  • Turium Algoreus Documentation
    • Turium Algoreus Overview
      • How to Guides
        • Axons (Pipeline) User Guide
          • Algoreus Genesis
          • Algoreus Node
          • Steps for a simple batch Axon in Algoreus
          • Configuring Axon in Algoreus
          • Deploying an Axon in Algoreus
          • Running an Axon in Algoreus
          • Viewing and downloading logs in the Genesis in Algoreus
          • Scheduling an Axon in Algoreus
          • Reusable Axons in Algoreus
          • Using Triggers in Algoreus
          • Working with multiple versions of the same node in Algoreus
          • Modifying a draft Axon in Algoreus
          • Editing a deployed Axon in Algoreus
          • Duplicating An Axon in Algoreus
          • Deleting an Axon in Algoreus
          • Deploying nodes from the Algoreus Hub
          • Using node templates in Algoreus
          • Exporting and importing Axons in Algoreus
          • Dynamic resource configuration in Algoreus
          • Working with namespaces in Algoreus
        • Soma (Transformation) User Guide
          • Algoreus Soma Overview
          • Algoreus Soma Concepts
          • Algoreus Soma UI components
          • Working with multiple datasets
          • Navigating between Soma and Algoreus Genesis
          • Editing a transformation created in the Soma
          • Soma data types
          • Working with connections in Soma
          • Parsing a CSV file
          • Strings Formatting
          • Sending records to error
          • Working with numbers in Soma
          • Working with Decimal types in Soma
          • Performing date transformations in Soma
          • Filtering records
          • Finding and replacing values in a column
          • Filling null or empty cells
          • Copying, deleting, and keeping columns
          • Renaming a column
          • Joining two columns
          • Swapping two column names
          • Extracting fields to retrieve values
          • Exploding fields
          • Masking data
          • Encoding records to store or transfer data
          • Decoding records to store or transfer data
          • Applying a Hashing algorithm to a column
          • Upgrading the Soma transformation node version
          • Viewing and downloading a schema in Soma
          • Viewing Soma Service logs
        • Cerebellum (Operations and Monitoring) User Guide
          • Logging and Monitoring
          • Metrics
          • Dashboard and Reports
          • Preferences and Runtime Arguments
          • Transaction Service Maintenance
        • Engram (Metadata) User Guide
          • System Metadata
          • Discovery and Lineage
          • Audit Logging
          • Metadata Management
          • Accessing Metadata Programmatically
          • Metadata Field-Level Lineage
        • Clone (Replication) User Guide
          • Cloning overview
          • Clone Concepts
          • Adding Transformations to a Cloning Job
          • Deleting a Cloning Job
          • Tutorial: Cloning data from Oracle Database to BigQuery
        • Algology (Visualisation) User Guide
          • Dashboards
            • Using Dashboards
            • Building Dashboards
            • Manage dashboards
            • Publishing Dashboard
            • Playlist
            • Create and manage reports
            • Share dashboards and panels
            • Access Dashboard Usage
            • Search Dashboards
          • Panel Editor
            • Configure Panel Options
            • Configure standard options
          • Visualisations
            • Alert List
            • Bar Chart
            • Bar Gauge
            • Candlestick Panel
            • Canvas
            • Dashboard List
            • Flame Graph
            • Gauge
            • Heatmap
            • Histogram
            • Logs
            • Node Graph
            • Traces Panel
            • Pie Chart
            • State Timeline
            • Stat Panel
            • Time series
            • Trend Panel
            • Text Panel
            • Table
            • GeoMap
            • Datagrid Panel
            • Status history
            • Annotations
          • Explore
            • Logs in Explore
            • Queries in Explore
            • Tracing in Explore
            • Inspector in Explore
    • Turium Algoreus Connectors
Powered by GitBook
On this page
  • Creating a Node Template
  • Editing a Node Template
  • Deleting a Node Template

Was this helpful?

  1. Turium Algoreus Documentation
  2. Turium Algoreus Overview
  3. How to Guides
  4. Axons (Pipeline) User Guide

Using node templates in Algoreus

PreviousDeploying nodes from the Algoreus HubNextExporting and importing Axons in Algoreus

Last updated 1 year ago

Was this helpful?

In Algoreus Genesis, you have the option to create node templates. Node templates are user-customized versions of a node, containing pre-set configurations, which you can reuse in different axons. Additionally, when configuring the node template, you can opt to lock specific properties.

You have the capability to both edit and delete node templates once created.

Node templates can be employed in axons in the same way as any other nodes.


Creating a Node Template

Here are the steps to create a node template:

  1. In the Algoreus Genesis, hover over the node you'd like to utilize for your template. You'll notice three dots appearing.

  2. Click on these three dots.

  3. Click on Create Template.

  4. The Create Template dialog box will then appear.

  5. If you have deployed multiple versions of the node, select the one you wish to use as a template in the Choose Version field.

  6. In the Template Name field, input your desired template name.

  7. Continue to configure the remaining properties for the node.

  8. Optionally, you can lock certain properties of the configuration to prevent them from being edited.

  9. Click Add to save the template.

The newly created node template will appear in the node template area with an additional "T" icon, signifying that it's a template.


Editing a Node Template

After the creation of a node template, you can modify its properties. Nonetheless, modifications won't affect existing axons incorporating the node template as they were established with the artifacts defined in the node template at the time of axon creation.

To edit or delete a node template, follow these steps:

  1. Hover over the node template you want to modify in the node palette. Three dots will appear.

  2. Click on the three dots.

  3. To alter the node properties, click on Edit Template.

  4. Once you're done making changes to the node properties, click Save.

The modified node template will then appear in the node palette, ready for usage in axons.


Deleting a Node Template

On deleting a node template, it will disappear from the node palette and won't be available for axon usage. However, existing axons utilizing this node template won't be affected as they were created based on the artifacts defined at the time of axon creation.

To delete a node template, follow these steps:

  1. Hover over the node template you intend to edit or delete in the node palette. Three dots will appear.

  2. Click on the three dots.

  3. Click on Delete Template.

The node template will then be eliminated from the node palette and will no longer be usable in axons.


Creating a Node Template
Editing a Node Template
Deleting a Node Template