Skip to content

Latest commit

 

History

History
 
 

demo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Demo

These files create an ElasticSearch backend for OGRT and some example programs, with which you can play around.

  1. Install the client into the demo directory
    cd ../client
    ./vendorize
    ./configure --prefix=$(pwd)/../demo/ogrt
    make install
  1. Spin up the ElasticSearch infrastructure (requires Docker)
    ./infra-init
  1. Add an ElasticSearch output to the servers ogrt.conf
    [Outputs.ElasticSearch]
    Type = "JsonElasticSearch5"
    Workers = 2
    Params = "http:localhost:9200:ogrt"
  1. Start ogrt-server

  2. Generate a software tree

    ./generate-software
  1. Enable OGRT
    . setup.sh
  1. Push example jobs to ElasticSearch
    ./generate-jobs
  1. Check OGRT Web Interface on http://localhost:8080/web/ to see if server received messages

  2. Check Kibana on http://localhost:5601/ for the data. The index name is 'ogrt'