[erlang-questions] sqlapi: library to connect to your erlang server via SQL

Heinz N. Gies heinz@REDACTED
Sun Mar 18 00:11:05 CET 2018


That’s pretty cool stuff!

> On 17. Mar 2018, at 20:02, Max Lapshin <max.lapshin@REDACTED> wrote:
> 
> This is not about mysql _server_.
> 
> Look, we write a video streaming server flussonic.  It has some running video streams inside and connected users that are watching live stream.
> 
> It is possible to connect to flussonic with mysql command line tool or from PHP and run sql query:  "SELECT * FROM streams"
> 
> sqlapi parses this request and sends it to function   my_cluster:select/3 that  collects from ets all information about streams and
> sends this reply back.
> 
> PHP thinks that there is mysql server, but there is no mysql server.  All data is sent from RAM from ets tables.
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180318/dd94e4b4/attachment.bin>


More information about the erlang-questions mailing list