Jump to: navigation, search

Difference between revisions of "Picasso"

m (Getting Started with Picasso)
m (Examples)
Line 39: Line 39:
 
== Examples ==
 
== Examples ==
  
* [https://github.com/iron-io/picasso/blob/master/examples/openstack-alarms/README.md| Alarm event triggers from Telemetry and Aodh]
+
* [https://github.com/iron-io/picasso/blob/master/examples/openstack-alarms/README.md Alarm event triggers from Telemetry and Aodh]

Revision as of 04:51, 17 December 2016

Picasso (Functions as a Service)

Picasso provides an API for OpenStack Functions as a service, abstracting away the infrastructure layer and making it easier for developers and operators.

Projects

Source code https://github.com/iron-io/picasso
Bug tracker https://bugs.launchpad.net/picasso
Feature tracker https://blueprints.launchpad.net/picasso

Python Picasso Client

Source code https://github.com/iron-io/python-picassoclient
Bug tracker https://bugs.launchpad.net/python-picassoclient
Feature tracker https://blueprints.launchpad.net/python-picassoclient

Architecture

Getting Started with Picasso

Instructions for getting started with Picasso using Devstack are available here

Examples