Any tips on using DotCloud for IT for a web site startup?


4

I came across DotCloud this weekend. It looks like an awesome way to build a web based startup with pre-configured modules.

Here's how they position themselves:

"Assemble your stack from pre-configured and heavily tested components. We support major application servers, databases and message buses. If we don't support it, ask."

I went through their FAQ and tutorials - looks pretty solid. They offer a broad range of components already - from Apache to Casandra to Hadoop to Python and lots more.

Has anyone used it and do you have any tips / suggestions?

Thanks.

IT Cloud Applications

asked Apr 19 '11 at 03:29
Blank
Warren E. Hart
2,181 points
  • This might be too specialized to get a good answer on this site? If that turns out to be so, then you could try asking on serverfault.com (and perhaps add a link here..). – Jesper Mortensen 13 years ago
  • Good point, Thanks Jesper. – Warren E. Hart 13 years ago

2 Answers


3

Over the last 10 years I've helped take a web based startup to $1bn market cap in 10 years. Being responsible for the in-house software development, sys-admins and the co-located infrastructure meant that we had to worry about everything. Sometimes that hurts.

Platform as a Service

DotCloud, Heroku and PHPFog are a few of the new breed of services known as PaaS - platform as a service. If I were starting a web-based company today, I would be seriously considering using one of these platforms so that I don't have to worry about IT infrastructure.

Why not rent dedicated servers...

You may be thinking though that by renting a dedicated server you're not worrying about the infrastructure. Perhaps not so much while a single dedicated server is enough. But if your business succeeds, you'll probably need more than one server. Then you have to start thinking about load balancers and then you'll need to start thinking about CDNs like Akamai. You'll need to worry about off-site data backup and disaster recovery. There are tons of things that can keep you up at night.

Keep your headcount focused

PaaS packages up your infrastructure so that all you need at your end are developers that push their code up to the platform. When the web-app starts groaning, you go into the control panel and increase the resources available to your app. No messing around with renting/buying another server, no worrying about load balancing algorithms and wondering why session persistence doesn't work. No need for infrastructure folks. Sorry sys-admins.
Adopting PaaS means that the first developer you hire can be just that - a developer - they don't need to know that much about web infrastructure and how to assemble lamp stacks etc. You can focus on getting a good developer; give them the tools and the PaaS and away you go. Focus your headcount on your product, not support.

Isn't PaaS risky for my new business?

PaaS is new ground. Some of these companies won't make it but I believe that the idea will succeed in the long run and they'll be here to stay. Despite the risk of your chosen PaaS provider going under, the risk to you is minimal. In that scenario all you need is to have another PaaS provider that supports the same development environment as you and if you are unhappy with your primary provider, just push your codebase to the other provider and you're up and running again.

answered Apr 20 '11 at 17:41
Blank
Edralph
2,333 points

2

Amazon offers a similar platform as a service, Elastic Beanstalk. DotCloud does just use Amazon EC2 btw.

But Elastic Server offers the same idea, one layer up. You put together the platform using standard packages, but you can get the same server packaged for Amazon, Xen, VMWare, etc. It's generic components on a generic platform, about as abstracted as you can get...

answered Apr 20 '11 at 00:39
Blank
David Benson
2,166 points
  • AFAIK Amazon's Beanstalk is tightly coupled to one development environment -- Java, with Amazon's RDS / SimpleDB etc services. DotCloud seems to have a range of other development stacks (Java, Python, Ruby, etc). Elastic Server looks interesting, a little bit like Scalr.net perhaps. Thanks for sharing that. – Jesper Mortensen 13 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

IT Cloud Applications