Re: [SR-Users] voltdb support

2020-12-14 Thread Alex Balashov
#idm55 -- Alex On 12/14/20 3:35 PM, Ali Taher wrote: What do you recommend using : http sync or async client modules? -Original Message- From: sr-users On Behalf Of Alex Balashov Sent: Monday, December 14, 2020 10:31 PM To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] voltdb

Re: [SR-Users] voltdb support

2020-12-14 Thread Ali Taher
What do you recommend using : http sync or async client modules? -Original Message- From: sr-users On Behalf Of Alex Balashov Sent: Monday, December 14, 2020 10:31 PM To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] voltdb support On 12/14/20 3:28 PM, Ali Taher wrote: > Wha

Re: [SR-Users] voltdb support

2020-12-14 Thread Alex Balashov
On 12/14/20 3:28 PM, Ali Taher wrote: What I need is to fetch routing from VoltDB and send it back to switch using 3xx response. So I think the API solution is the best approach here. Thanks for all this useful info. > If Kamailio is sending the 3xx response, then it sounds like using the

Re: [SR-Users] voltdb support

2020-12-14 Thread Ali Taher
To: sr-users@lists.kamailio.org Subject: Re: [SR-Users] voltdb support You'd have to devise some sort of API or use something that Kamailio can talk to, unless you're inclined to write a custom module that uses a library[1]. Otherwise, the usual integration paths are available, e.g. 1) You could put

Re: [SR-Users] voltdb support

2020-12-14 Thread Alex Balashov
A colleague clued me into the fact that VoltDB has a native HTTP / JSON interface, so you might not need any middleware to talk to it using the Kamailio HTTP modules: https://docs.voltdb.com/UsingVoltDB/ProgLangJson.php But again, it depends on what exactly you're trying to do. It won't

Re: [SR-Users] voltdb support

2020-12-14 Thread Alex Balashov
You'd have to devise some sort of API or use something that Kamailio can talk to, unless you're inclined to write a custom module that uses a library[1]. Otherwise, the usual integration paths are available, e.g. 1) You could put a REST API server in front of VoltDB and use:

Re: [SR-Users] voltdb support

2020-12-14 Thread Ali Taher
Hi Alex, Thanks for your answer. How to proceed to let Kamailio talk manually to VoltDB ? Regards, Ali Taher From: sr-users On Behalf Of Alex Balashov Sent: Monday, December 14, 2020 6:38 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] voltdb support Is VoltDB’s wire

Re: [SR-Users] voltdb support

2020-12-14 Thread Alex Balashov
Is VoltDB’s wire protocol binary-compatible with Postgres, MySQL, Oracle, or anything reachable via UnixODBC? From what I understand, no. So, you can’t use SQL-native modules to talk to it. You can, of course, get Kamailio to talk to it “manually” for select purposes. — Sent from mobile, with

[SR-Users] voltdb support

2020-12-14 Thread Ali Taher
Hello, I just need to know if kamailio can communicate with Voltdb for sqlops operations for example. Regards, Ali Taher ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users