Project

General

Profile

Actions

Activity #2501

closed

Feature #3752: Design of the web framework for Data Centre Software

Feature #1850: Design and Development for web based ANRS

Feature #2500: Development of Data store module

Storage of struct data storage

Added by Thara S Pillai over 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Start date:
04/22/2024
Due date:
04/23/2024
% Done:

100%

Estimated time:
Planned Due Date:

Description

@Shameera S L, Guide the activity.

JSON from datahandling module for struct data storage in online and offline mode from buoys/satellite

[{
"DS_DATA_LBL": ""
"PKT_CAPTURE_DATETIME": ""
"PKT_DESCRIPTION" : "",
"SEN_LABEL": "",
"PARAM_DATA_LBL": "",
"PARAM_VALUE": "",
"SEN_LABEL_FOR_HEALTH": "",
"QC1_VALUE": "",
"QC2_VALUE": "",
"MEAN_VALUE": "",
"KURTOSIS_VALUE": "",
"ACCEPT_OR_REJECT": "",
"SEN_DESCRIPTION": "",
"SEN_DATETIME": "",
"STD_VALUE": "",
"PERCENTILE_VALUE": [],
"CREATED_BY":
}]

Write an API in Node JS with database functions for accepting a JSON format as above
and insert data based on the following logic

  • The tables DATA_STRUCT_STORE, DATA_STRUCT_PARAMS and DATA_STRUCT_BUOY_PARAMS
  • to be filled with data in online and offline from data handling module
  • Form Primary keys
  • Check for existing DATA_STRUCT_STORE_ID from DATA_STRUCT_PARAMS based on MISS_DPL_ID, DS_ID and CAPTURE_DATETIME for each data
  • For sensor reprsenting buoy health measurement (17), the table DATA_STRUCT_BUOY_PARAMS is to be populated
  • Retrieve DS_ID from DS_DATA_LBL
  • Retreive MISS_DPL_ID from the mission active based on CAPTURE_DATE_TIME
  • Get MISS_DPL_SEN_ID from SEN_LABEL and from the mission active based on CAPTURE_DATE_TIME (MISS_DPL_ID)
Actions #1

Updated by Thara S Pillai over 2 years ago

  • Assignee changed from Vidya Lekshmi to Aswathi Manohar

Discuss with Shameera on the development.

Actions #2

Updated by Thara S Pillai over 2 years ago

update status daily

Actions #3

Updated by Aswathi Manohar over 2 years ago

  • Status changed from New to In Progress
Actions #4

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 0 to 30
Actions #5

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 30 to 40
Actions #6

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 40 to 50
Actions #7

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 50 to 60
Actions #8

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 60 to 70
Actions #9

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 70 to 90
Actions #10

Updated by Aswathi Manohar over 2 years ago

  • % Done changed from 90 to 100
Actions #11

Updated by Aswathi Manohar over 2 years ago

  • Status changed from In Progress to Resolved
Actions #12

Updated by Thara S Pillai almost 2 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF