Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top1
top1


Tip

A feature that would enable users/auditors to write queries for broader usecases on the UI.

For each query, the implementation will leverage the offline scheduler, that would run the cypher based on the configured frequency.

For each asset returned by the cypher, a corresponding HL/Cypher traceability report would be prepared as a PDF.

The PDF would be emailed to the list of subscribers based on the frequency. Each query on the UI to send a consolidated PDF for all the individual assets returned by the cyper.


Panel

Table of Contents


Panel

Details on Query Builder UI

This UI has 2 screens for addition and edit/delete.

    Addition of Cypher queries (All fields are mandatory).

    Name of the Query - Unique Report Name 

    Frequency -  daily, weekly, fortnightly, monthly to execute the Query

    Subscribers Please provide valid email address. You may use ‘,‘ to provide multiple email address

    Query Please select source of data for generating report( neo4j or hyperledger)

    Upload Query Upload Cypher query with proper syntax

    Image Modified

Report Types

    There are 2 types of reports that can be distinguished based on Query type in UI .

       - Selecting Cypher will fetch records from NEO4J database and map the results to table structure defined in the uploaded file.

       - Selecting Cypher and HyperLedger will fetch records from both NEO4j and Hypherledger meaning for each record in NEO4J it will fetch the corresponding history .Here we don't need to                specify the table structure in the upload file.

Deep dive into cypher response and Mapping

PDF Sample

Log Analysis



Back to Top