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.
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
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