Skip to content

abasse/flogoelasticstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Elastic Search stream reader flogo activity

This activity allows your flogo application to query Elastic Search using a Elastic stream query

WORK IN PROGRSS - DO NOT USE FOR PRODUCTION!!!

Installation

flogo install github.com/abasse/flogoelasticstream

Schema

Inputs and Outputs:

  { "inputs":[
        {
          "name": "basicAuthUser",
          "type": "string",
          "required": false
        },
        {
          "name": "basicAuthPassword",
          "type": "string",
          "required": false
        },
        {
          "name": "elasticbaseURL",
          "type": "string",
          "required": true
        },
        {
          "name": "elasticQuery",
          "type": "string",
          "required": true
        }
      ],
      "outputs": [
        {
            "name": "result",
            "type": "any"
        },
        {
            "name": "hits",
            "type": "number"
        }
      ]
  }

About

Elastic stream search for Flogo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages