Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

Offline Data Processing is a feature to automate disabling specific queries from offline processing through UI (User Interface). It provides functionality to control each offline processing Neo4j query to enhance productivity.

Currently offline data update process happens through a Json file having Neo4j queries to update records. Insights engine process those Neo4j queries periodically based on fixed schedule.

Migration to Offline Data Processing from Database

Previously, Offline Data Processing was managed from File management by uploading the Data Enrichment File. Now to automate disabling specific queries from offline processing through UI, we must upload the Data Enrichment file with appropriate tool name & cron schedule.

If there are active offline data records in database, the engine will execute them otherwise based on Data Enrichment file in File Management.

Pre-Requisite

  • Insights >= v10.0

  • Upload Data Enrichment Json file in Offline Data Processing.

  • Only Admin can access this functionality.

Steps to configure Offline Data

Navigate to Offline Data Processing screen, existing offline data are listed here. To create a new Offline data, click on Add (+) icon.

  • Fill all mandatory details of Offline Data.

    • Tool Name: Select a tool from dropdown.

    • Query Name: Input a unique query name.

    • Cron Schedule: Add a valid cron expression. (Ex: 0 */10 * ? * * for every 10 min & 0 0 0/1 ? * * * for every hour)

    • Cypher Query: Input a correct query to fetch data.

    • isActive: Active Offline data will be used for processing records.

  • Click on Save icon to save Offline data in database.

  • To store multiple Offline data at once, click on the Upload icon.

Then a pop-up will be displayed, click on Choose File button to choose a valid Json file with required Offline details and click on Upload icon to save all Offline records.

  • To edit a particular Offline data, select that Offline data and then click on the Edit button. In edit scenario fields which can be edited are Cron Schedule, Cypher Query and isActive flag.

  • To delete an Offline data, select that Offline data and then click on the Delete button.

  • No labels