pulumi/examples
joeduffy 736008168d Add two variants to the Mu demo
This adds two hypothetical variants to the Mu demo, "building" new capabilities
up from the basic Express and MongoDB app we start with:

1) The first variant is to leverage the Mu SDK for service discovery and
   configuration, eliminating the "loosely typed" approach that is common with
   Docker (e.g., having to fetch connection URLs from arguments, environment
   variables, etc).  This extends the Mu type system "into" the Docker container,
   whereas previously it stopped at the boundary.

2) The second variant really takes this to the next level, embellishing the nice
   DSL-like approach.  In this model, infrastructure is expressed in code.
2016-11-07 09:37:47 -08:00
..
conversions Add some README scaffolding around the converted examples 2016-11-01 10:39:36 -07:00
demo1 Add two variants to the Mu demo 2016-11-07 09:37:47 -08:00
mongo_twilio Fix a typo (cust => client variable name) 2016-10-25 17:25:12 -07:00
nginx-variants Add the Nginx hypothetical examples 2016-11-01 11:01:55 -07:00
vote50 Add a few lingering changes to the Mu voting example 2016-11-01 10:31:21 -07:00