Re: Reduce function to perform a Union?

2011-05-20 Thread Kinley Dorji
In your example, you want to string together the different objects corresponding to key abc123. I'm not sure how you worked your reduce code but would suggest that if you probably need code like this in it somewhere: function(key, values, rereduce) { var obj = {}; // iterable values obj contai

Re: Data.js — A Graph Manipulation Framework on top of CouchDB

2011-05-16 Thread Kinley Dorji
Thanks, this sounds great. Will check it out. On May 17, 2011 2:46 AM, "Michael Aufreiter" wrote: Just wanted to let you know we're working on a data manipulation framework for Javascript that exposes a simple API for graph persistence. It uses CouchDB in the backend, and thus turns it into a Gr

Re: [ann] couchapp 0.8.0 is out

2011-05-08 Thread Kinley Dorji
Cool. Thanks Benoit. On Sun, May 8, 2011 at 8:58 PM, Benoit Chesneau wrote: > Hi all, > > Quick mail to announce the release of couchapp 0.8.0 today.. Couchapp is > a simple tool designed to structure standalone CouchDB application > development for maximum application portability. > > You can do

Re: Hot Tub, an editor for CouchDB

2011-04-25 Thread Kinley Dorji
Following up on my last suggestion, here's the graphic to go with it. :) On Tue, Apr 26, 2011 at 9:59 AM, Kinley Dorji wrote: > Yup, relaxing is what it's all about. No question about that. :) > > Still, since you are open to suggestions, in the realm of furniture my > pers

Re: Hot Tub, an editor for CouchDB

2011-04-25 Thread Kinley Dorji
Futon doesn't have (nor > would necessarily want) > > Matt > > On Sun, Apr 24, 2011 at 9:06 PM, Kinley Dorji wrote: > >> @Mat: Good to hear of your project. I'm sure it will be a valuable >> edition to the CouchDB eco-system. Regarding the name - Hot Tub

Re: Hot Tub, an editor for CouchDB

2011-04-25 Thread Kinley Dorji
gt; Having multiple tabs with a separate instances of futon open in each tab > works, but for some reason I find it painful.  Tabs in the app would help. >  The tabs could share caches and background processing in some cases. > > > On Sun, Apr 24, 2011 at 9:06 PM, Kinley Dorji wrote:

Re: Hot Tub, an editor for CouchDB

2011-04-24 Thread Kinley Dorji
@Mat: Good to hear of your project. I'm sure it will be a valuable edition to the CouchDB eco-system. Regarding the name - Hot Tub. Tongue-in-cheek comments: Are we straying from furniture to bathroom accessories - Couch, Futon ... Hot Tub? I can imagine relaxing on a couch and get stuff done, but

Re: CouchDB's advantages over MongoDB

2011-04-16 Thread Kinley Dorji
hat's really going to depend on how you need to use >>> the database. MongoDB could also be slower to market then PostgreSQL if I >>> picked it for the wrong reasons. >>> >>> CouchDB running as your web server, database, and middle tier is crazy >>> a

Re: CouchDB's advantages over MongoDB

2011-04-14 Thread Kinley Dorji
CouchDB. Of course there are parts where I'd prefer more details but I guess that would be better suited for a book like CouchDB Cookbook or CouchDB Recipes - I hope someone will write it. Regards, On Fri, Apr 15, 2011 at 1:54 AM, John Taber wrote: > On 04/14/2011 09:56 AM, Kinley Dorji wr

Re: CouchDB's advantages over MongoDB

2011-04-14 Thread Kinley Dorji
@Sean: Thanks for a great summary of CouchDB's awesomeness. :) On Thu, Apr 14, 2011 at 9:01 PM, Nebu Pookins wrote: > On Thu, Apr 14, 2011 at 10:40 AM, Sean Copenhaver > wrote: >> Simple that you can have 2 way continuous replication to keep multiple nodes >> in sync with the full data set. So a

Re: Paper about moving bibliographic data to CouchDB

2011-04-11 Thread Kinley Dorji
Thanks for sharing. The article is interesting and demonstrates a very useful implementation of CouchDB. On Tue, Apr 12, 2011 at 9:32 AM, Luciano Ramalho wrote: > Hello, > > I have contributed a paper about migrating bibliographic records to > CouchDB. It was published today in issue 13 of Code4L

Re: The new couchapp. [cr]

2011-04-05 Thread Kinley Dorji
Thanks Benoit, I look forward to the erlang version of couchapp. On Tue, Apr 5, 2011 at 1:33 PM, Benoit Chesneau wrote: > Sorry, a little cross-posting for couchapp users not yet on the > couchapp mailing list. I've finally summarized the coming changes in > couchapp. You can find them here: > >

Re: how to edit shows in futon?

2011-03-25 Thread Kinley Dorji
:0) Thanks Benoit, for a great tool. CouchDBkit is great too. On Fri, Mar 25, 2011 at 6:39 PM, Benoit Chesneau wrote: > On Fri, Mar 25, 2011 at 1:32 PM, Kinley Dorji wrote: >> It's not intuitively named - I missed it too for a while. Should be >> "pull" instead

Re: how to edit shows in futon?

2011-03-25 Thread Kinley Dorji
It's not intuitively named - I missed it too for a while. Should be "pull" instead of "clone", to match the "push" command. IMHO :) On Fri, Mar 25, 2011 at 6:26 PM, bryan rasmussen wrote: > ah sorry didn't see the clone argument in the help section > > thanks, > Bryan Rasmussen > On Fri, Mar 25,

Re: filtering on timestamp + aggregation on another field

2011-03-14 Thread Kinley Dorji
_ > Van: Aroj George [aro...@gmail.com] > Verzonden: maandag 14 maart 2011 19:13 > Aan: user@couchdb.apache.org; Kinley Dorji > Onderwerp: Re: filtering on timestamp + aggregation on another field > > Thanks for the below. > > Another option we came up with

Re: filtering on timestamp + aggregation on another field

2011-03-14 Thread Kinley Dorji
< T2) emit(doc.location_path,doc) > > But aren't temp views considered bad for performance. > > Please do suggest the best way to solve this problem in couchdb. > > > Rgds, > Aroj > > > On 14 Mar 2011 18:59, "Kinley Dorji" wrote: >

Re: filtering on timestamp + aggregation on another field

2011-03-14 Thread Kinley Dorji
I think you'd have to emit the timestamp as the key, then apply your filter as a key range. Temp views should be used only for testing your code, newbie to newbie. :) On Mar 14, 2011 6:56 PM, "Aroj George" wrote: Hi, We are couch newbies. We have the attributes timestamp and location ( a path i

Re: Store Databases in /home/$user

2011-03-08 Thread Kinley Dorji
Even better. Thanks. On Mar 8, 2011 10:06 PM, "Nicholas Orr" wrote: pretty much once you have all the dependencies sorted, just use ./configure with --prefix and away you go :) On Wed, Mar 9, 2011 at 12:18 AM, Kinley Dorji wrote: > Wayne, that looks very ...

Re: Store Databases in /home/$user

2011-03-08 Thread Kinley Dorji
Wayne, that looks very useful. I've been wanting to mix versions of CouchDB besides the one I got working off the Ubuntu repository, but have not had much luck or time (more this) to get through the process. I'm going to get back at it once again. Thanks for sharing. Kinley On Tue, Mar 8, 2011 at