Jump to: navigation, search

Difference between revisions of "Poppy"

(Basic Template)
 
(Overview)
Line 2: Line 2:
 
== Overview ==
 
== Overview ==
  
 +
OpenStack operators have many choices when incorporating a Content Delivery Network (CDN) into their infrastructure -- the CDN marketplace has both tried-and-true vendors and up-and-coming upstarts with innovative new features.
 +
 +
But these vendors often have highly-customized and proprietary provisioning APIs.  This can be problematic when an operator wishes to support multiple providers -- or swap out one vendor for another.  And these challenges spill over to developers who become forced into codifying the CDN instructions for multiple vendors into their applications.
 +
 +
Pop.py aims to solve these challenges.  Written as a modular, vendor-neutral API, pop.py incorporates a driver-based model that wraps provisioning instructions for all CDN vendors that support it.  Application developers can write their code once, and pop.py will handle all the requisite translations behind-the-scenes.
  
 
== Status ==
 
== Status ==

Revision as of 21:34, 1 August 2014

Overview

OpenStack operators have many choices when incorporating a Content Delivery Network (CDN) into their infrastructure -- the CDN marketplace has both tried-and-true vendors and up-and-coming upstarts with innovative new features.

But these vendors often have highly-customized and proprietary provisioning APIs. This can be problematic when an operator wishes to support multiple providers -- or swap out one vendor for another. And these challenges spill over to developers who become forced into codifying the CDN instructions for multiple vendors into their applications.

Pop.py aims to solve these challenges. Written as a modular, vendor-neutral API, pop.py incorporates a driver-based model that wraps provisioning instructions for all CDN vendors that support it. Application developers can write their code once, and pop.py will handle all the requisite translations behind-the-scenes.

Status

Resources

Contributor Guide