Versions Compared

Key

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

Disclaimer

Sprngy Platform Azure Engineering Documentation Guide

Release 12.0.0.1

Copyright © Sprngy. All rights reserved.

...

This document is intended for:

  • SPRINGYCORE SPRNGY Administrators

  • SPRINGYCORE SPRNGY Developers

  • SPRINGYCORE SPRNGY Architects

 

This document is a walkthrough to create and edit an Ingest Model analytical model through the Sprngy UI.

Pre-requisites:

The list of tools required to run/develop in the UI are as follows:

  1. Visual Studio Code (Developers only)

  2. Python 3.8.10

  3. Flask 1.1.4

  4. Node 14.17.6

  5. npm 7.24.1

  6. R 3.6.3

  7. Sprngy Libraries

...

Analytical Model

An Analytic analytical model is used to create processors for a specific analytics. With analytic analytical model one can execute commands on top of the processed data such as getting top 10 sales from a shopping centric use case.

Create an

...

analytical Model:

Home Screen:

The image below is the Home screen of the UI. From the side menu open ‘Meta Data Configuration' option, then select 'Analytical Model’ option.

...

Create/Edit

...

Analytical Model:

Step 1 -

After clicking on the Analytical Model menu option below screen will be displayed.

...

This checks the existence of a analytical model. If there is a previously created or even initiated analytical model then it will bring back that data, if creating analytical model for the very first time then provides blank fields for input.

Step 2 -

After submission, the below screen will be rendered. Here you can provide information regarding the analytical model for given entity.

...

Once you fill it, click on ‘Save Processor’ to add the variable and you will be taken to the Variable Grid page.

Variable Grid:

Clicking the Submit button on the screen zero takes you to the Variable Grid page.

...

Once you add all the required variables, click on ‘Final Submit’ to save your model to the HDFS. It is IMPORTANT to remember that you have to click on the “FINAL SUBMIT” button in order for your changes to be permanently saved.

Bulk Upload

...

Analytical Model

There is also one other way to create a analytic analytical model, that is by uploading a CSV file. For this, you are required to have a analytic analytical model .csv file with all the required fields. To directly upload a csv -

Home Screen:

The image below is the Home screen of the UI.

From the side menu open ‘Meta Data Configuration' option, then select 'Analytical Model’ option.

...

Step 1 -

After clicking on the Analytical Model menu option below screen will be displayed.

...

Select the module and entity for which you want to upload a analytic analytical model. In the file upload option browse or drag and drop the analytic analytical model csv file and click Submit.