Giter Site home page Giter Site logo

cloudchart's Introduction

CloudChart

CloudChart is an application for monitoring and managing AWS infrastructure.

See the website for more details.

CloudChart accompanies the WIP book on AWS configuration and deployment, Modern Deployment.

NOTE: Although available, CloudChart is still pre-release and should not even be expected to work just yet. A more stable version will be ready soon and hosted on AWS as per Modern Deployment.

Disclaimer

CloudChart is under development as a side project. It should not be considered safe for production use. Providing full access your AWS account to any person or application, even if read-only, is a risky proposition.

As per the MIT license, this software comes with absolutely no warranty, and the author will not be held liable if you manage to stuff up any aspect of your AWS environment.

If you choose to run CloudChart at all, I would recommend a private instance with read-only access and a very strong admin password.

Configuration

Some of the /common/configs specifications are deliberately incomplete. The missing values will be populated from the process.env of the host machine. Refer to the /common/configs to determine which environment variables must be set to create new services.

Build and Run

CloudChart is designed to be built with Meteor and run as a Node.js app. To simplify this process, we use Docker for both building and deploying the app using the Dockerfile.

Refer to docker-meteor for more detailed instructions, but in summary:

  1. Install Docker, then cd to the CloudChart repo root directory
  2. Build the orlade/cloudchart Docker image with # docker build -t orlade/cloudchart .
  3. Run a CloudChart container with # docker run --rm -p 3000:3000 -e "MONGO_URL=mongodb://username:password@host/database" -e "ROOT_URL=http://localhost:3000" -e orlade/cloudchart

If manually hosting an instance of MongoDB:

  1. Run it in the background in a named Docker container like # docker run --name mydb -d mongo
  2. Add --link mydb:db to the docker run command above
  3. Also in the run command, replace the MONGO_URL variable above with mongodb://db

Screenshots

CloudChart dashboard view

CloudChart EC2 instances

CloudChart ECS clusters

CloudChart S3 buckets

cloudchart's People

Contributors

orlade avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.