Re: [PATCH] MongoDB DLR support
Alexander Malysh <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Roman,
after quick review:
1) please fix copyright, see other kannel files
2) please implement authentication for mongo DB if supported or remove it
3) please implement mongodb_select/mongodb_update and use it in dlr_mongodb.c
These functions used as abstraction layer so that we don't need to pass mondodb specific
things to dlr_mongodb.c except specific SQL.
Thanks,
Alexander Malysh
Am 04.04.2011 um 11:33 schrieb Roman Shterenzon:
> Good day,
>
> I've added support for using MongoDB document database for DLR storage.
> I wouldn't call this production grade, but rather tag it as a "works for me" or "experimental".
>
> The code is hosted on github:
> https://github.com/romanbsd/kannel-mongodb
>
>
> Your feedback is appreciated!
>
> --Roman<kannel-mongodb.patch>