And anybody else got topic ideas for future months? I'd like to
have a bit of a plan so that we can advertise a bit better.
--Mark
I'm sorry, but I won't be able to give the presentation tomorrow
night. I'm home sick with a cold or flu. I'm getting better but I
don't think it's a good idea for me to drive to AA tomorrow evening
and give a talk.
Can we tentatively aim for January (Zach will present in December)?
Sorry for the late notice!
In case you missed it, defunkt posted this gist:
http://gist.github.com/225369
Might be helpful.
--
# Curt Micol
Oh for sure, just wanted to pass that along for the hack session. Wish
I could make it out.
Good luck, I look forward to seeing what materializes.
--
# Curt Micol
Oh for sure, just wanted to pass that along for the hack session. Wish
On Wed, Nov 4, 2009 at 4:08 PM, Kevin Dangoor <dan...@gmail.com> wrote:
> Heh. That's the easy part. The harder part, I think, is running Python jobs.
>
> Kevin
I could make it out.
Hmm,
Not that I object to BERT
I wonder how much this gets you over BSON (as used by mongodb)?
Both allow binary data, have more data types than json, and have fast
serializes, but it looks like right now there are more BSON bindings
in more languages...
> 2. Start a Python port of Resque, or at least see about interfacing Resque
> with Python code:
>
> http://github.com/blog/542-introducing-resque
RabbitMQ seems to fill this need in some ways, and is clusterable, and
bus/based rather than polling based. I'm not exactly clear where it
didn't work for them, but it does have some limitations. It does not
have a shiny web interface to tell you how full the queue is, but you
can get that information off of the command line.... And it's not
going to provide quite as much data as resque does.
I am interested in the use of redis as the backend for a queue, and
i'm sure there are some cases where resque is more suitable, I just
haven't quite gotten it yet.
--Mark
I wonder how much this gets you over BSON (as used by mongodb)?
> I'm going to propose two possible hack sessions, if people are game:
>
> 1. Work on the Python support for BERT-RPC: http://bert-rpc.org/
Both allow binary data, have more data types than json, and have fast
serializes, but it looks like right now there are more BSON bindings
in more languages...
> 2. Start a Python port of Resque, or at least see about interfacing ResqueRabbitMQ seems to fill this need in some ways, and is clusterable, and
> with Python code:
>
> http://github.com/blog/542-introducing-resque
bus/based rather than polling based. I'm not exactly clear where it
didn't work for them, but it does have some limitations. It does not
have a shiny web interface to tell you how full the queue is, but you
can get that information off of the command line.... And it's not
going to provide quite as much data as resque does.
I am interested in the use of redis as the backend for a queue, and
i'm sure there are some cases where resque is more suitable, I just
haven't quite gotten it yet.
I'm not in Michigan, but felt I had a need to respond to this.
> >> > 2. Start a Python port of Resque, or at least see about interfacing
> >> > Resque
> >> > with Python code:
There's already a work queue implementation for python called Celery:
http://ask.github.com/celery
It recently gained support for using Redis as the message backend as
well:
http://ask.github.com/celery/tutorials/otherqueues.html