anshulsharmas / flogo-contrib

Contribution repo for tasks & triggers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flogo-contrib

Build Status

Collection of Flogo activities, triggers and models.

Contributions

Activities

  • awsiot: Aws IOT shadow update
  • coap: CoAP messaging
  • counter: Global counter
  • log: Simple flow Logger
  • rest: Simple REST invoker
  • twilio: Simple Twilio SMS sender
  • [websocket] (activity/wsmessage): Simple Websocket Message

Triggers

  • coap: Start flow via CoAP
  • mqtt: Start flow via MQTT
  • rest: Start flow via REST
  • timer: Start flow via Timer

Models

Installation

Install Activity

Example: install log activity

flogo add activity github.com/TIBCOSoftware/flogo-contrib/activity/log

Install Trigger

Example: install rest trigger

flogo add trigger github.com/TIBCOSoftware/flogo-contrib/trigger/rest

Install Model

Example: install simple model

flogo add model github.com/TIBCOSoftware/flogo-contrib/model/simple

Contributing and support

Contributing

New activites, triggers and models are welcome. If you would like to submit one, contact us via Slack. Contributions should follow these guidelines:

  • Code must be gofmt compliant.
  • Execute golint on your code.
  • Document all funcs, structs and types.
  • Ensure that 'go test' succeeds.

License

flogo-contrib is licensed under a BSD-type license. See TIBCO LICENSE.txt for license text.

Support

For Q&A you can post your questions on Slack

About

Contribution repo for tasks & triggers


Languages

Language:Go 100.0%