Jump to: navigation, search

Difference between revisions of "Poppy/Server Architecture"

(No difference)

Revision as of 21:48, 5 August 2014

Poppy provides a driver based architecture, allowing for different types of transports, data stores, and CDN providers.

Poppy (by default) ships with a CassandraDB Data Store, and a Pecan based WSGI Transport. The team plans to add a SQLAlchemy compatible Data Store in the near future.

The team recommends using CassandraDB in a production environment to allow for easy geo-replication of configuration data. This allows operators to publish a single global endpoint. utilizing geo-dns, and distribute Poppy servers all around the world, while having their data geo-replicate to all of their servers.

Server Architecture (Poppy)