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
  • Exporting Data Pipelines
  • Importing Data Axons

Was this helpful?

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

Exporting and importing Axons in Algoreus

PreviousUsing node templates in AlgoreusNextDynamic resource configuration in Algoreus

Last updated 1 year ago

Was this helpful?

You can import and export data axons in the Algoreus Genesis.

There are multiple reasons you might want to export axons, such as sharing them with other developers, maintaining version control, or transferring them from a development environment to a testing or production environment. For instance, you might have completed the development and debugging of an axon set and want to deploy them to a production environment. In such a case, you would export the axons, integrate them into version control, and then use the Lifecycle Microservices to deploy them to a production environment.


Exporting Data Pipelines

Axons can be exported from the Algoreus Genesis, Axons List page, or Deploy Axon in Axon page.

When you export an axon, Algoreus saves the axon configuration as a JSON file on your local drive. The JSON file includes all the node configurations and axon configurations, including comments.

All exported axon are in the DRAFT state. This means that an exported axons doesn't include any triggers, schedules, or axons configurations created after deployment. If these are necessary, you will have to recreate them.

Note: For details on exporting all deployed data axons across all namespaces, select, "Export All Application Details". For exporting a single data axon in a namespace, select, "Details of an Application". For exporting all axons in a namespace, select, "List Applications".


Importing Data Axons

Follow these steps to import an Axon in the Algoreus Genesis:

  1. Click Import.

  2. Upload the JSON file that was saved when you exported the axon.

  3. (Optional) You may be prompted to upgrade your node versions. If so, click Fix all. If a particular node is not found, follow the prompts to install it from the Hub.

  4. (Optional) If the axon employs an older version of a node and if that node version exists in the current Algoreus instance, you can continue using the old version or upgrade to the current version that matches the instance/namespace version.

  5. (Optional) If you use a custom node in your axon and you receive a prompt in the upgrade window indicating that the node wasn't found, you need to deploy that custom node first and then re-import the axon.

  6. The imported axon will open in the Algoreus Genesis page.

  7. Click Save to keep the axon as a Draft.

The axon will then appear under Drafts in the Axons List page.


Exporting Data Axons
Importing Data Axons