librelist archives

« back to archive

[ANN] Flask-MongoKit

[ANN] Flask-MongoKit

From:
Christoph Heer
Date:
2011-08-21 @ 15:46
Hello,

I wrote a little Flask extension to add a better support of MongoKit
inside a Flask application. For example it takes care about to connect
and disconnect before and after a request. Also it integrates a
converter for the REST routing system of Flask which convert an
mongodb object id from a URL into a bson.ObjectId instance.
I hope that this extension can help people who want to use MongoKit
inside of Flask. If you found bugs or have feature requests than you
are welcome to open an issue on my bitbucket repository
(http://bitbucket.org/Jarus/flask-mongokit/).

Best regards
Christoph

Re: [flask] [ANN] Flask-MongoKit

From:
Dag Odenhall
Date:
2011-08-23 @ 20:50
On Sun, 2011-08-21 at 17:46 +0200, Christoph Heer wrote:
> Hello,
> 
> I wrote a little Flask extension to add a better support of MongoKit
> inside a Flask application. For example it takes care about to connect
> and disconnect before and after a request. Also it integrates a
> converter for the REST routing system of Flask which convert an
> mongodb object id from a URL into a bson.ObjectId instance.
> I hope that this extension can help people who want to use MongoKit
> inside of Flask. If you found bugs or have feature requests than you
> are welcome to open an issue on my bitbucket repository
> (http://bitbucket.org/Jarus/flask-mongokit/).
> 
> Best regards
> Christoph

The way I've understood pymongo is it manages connections for you with a
thread-safe pool, so hooking that to requests might just hurt
performance / work around conventional usage.

Re: [flask] [ANN] Flask-MongoKit

From:
Jackie Lee
Date:
2011-08-22 @ 09:41
Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
find it in wikipedia, or there is too many other meanings...

Thanks

On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
<christoph.heer@googlemail.com> wrote:
> Hello,
>
> I wrote a little Flask extension to add a better support of MongoKit
> inside a Flask application. For example it takes care about to connect
> and disconnect before and after a request. Also it integrates a
> converter for the REST routing system of Flask which convert an
> mongodb object id from a URL into a bson.ObjectId instance.
> I hope that this extension can help people who want to use MongoKit
> inside of Flask. If you found bugs or have feature requests than you
> are welcome to open an issue on my bitbucket repository
> (http://bitbucket.org/Jarus/flask-mongokit/).
>
> Best regards
> Christoph
>



-- 
Jackie

Re: [flask] [ANN] Flask-MongoKit

From:
Amirouche Boubekki
Date:
2011-08-22 @ 10:09
ANN is for announcement

regards,

Amirouche

2011/8/22 Jackie Lee <jackie.space@gmail.com>

> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
> find it in wikipedia, or there is too many other meanings...
>
> Thanks
>
> On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
> <christoph.heer@googlemail.com> wrote:
> > Hello,
> >
> > I wrote a little Flask extension to add a better support of MongoKit
> > inside a Flask application. For example it takes care about to connect
> > and disconnect before and after a request. Also it integrates a
> > converter for the REST routing system of Flask which convert an
> > mongodb object id from a URL into a bson.ObjectId instance.
> > I hope that this extension can help people who want to use MongoKit
> > inside of Flask. If you found bugs or have feature requests than you
> > are welcome to open an issue on my bitbucket repository
> > (http://bitbucket.org/Jarus/flask-mongokit/).
> >
> > Best regards
> > Christoph
> >
>
>
>
> --
> Jackie
>

Re: [flask] [ANN] Flask-MongoKit

From:
Christoph Heer
Date:
2011-08-22 @ 16:46
Yes I used ANN as short for "announcement".

Christoph

2011/8/22 Amirouche Boubekki <amirouche.boubekki@gmail.com>:
> ANN is for announcement
>
> regards,
>
> Amirouche
>
> 2011/8/22 Jackie Lee <jackie.space@gmail.com>
>>
>> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
>> find it in wikipedia, or there is too many other meanings...
>>
>> Thanks
>>
>> On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
>> <christoph.heer@googlemail.com> wrote:
>> > Hello,
>> >
>> > I wrote a little Flask extension to add a better support of MongoKit
>> > inside a Flask application. For example it takes care about to connect
>> > and disconnect before and after a request. Also it integrates a
>> > converter for the REST routing system of Flask which convert an
>> > mongodb object id from a URL into a bson.ObjectId instance.
>> > I hope that this extension can help people who want to use MongoKit
>> > inside of Flask. If you found bugs or have feature requests than you
>> > are welcome to open an issue on my bitbucket repository
>> > (http://bitbucket.org/Jarus/flask-mongokit/).
>> >
>> > Best regards
>> > Christoph
>> >
>>
>>
>>
>> --
>> Jackie
>
>

Re: [flask] [ANN] Flask-MongoKit

From:
Max Countryman
Date:
2011-08-22 @ 10:08
ANN means Announcement. 

Sent from my iPhone

On Aug 22, 2011, at 5:41, Jackie Lee <jackie.space@gmail.com> wrote:

> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
> find it in wikipedia, or there is too many other meanings...
> 
> Thanks
> 
> On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
> <christoph.heer@googlemail.com> wrote:
>> Hello,
>> 
>> I wrote a little Flask extension to add a better support of MongoKit
>> inside a Flask application. For example it takes care about to connect
>> and disconnect before and after a request. Also it integrates a
>> converter for the REST routing system of Flask which convert an
>> mongodb object id from a URL into a bson.ObjectId instance.
>> I hope that this extension can help people who want to use MongoKit
>> inside of Flask. If you found bugs or have feature requests than you
>> are welcome to open an issue on my bitbucket repository
>> (http://bitbucket.org/Jarus/flask-mongokit/).
>> 
>> Best regards
>> Christoph
>> 
> 
> 
> 
> -- 
> Jackie

Re: [flask] [ANN] Flask-MongoKit

From:
Simon Sapin
Date:
2011-08-22 @ 09:52
 On Mon, 22 Aug 2011 10:41:07 +0100, Jackie Lee wrote:
> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I 
> can't
> find it in wikipedia, or there is too many other meanings...
>
> Thanks

 Hi,

 It’s short for "announcement". The things announced here are mostly 
 software releases.

 Regards,

Re: [flask] [ANN] Flask-MongoKit

From:
Jesaja Everling
Date:
2011-08-22 @ 09:53
I always interpreted it as "Announcement", but I'm just guessing myself. ;)

Best Regards,

Jesaja Everling


On Mon, Aug 22, 2011 at 11:41 AM, Jackie Lee <jackie.space@gmail.com> wrote:
> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
> find it in wikipedia, or there is too many other meanings...
>
> Thanks
>
> On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
> <christoph.heer@googlemail.com> wrote:
>> Hello,
>>
>> I wrote a little Flask extension to add a better support of MongoKit
>> inside a Flask application. For example it takes care about to connect
>> and disconnect before and after a request. Also it integrates a
>> converter for the REST routing system of Flask which convert an
>> mongodb object id from a URL into a bson.ObjectId instance.
>> I hope that this extension can help people who want to use MongoKit
>> inside of Flask. If you found bugs or have feature requests than you
>> are welcome to open an issue on my bitbucket repository
>> (http://bitbucket.org/Jarus/flask-mongokit/).
>>
>> Best regards
>> Christoph
>>
>
>
>
> --
> Jackie
>

Re: [flask] [ANN] Flask-MongoKit

From:
anh le
Date:
2011-08-22 @ 09:55
On Mon, Aug 22, 2011 at 4:41 PM, Jackie Lee <jackie.space@gmail.com> wrote:
> Pardon me if I sound like a fool, but what doesn't `ANN` mean? I can't
> find it in wikipedia, or there is too many other meanings...

I think that's announcements

>
> Thanks
>
> On Sun, Aug 21, 2011 at 4:46 PM, Christoph Heer
> <christoph.heer@googlemail.com> wrote:
>> Hello,
>>
>> I wrote a little Flask extension to add a better support of MongoKit
>> inside a Flask application. For example it takes care about to connect
>> and disconnect before and after a request. Also it integrates a
>> converter for the REST routing system of Flask which convert an
>> mongodb object id from a URL into a bson.ObjectId instance.
>> I hope that this extension can help people who want to use MongoKit
>> inside of Flask. If you found bugs or have feature requests than you
>> are welcome to open an issue on my bitbucket repository
>> (http://bitbucket.org/Jarus/flask-mongokit/).
>>
>> Best regards
>> Christoph
>>
>
>
>
> --
> Jackie
>