Hacker News new | past | comments | ask | show | jobs | submit login
Cloudant's BigCouch is Now Open Source (cloudant.com)
99 points by ahoff on Aug 30, 2010 | hide | past | favorite | 16 comments



Great. The problem with proprietary infrastructure is locking yourself in to a vendor and that isn't always a safe bet. For me, that is the problem with Google AppEngine and Amazon SimpleDB. As a happy CouchDB user this makes Cloudant a contender for future projects (or even existing ones). I don't want to roll my own infrastructure, but still want the option to move away from a vendor if I ever have to.


Yes, removing lock-in makes it easier to reach buy in.

Plus, if I'm understanding right, one should be able to have the production system hosted by them, and test code, or generate data on a local system, and then use the replication feature of couchdb to push the new code NGO production when ready.... Relatively painlessly.


Correct, just replicate between standalone Couch and Cloudant seamlessly. Replication is a powerful feature of CouchDB, and we also use it internally to synchronize partitions if they diverge. It is pivotal in how we achieve our multi-datacenter capabilities, too.


Minor gripe: Make individual apps their own repositories so other people can include them in other projects.

If you want to update mochiweb, itap, etc on couchdb and bigcouch, do you manually patch the changes into every repository? Is erlang-oauth in couchdb the same as oauth in bigcouch?

Look at riak for the Right Way™ to package Erlang apps: The main riak repository has no erlang code (http://hg.basho.com/riak/src/tip/rebar.config). It has one dependency of riak_kv which in turn includes everything else needed (http://hg.basho.com/riak_kv/src/tip/rebar.config).

Learn to love the gift of rebar -- recursive dependency resolving.


For a first release I'd say this is a good thing to skip in favour of shipping :)


seiji, we are planning on releasing the apps separately as well (esp. rexi) and accompanied with blog posts. Also, we will transition the copies of apps that we have been using to their public projects (ibrowse, mochiweb, etc). But we wanted to get this open first. Thanks for the feedback.


Is anyone of note using this in production? (Not hating, just curious)


Cloudant has a number of big customers who have been in production for about a year on it. Here is a page where they list a few: https://cloudant.com/#!/company/customers


This one took out one advantage Riak has compared with CouchDB.


Sounds great. It this like mongodb's sharding?


as Chris said, it's more like the other systems. See http://blog.cloudant.com/dynamo-and-couchdb-clusters for more information on our clustering.


It is more like Riak or Cassandra's sharding.


This is very cool stuff.


(my iPad autocorrect is broken as I was testing international software, so forgive the typos i miss.)

Love the stuff cloudant is doing and would love to base my future projects on them, but I can't quite do so yet due to their business model. I really prefer to outsource hosting and focus on code and never have to deal with machine configuration or administration.

My issues with the business model boil down to them tying database requests and storage usage together in their packages at a ratio that probably makes sense for a lot of businesses but won't for my current project.

The current project involves a large amount of disk space that will mostly be idle...as it scales, database requests will go up, hopefully dramatically, but the disc storage will not go up very much at sly percentage wise. A doubling of traffic might result in a 1% increase in data stored.

I'd be buying one of their most expensive plans, way out of our budget right now, just to get the disk space.... Which is forcing me to look at administrating my own machines and oaring .15 a GB/month for storage. Effectively vastly cheaper than cloudant even with triple redundancy.

The other thing I need is the ability to run periodic processes, such a cron jobs, and I'm not sure of a way to do this with couchdb. This has me looking at falling back on appengine.

That's just the feedback of one potential customer, and i am continuing to look at cloudant and other hosted services to see if I can figure out a way to combine them to do what i want. For instance, i could run arbitrary python at a left over dream host account in order to handle the periodic jobs.


lzw send us an email... we can almost certainly map out something that fits your needs. info@cloudant.com


Good to know, and I will, once I have my needs characterized sufficiently to be able to tell you what it is I need.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: