Jump to: navigation, search

Poppy/Server Architecture

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)