Application
This book is in part a guide. It describes how to set up a scalable AWS infrastructure to run a modern Web app. We'll be looking at one particular app: CloudChart. CloudChart is open-source, and you can find the code on GitHub.
CloudChart is, appropriately, an AWS infrastructure visualisation and monitoring app. It is built with the Meteor framework on MongoDB for reactive GUI updating. Once it's deployed, you'll be able to visit it to see the infrastructure it's running on.
CloudChart is available for you to explore, but still heavily under development and should not be considered ready for production use.
You can try out a hosted instance of CloudChart. The demo account will visualise the infrastructure that CloudChart is running on. If you're brave (or reckless) enough, you can provide your AWS access credentials to see your own cloud. Be aware that no security whatsoever is guaranteed.
What should I do?
- If you're not already a member of GitHub, sign up now.
- Fork CloudChart on GitHub so you can follow along with your own repository.
git clone
your new repository. - Install Meteor so you can run it locally.
- In your cloned CloudChart directory, run
meteor
to start the app. Visitlocalhost:3000
to check it out.