Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
mongodb client
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  12 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Angelo Chen  
View profile  
 More options Aug 7 2012, 2:30 am
From: Angelo Chen <angelochen...@gmail.com>
Date: Mon, 6 Aug 2012 23:30:29 -0700 (PDT)
Local: Tues, Aug 7 2012 2:30 am
Subject: mongodb client
Hi,

looking for for  a mongdb client, any suggestions? not so particular
about ORM. thanks,

Angelo


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Luca Morettoni  
View profile  
 More options Aug 7 2012, 2:42 am
From: Luca Morettoni <l...@morettoni.net>
Date: Tue, 7 Aug 2012 08:42:42 +0200
Local: Tues, Aug 7 2012 2:42 am
Subject: Re: [nodejs] mongodb client

On Tue, Aug 7, 2012 at 8:30 AM, Angelo Chen <angelochen...@gmail.com> wrote:
> Hi,

> looking for for  a mongdb client, any suggestions? not so particular
> about ORM. thanks,

https://github.com/christkv/node-mongodb-native
http://mongodb.github.com/node-mongodb-native/api-articles/nodekoarti...

--
Luca Morettoni <luca(AT)morettoni.net> | http://www.morettoni.net
gtalk/msn: luca(AT)morettoni.net | http://twitter.com/morettoni
Google+ profile: http://bit.ly/morettoni_plus
Member of Python User Group Perugia: http://www.pypg.org/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ken Koontz  
View profile  
 More options Aug 7 2012, 2:43 am
From: Ken Koontz <kenneth.koo...@gmail.com>
Date: Mon, 6 Aug 2012 23:43:41 -0700
Local: Tues, Aug 7 2012 2:43 am
Subject: Re: [nodejs] mongodb client

https://github.com/LearnBoost/mongoose


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Angelo Chen  
View profile  
 More options Aug 7 2012, 3:44 am
From: Angelo Chen <angelochen...@gmail.com>
Date: Tue, 7 Aug 2012 00:44:27 -0700 (PDT)
Local: Tues, Aug 7 2012 3:44 am
Subject: Re: mongodb client

looking at mongojs and mongode, too many options for mongdb.

On Aug 7, 2:42 pm, Luca Morettoni <l...@morettoni.net> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Wawrusch  
View profile  
 More options Aug 7 2012, 3:48 am
From: Martin Wawrusch <mar...@wawrusch.com>
Date: Tue, 7 Aug 2012 00:48:54 -0700
Local: Tues, Aug 7 2012 3:48 am
Subject: Re: [nodejs] Re: mongodb client

We use mongoose and mongoskin for testing. It really depends on your
scenario. In general though mongoose is a good choice.

On Tue, Aug 7, 2012 at 12:44 AM, Angelo Chen <angelochen...@gmail.com>wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
john.tiger  
View profile   Translate to Translated (View Original)
 More options Aug 7 2012, 3:15 pm
From: "john.tiger" <john.tigernas...@gmail.com>
Date: Tue, 07 Aug 2012 13:15:16 -0600
Local: Tues, Aug 7 2012 3:15 pm
Subject: Re: [nodejs] Re: mongodb client

On 08/07/2012 01:48 AM, Martin Wawrusch wrote:

> We use mongoose and mongoskin for testing. It really depends on your
> scenario. In general though mongoose is a good choice.

it is if you want to specify schema or use ORM - otherwise
mongo-node-native is the defacto node mongo driver and works pretty well
- it requires you to write a lot of callbacks, but that's life in the
async world.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexey Petrushin  
View profile  
 More options Aug 8 2012, 5:55 am
From: Alexey Petrushin <alexey.petrus...@gmail.com>
Date: Wed, 8 Aug 2012 02:55:46 -0700 (PDT)
Local: Wed, Aug 8 2012 5:55 am
Subject: Re: mongodb client

MongoDB Driver with simple and compact API, it also eliminates some
callbacks http://alexeypetrushin.github.com/mongo-lite


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Milon  
View profile  
 More options Aug 8 2012, 7:07 am
From: Dan Milon <danmi...@gmail.com>
Date: Wed, 08 Aug 2012 14:07:34 +0300
Local: Wed, Aug 8 2012 7:07 am
Subject: Re: [nodejs] Re: mongodb client
Well, mongo-node-native is the de facto implementation of the protocol,
but there are lots of wrappers arround it (without schemas or ORM) that
just make the API easier to handle.

On 08/07/2012 10:15 PM, john.tiger wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Wawrusch  
View profile  
 More options Aug 8 2012, 11:16 am
From: Martin Wawrusch <mar...@wawrusch.com>
Date: Wed, 8 Aug 2012 08:16:53 -0700
Local: Wed, Aug 8 2012 11:16 am
Subject: Re: [nodejs] Re: mongodb client

On Tue, Aug 7, 2012 at 12:15 PM, john.tiger <john.tigernas...@gmail.com>wrote:

>  On 08/07/2012 01:48 AM, Martin Wawrusch wrote:

> We use mongoose and mongoskin for testing. It really depends on your
> scenario. In general though mongoose is a good choice.

> it is if you want to specify schema or use ORM - otherwise
> mongo-node-native is the defacto node mongo driver and works pretty well -
> it requires you to write a lot of callbacks, but that's life in the async
> world.

Lets call it ODM, not ORM, we don't want to confuse newbies. And client
side schemas are a great thing for code maintainability so no reason there
to not use mongoose, unless you have super specific needs.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Angelo Chen  
View profile  
 More options Aug 8 2012, 6:13 pm
From: Angelo Chen <angelochen...@gmail.com>
Date: Wed, 8 Aug 2012 15:13:48 -0700 (PDT)
Local: Wed, Aug 8 2012 6:13 pm
Subject: Re: mongodb client

this is good, between mongoskin and mongo-lite, difficult to decide.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Scott Nelson  
View profile  
 More options Aug 14 2012, 4:37 pm
From: Scott Nelson <sc...@scttnlsn.com>
Date: Tue, 14 Aug 2012 13:37:21 -0700 (PDT)
Local: Tues, Aug 14 2012 4:37 pm
Subject: Re: mongodb client

Yeah.  There's so many node-mongodb-native wrappers that add some nice
promise/future-based sugar:

https://github.com/kissjs/node-mongoskin
https://github.com/gett/mongojs
https://github.com/LearnBoost/monk
https://github.com/alexeypetrushin/mongo-lite

Anyone see any particular advantages of using one of these over the others?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hack Sparrow  
View profile  
 More options Aug 15 2012, 12:53 am
From: Hack Sparrow <capt...@hacksparrow.com>
Date: Wed, 15 Aug 2012 10:23:34 +0530
Local: Wed, Aug 15 2012 12:53 am
Subject: Re: [nodejs] Re: mongodb client

My personal fav is Mongoskin. Nerver even considered anything else, it
is that good.

- Captain


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »