LoneStarRuby Conf 2010 - Beehive, scalable application deployment by: Ari Lerner

Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=fHO3K0FSWHs



Duration: 35:12
36 views
1


Okay, your rack app is done and you are ready to deploy it. Now, instead of developing your application you have to switch gears and start thinking about how it should be deployed. What http server should you use? How do you scale it beyond a single instance, load-balance it? How do you even get your app on a server? This discussion happens every time that you finish an application to deploy!

There is no disputing it, deployment is hard and you either have to be great at both or hire someone who is great at one. At AT&T interactive, we deploy many different applications from many different developers all the time. Additionally, we have application support staff, release schedules, server management staff, etc. etc.

In this talk, I'll introduce Beehive, a new open-source application deployment framework helps address this problem. We'll discuss why it was developed, how it works and how to use it. Without introducing any new tools, application developers can deploy their applications with a single command git push. Written primarily in ruby, c and erlang, Beehive can run on any hardware supported by the erlang vm. It's written to be entirely distributed, fault-tolerant and maintain high availability for applications.




Other Videos By Confreaks


2015-04-07Rocky Mountain Ruby 2011 - Be Moar Ridiculous by: Anthony Navarre
2015-04-07Rocky Mountain Ruby 2011 - BDSM Project SM Framework by: Wayne E.Wayne E. Seguin
2015-04-07Rocky Mountain Ruby 2011 - Lightning Talk: Do Your Commit Messages Suck by: Ryan McGeary
2015-04-07Rocky Mountain Ruby 2011 - Lightning Talk: In Defense of Unless by: Spike Ilacqua
2015-04-07Rocky Mountain Ruby 2011 - Lightning Talk: Deprecatable by: Jeremy Hinegardner
2015-04-07LoneStarRuby Conf 2010 - "Get your facts first...
2015-04-07LoneStarRuby Conf 2010 - How to Build a Sustainably Awesome Development Team
2015-04-07LoneStarRuby Conf 2010 - Deciphering Yehuda by: Gregg Pollack
2015-04-07LoneStarRuby Conf 2010 - Rails' Next Top Model: Using ActiveModel and ActiveRelation by: Adam Keys
2015-04-07LoneStarRuby Conf 2010 - Real Software Engineering by: Glenn Vanderburg
2015-04-07LoneStarRuby Conf 2010 - Beehive, scalable application deployment by: Ari Lerner
2015-04-07LoneStarRuby Conf 2010 - Components in a Monolithic World by: Nick Sutterer, Kevin Triplett
2015-04-07LoneStarRuby Conf 2010 - JSON and the Argonauts - Building Mashups with Ruby by: Wynn Netherland
2015-04-07LoneStarRuby Conf 2010 - Grease your Suite: Tips and Tricks for Faster Testing by: Nick Gauthier
2015-04-07LoneStarRuby Conf 2010 - Keynote Address by: Tom Preston-Werner
2015-04-07LoneStarRuby Conf 2010 - Seven Languages in Seven Weeks by: Bruce Tate
2015-04-07LoneStarRuby Conf 2010 - Taking Mongoid into the Future by: Bernerd Schaefer
2015-04-07LoneStarRuby Conf 2010 - Battle of NoSQL stars: Amazon's SDB vs Mongoid vs CouchDB vs RavenDB
2015-04-07RubyConf 2010 - Consuming Gherkin: One Byte at a Time by: Greg Hnatiuk, Mike Sassak
2015-04-07RubyConf 2010 - Writing Games with Ruby by: Mike Moore
2015-04-07RubyConf 2010 - So You Think You Can Code?