I've got some test deployments on DotCloud, the only thing I don't like is that I have no idea how much resources are going to cost, I can't find prices ANYWHERE on the website.
I love how it all works, I love how fast it is and the deployment stuff couldn't have been easier (using it with git).
We went through a few iterations with test paid customers. It took a while to properly convey that our value is in reducing complexity, not selling ram. It's a long process but we're very close.
I can tell you we have a date to reveal pricing, and we intend to stick to it.
No, but if you're willing to take a customer discovery phone call, in exchange of your precious feedback I will give you tons of details on our pricing. 90% of it is decided.
This is great news! I've been using Dotcloud at my job for about a month with an RoR app. We used to be on Heroku w/ Amazon RDS. And I needed a separate EC2 instance for stuff like phpMyAdmin and other misc scripts. We outgrew it quickly when we needed more control over Resque. Now with Dotcloud, I can run everything under one group with fine-grained control when I need it. Its awesome!
The only thing I am missing is Memcache and MongoDB support (but it looks like thats coming soon ;D ). Also, an invite for personal use would be awesome!
I wonder if they'll finish the support for basic data import commands with Mongo. Currently on Duostack I have yet to find a clear way to load dev data via all the db.copyDatabase or mongoimport/mongostore commands.
You can run mongoimport locally and specify your DotCloud MongoDB service as the remote host. You could also SSH to your MongoDB service (run "dotcloud ssh <namespace.deployment>") and do the same.
One thing you may want to consider adding to your client is a "mongotunnel" command which will set up an ssh tunnel with compression between the user's computer and your mongodb servers. I've noticed some significant performance benefit to this vs. just accessing mongod normally over the internet, mostly due to the abysmal upload rate on my cable modem. Also this allows you to avoid sending data in plain-text over the open internet.
Why do you spend all this time building this platform, but then use Wufoo for your signup form? Doesn't give me a ton of confidence. Don't mean to sound cynical, just wondering.
Our signup form changed a few times, and used to be much more elaborate. Tweaking it with Wufoo saved us lots of time - time we could spend on improving the platform :)
Matthew, we'll work our asses off to make the transition as painless as possible. You should receive an email soon with all the details. Don't hesitate to get in touch with us directly.
I've been thinking about something similar by using LXC with minimal capabilities. Using git, etc.. with 'stack' specific allowable file modifications (configuration and what not), is this how dotcloud works (minus the distributed FS and flow replication for HA)?
Yes, we use container technology. We were the first to do so (first prototypes in 2008) although others are catching on. That's not the key differentiator of the platform, though, anymore than Xen was for EC2.
I love how it all works, I love how fast it is and the deployment stuff couldn't have been easier (using it with git).
Is there any word on pricing?