Subject Re: NoSQL access to firebird database
Author mariuz
--- In firebird-support@yahoogroups.com, "alex_evr" <alex_evr@...> wrote:
>
> 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).


I looked just a bit at the protocol and at the source code
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