Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Live Content Cloud Agent (LCC)

Hamzah Al Hariri edited this page Dec 17, 2018 · 15 revisions

Live Content Cloud Agent Plugin

Version: 1.4.2

Description

The LCC Agent Plugin is an easy way to search Open Content and setup/receive notifications from QueryStreamer via Infocaster.

Prerequisites for new customers

  • Add customer configuration to QueryStreamer. Also, add a catch-all property-notify rule in OpenContent Notifier that will notify QS. Talk to the backend team about this.
  • Configure customer access to Infocaster. Talk to the backend team about this.

Installing

LCC Agent plugin urls

in your dashboard go to > plugins > install plugin >

  • Dev: https://plugins-dev.s3.amazonaws.com/io-infomaker-lcc/{{VERSION}}
  • Stage: https://plugins-stage.s3.amazonaws.com/io-infomaker-lcc/{{VERSION}}
  • Prod: https://plugins-prod.s3.amazonaws.com/io-infomaker-lcc/{{VERSION}}

Configuration

The plugin needs to be configured with endpoints and credentials for InfoCaster, Open Content and QueryStreamer.

Example config:

{
  "infocaster" : {
    "host" : "wss://infocaster-ws.lcc.infomaker.io",
    "publisher" : "customer",
    "token" : ""
  },
  "contentProviders" : {
    "im-demo" : {
      "opencontent" : {
        "host" : "http://xlibris.demo.oc.imit.infomaker.io:8080",
        "username" : "username",
        "password" : "password"
      },
      "querystreamer" : {
        "host" : "https://querystreamer-stage.lcc.infomaker.io",
        "username" : "username",
        "password" : "password"
      }
    }
  }
}

dashboard-lcc-agent

Develop with LCC Agent

Clone this wiki locally