pulumi/lib/mux
joeduffy bf33605195 Rearrange the library code
This rearranges the library code:

* sdk/... goes away.

* What used to be sdk/javascript/ is now lib/mu/, an actual MuPackage
  that provides the base abstractions for all other MuPackages to use.

* lib/aws is the @mu/aws MuPackage that exposes all AWS resources.

* lib/mux is the @mu/x MuPackage that provides cross-cloud abstractions.
  A lot of what used to be in lib/mu goes here.  In particular, autoscaler,
  func, ..., all the "general purpose" abstractions, really.
2017-01-20 10:30:43 -08:00
..
autoscaler Rearrange the library code 2017-01-20 10:30:43 -08:00
bin Rearrange the library code 2017-01-20 10:30:43 -08:00
bucket Rearrange the library code 2017-01-20 10:30:43 -08:00
clouds Rearrange the library code 2017-01-20 10:30:43 -08:00
cluster Rearrange the library code 2017-01-20 10:30:43 -08:00
container Rearrange the library code 2017-01-20 10:30:43 -08:00
event Rearrange the library code 2017-01-20 10:30:43 -08:00
func Rearrange the library code 2017-01-20 10:30:43 -08:00
gateway Rearrange the library code 2017-01-20 10:30:43 -08:00
node_modules Rearrange the library code 2017-01-20 10:30:43 -08:00
schedulers Rearrange the library code 2017-01-20 10:30:43 -08:00
volume Rearrange the library code 2017-01-20 10:30:43 -08:00
README.md Rearrange the library code 2017-01-20 10:30:43 -08:00
arch.ts Rearrange the library code 2017-01-20 10:30:43 -08:00
cluster.ts Rearrange the library code 2017-01-20 10:30:43 -08:00
index.ts Rearrange the library code 2017-01-20 10:30:43 -08:00
package.json Rearrange the library code 2017-01-20 10:30:43 -08:00
tsconfig.json Rearrange the library code 2017-01-20 10:30:43 -08:00

README.md

lib/mu/x

This is an experimental cross-platform library of stacks.

Please refer to the Cross-Cloud Targeting design document for more details on how this might work.

Note that everything in here very much a work in progress and little of it actually works (yet).