Saturday, January 4, 2014

Heroku - Cloud Computing infrastructure

Heroku provides cloud infrastructure like servers and database hardware. It also provides developers an easy way to develop applications and deploy it on cloud. The deployment and hosting the applications is just a few steps process which is well documented on their site - https://www.heroku.com/

The servers provide JEE application deployment and database is MySQL. Also, the servers are auto scaling by paying additional money for production applications.

This infrastructure is good and so development teams do not need to focus on IT and focus on the application development.

There are so many add-ons for this cloud, available at - https://addons.heroku.com/
The add-ons provide additional features like NoSQL databases, testing, search apps easier. Also, the development source code repository is integrated with Git.

Happy cloud computing!!

-Tejas Bavishi





No comments:

Post a Comment