I'm new to lua but familiar with Java and PHP. I'm interested in
developing mongodb driver for prosody. I've gone through the docs and
prosody-modules, give me some hints where to start. I've seen the
couchdb driver as well. Still didnt get a clue.
Thanks in advance.
Sunny
You may have missed the mod_storage_mongodb that was added to
prosody-modules just this week:
http://code.google.com/p/prosody-modules/wiki/mod_storage_mongodb
http://prosody-modules.googlecode.com/hg/mod_storage_mongodb/mod_storage_mongodb.lua
It's early days, and some issues are still being worked out, but
you're welcome to help with development and testing :)
Regards,
Matthew
It's
Thanks for the links and update. I'll go through it. I'm willing to
contribute, learning lua is easy.
Sunny
On Dec 18, 1:45 am, Matthew Wild <mwi...@gmail.com> wrote:
> Hi Sunny,
>
> On 17 December 2011 20:28, Sunny <sandeep...@gmail.com> wrote:
>
> > Hi,
>
> > I'm new to lua but familiar with Java and PHP. I'm interested in
> > developing mongodb driver for prosody. I've gone through the docs and
> > prosody-modules, give me some hints where to start. I've seen the
> > couchdb driver as well. Still didnt get a clue.
>
> You may have missed the mod_storage_mongodb that was added to
> prosody-modules just this week:
>
> http://code.google.com/p/prosody-modules/wiki/mod_storage_mongodb
> http://prosody-modules.googlecode.com/hg/mod_storage_mongodb/mod_stor...