[Kamailio-Users] [REQ, $] db_rest (or db_http) module for database access
Alex Balashov
abalashov at evaristesys.com
Tue Jun 23 10:02:07 CEST 2009
Wouldn't it be simpler to write your own middleware daemon / service
that plumbs the manager interface (FIFO or UDP datagram) to a REST
service exposure in an embedded or peripheral HTTP server, instead of
hooking this straight into the Kamailio core?
Konstantin Cherkasov wrote:
> Hello!
>
> Our company seeking for programmer who can create module for flexible database access.
>
> I call it db_rest (or db_http). This module must provide internal database API for other modules like db_auth.
> For access to external data it must use HTTPS-server and use REST-style data access
> (http://en.wikipedia.org/wiki/Representational_State_Transfer).
>
> Instead of making query like "SELECT f1,f2,f3 FROM tableA WHERE f4 = 'somevalue'" it must call
> HTTPS-server like this:
> GET http://hostname/database/tableA&c=f1,f2,f3&k=f4&op=eq&v=somevalue
>
> Server must return delimiter-separated data.
> Similarly (using POST) it must implement support for insert, update and so on.
>
> Of course we would like to see this module inside the main project repository.
>
> If you are interested please contact me for details (requirements, $$).
>
>
--
Alex Balashov
Evariste Systems
Web : http://www.evaristesys.com/
Tel : (+1) (678) 954-0670
Direct : (+1) (678) 954-0671
More information about the sr-users
mailing list