Live data from Hacker News

Cloudant's BigCouch is Now Open Source

blog.cloudant.com

1–10 of 17 posts

Re: Cloudant's BigCouch is Now Open Source

#2
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.

Re: Cloudant's BigCouch is Now Open Source

#3
post #2

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/sr…

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

Re: Cloudant's BigCouch is Now Open Source

#4
post #2

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/sr…

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.

Re: Cloudant's BigCouch is Now Open Source

#6
(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.

Re: Cloudant's BigCouch is Now Open Source

#7
post #6

(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 t…

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