Where AWS Elastic BeanStalk Could be Better

Amazon describes their AWS Elastic BeanStalk service as follows: AWS Elastic Beanstalk is an easy-to-use service for deploying and scaling web applications and services developed with Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar servers such as Apache, Nginx, Passenger, and IIS. You can simply upload your code and Elastic Beanstalk automatically … Continue reading Where AWS Elastic BeanStalk Could be Better

Cassandra: a key puzzle piece in a design for failure

When building out a data center in the cloud (AWS in particular) Cassandra can play a crucial role in the design for failure. SQL and NoSQL databases have drastically different redundancy profiles: A NoSQL database (and I hate the term NoSQL with the passion of a billion white hot suns) trades off data consistency for … Continue reading Cassandra: a key puzzle piece in a design for failure