Skip to content

amosproj/amos2023ss02-open-search-meta-data-hub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSearch Metadata-Hub

Project mission

The mission of the project is to setup the basic structure for the product and implement the core functionalities. These are:

  • run an OpenSearch node
  • run an OpenSearch-Dashboards container that connects to the OpenSearch node
  • automatically import data from a Metadata-Hub core into the OS node
  • provide a website with a search bar and elements to create more complex search queries (e.g. boxes to add extra filters to the search)
  • show statistics and graphs generated by the OpenSearch dashboard on the website that is intended for the user
  • wrap everything into docker containers and create a docker-compose file or bash script so users can start the whole system with one command

Every customer has his own individual needs, especially when it comes to the statistics functionality. Thus, the whole product needs to be easily adaptable by the customer. We provide more of a template with some examples of what could be done and how, than a production-ready product. Good documentation, not only on how to use the product but especially on what could be changed, how and where, is therefore mandatory!

Start

To see, how to build and use our software, please have a look at documentation of MdH-OpenSearch.

There, you can also find further information about the product design.