Jump to: navigation, search

Poppy/Server Architecture

< Poppy
Revision as of 21:36, 5 August 2014 by Amit Gandhi (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.