Jump to: navigation, search

Difference between revisions of "Poppy"

(Overview)
(Overview)
Line 7: Line 7:
  
 
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.
 
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.
 +
 +
=== Primary Mission ===
 +
Provide a generic and modular vendor-neutral API that wraps provisioning instructions for CDN vendors that support it.
  
 
== Status ==
 
== Status ==

Revision as of 21:35, 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.

Primary Mission

Provide a generic and modular vendor-neutral API that wraps provisioning instructions for CDN vendors that support it.

Status

Resources

Contributor Guide