Subject | Re: NoSQL access to firebird database |
---|---|
Author | mariuz |
Post date | 2012-12-28T09:36:43Z |
--- In firebird-support@yahoogroups.com, "alex_evr" <alex_evr@...> wrote:
The protocol can be implemented for example in nodejs/python and it could work over standard firebird sql
https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/blob/master/docs-en/protocol.en.txt
For a node/C++ plugin that can access raw firebird tables without parsing the sql it is worth a
Firebird-devel discussion
>I looked just a bit at the protocol and at the source code
> Is there any solution (or are there any works on such solution) that allows NoSQL access to FireBird database? (Something like HandlerSocket plugin for MySQL).
>
> We'd like to port to FireBird large legacy application that has a significant part of database access functions implemented in NoSQL-like way so such functionality would be rather useful (both form the point of speed and decreased complexity of porting).
The protocol can be implemented for example in nodejs/python and it could work over standard firebird sql
https://github.com/ahiguti/HandlerSocket-Plugin-for-MySQL/blob/master/docs-en/protocol.en.txt
For a node/C++ plugin that can access raw firebird tables without parsing the sql it is worth a
Firebird-devel discussion