Changes in MongoTalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Changes in MongoTalk

fstephany
I've introduced the notion of limit to the MongoTalk driver (see the
MongoTalk repo).

If someone (Nico, Esteban?) could have a look at the changes it would be
great. The test case is overly simplistic but it should illustrate the
point.

Next on my list: numberToSkip[1]. With "limit" and "numberToSkip", we
should be able to have something like pagination easily.


Please stop me if none of these changes makes sense ;)


[1]
http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol#MongoWireProtocol-OPQUERY

Reply | Threaded
Open this post in threaded view
|

Re: Changes in MongoTalk

Nicolas Petton

Looks cool Francois! I'll have a deeper look tomorrow.

Nico

--
On Sat, 22 Sep 2012 18:16:26 -0700, Francois Stephany <[hidden email]> wrote:

> I've introduced the notion of limit to the MongoTalk driver (see the
> MongoTalk repo).
>
> If someone (Nico, Esteban?) could have a look at the changes it would be
> great. The test case is overly simplistic but it should illustrate the
> point.
>
> Next on my list: numberToSkip[1]. With "limit" and "numberToSkip", we
> should be able to have something like pagination easily.
>
>
> Please stop me if none of these changes makes sense ;)
>
>
> [1]
> http://www.mongodb.org/display/DOCS/Mongo+Wire+Protocol#MongoWireProtocol-OPQUERY
>

--
Nicolas Petton
http://nicolas-petton.fr

Reply | Threaded
Open this post in threaded view
|

Re: Changes in MongoTalk

fstephany
In reply to this post by fstephany

> Next on my list: numberToSkip[1]. With "limit" and "numberToSkip", we
> should be able to have something like pagination easily.

Done.
Once again, stop me if I'm doing stupid stuff :p

Is there a dedicated place to talk about Mongo/Voyage? I feel like I'm
polluting the pharo ML...

Reply | Threaded
Open this post in threaded view
|

Re: Changes in MongoTalk

Stéphane Ducasse
if the volume gets annoying we will tell you.
for now talk here :)


On Sep 24, 2012, at 8:17 AM, Francois Stephany wrote:

>
>> Next on my list: numberToSkip[1]. With "limit" and "numberToSkip", we
>> should be able to have something like pagination easily.
>
> Done.
> Once again, stop me if I'm doing stupid stuff :p
>
> Is there a dedicated place to talk about Mongo/Voyage? I feel like I'm polluting the pharo ML...
>