Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.16 KB

README.md

File metadata and controls

19 lines (10 loc) · 1.16 KB

PhytoOracle Data Analytics Solution

Overview

This project leverages OpenSearch to index, search and visualize data scanned by the Field Analyzer, a state-of-the-art outdoor plant phenotyping platform located at the Maricopa Agricultural Center (MAC), focusing on plant metrics across different growth stages.

By integrating visualization dashboards and advanced searching and indexing capabilities, the solution aims to enable researchers to interact with, navigate and analyze the complex data sets seamlessly.

Components

  1. automation: Contains scripts for automating repetitive tasks such as data preparation, uploading and indexing workflows.

  2. data_preparation: Contains scripts for preparing the data in JSON format to be indexed. This includes data extraction, transformation, and cleaning processes.

  3. deployment: Contains scripts for deploying the solution.

  4. sample_queries: Contains predefined queries in Query DSL format used to extract relevant responses from the indexed data.

  5. search_configuration: Contains scripts to interact with the OpenSearch Server.