Let’s learn Erlang and fix a bug on a CouchDB Cluster
robert-kowalski.de
Let’s learn Erlang and fix a bug on a CouchDB Cluster
1–10 of 19 posts
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#2Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#3Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#4I know the downsides have been oft-repeated here, but does anyone use it? Also do people here use it without JS, and use like pure Erlang-driven views? It sounds super powerful that way.
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#5I always have loved CouchDB from a far, and every time I see it here and elsewhere in these contexts, I say I will learn Erlang and really dive deep it into it. As a young know-nothing developer, a few years ago, their NoSQL Web-DB of the future elevator pitches seemed amazing. I know the downsides have been oft-repeated here, but does anyone use it? Also do people here use it without JS, and use like pure Erlang-dri…
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#6I always have loved CouchDB from a far, and every time I see it here and elsewhere in these contexts, I say I will learn Erlang and really dive deep it into it. As a young know-nothing developer, a few years ago, their NoSQL Web-DB of the future elevator pitches seemed amazing. I know the downsides have been oft-repeated here, but does anyone use it? Also do people here use it without JS, and use like pure Erlang-dri…
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#7On a similar note about learning Erlang, can't stress how well written http://learnyousomeerlang.com/content is.
Really sets the standards of how tutorials to learn a new language should be.
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#8I always have loved CouchDB from a far, and every time I see it here and elsewhere in these contexts, I say I will learn Erlang and really dive deep it into it. As a young know-nothing developer, a few years ago, their NoSQL Web-DB of the future elevator pitches seemed amazing. I know the downsides have been oft-repeated here, but does anyone use it? Also do people here use it without JS, and use like pure Erlang-dri…
We use it in production, and we're slowly migrating some data out of SQL into CouchDB. It's very stable, operates over an HTTP API, and the 2.0 release will have better clustering/sharding built in. We don't use the views or JS at all, just as a document store.
Will have to invest some time in it sooner rather than later!
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#9Interesting way for someone familiar with a language to find good tutorial ideas (just wade through some project and diff some patches)
Re: Let’s learn Erlang and fix a bug on a CouchDB Cluster
#10This looks promising. Will try and go through the entire thing. On a similar note about learning Erlang, can't stress how well written http://learnyousomeerlang.com/content is. Really sets the standards of how tutorials to learn a new language should be.