Skip to content

Simple example to demonstrate provisioning of a Flogo app through resin.io

Notifications You must be signed in to change notification settings

ecarlier-tibco/flogo-resin.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Use resin.io to provision your flogo app on end IoT device

IoT Simplified

Use Project Flogo to develop IoT Edge application with no code using the Graphical development web UI, and then resin.io to push your code, and have it deploy automatically to a float of devices

Flogo instructions

For more information on Flogo, Visit http://flogo.io.

You will learn how to build Flogo applications with the Flogo graphical Web UI. Once you've developed an application using Flogo Web UI, you can export it as a JSON file, and use this JSON file to version control your application with git.

Here, my simple application was exported and is described in the flogo-simple-app.json file

This app is a simple REST Server accepting GET requests on /hello/[Any_Name] path and replying with a greetings sentence in a JSON payload:

{"Greetings":"Welcome to Project Flogo, [Any_Name]. My name is Flynn !"}

Resin.io instructions

It's easy. Just follow the Getting Started instructions here, and just apply the 2 following changes:

  1. In the "Deploy Code" section, here is the repo you need to clone
$ git clone https://github.com/ecarlier-tibco/flogo-resin.io.git
  1. When testing the app using the public device URL, you should add '/hello/[Any_Name]' at the end of the URL

About

Simple example to demonstrate provisioning of a Flogo app through resin.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published