I've been working on a DBD driver for Apache Ignite that interfaces
ultimately via Ignite's binary protocol interface. Wanted to make sure
no driver is already in the works.

I know one could use the ODBC or JDBC packages, but that requires
support on Ignite server side, which some DBAs might not allow. Also at
least for JDBC the proxy running.

What I was planning was DBD::Ignite -> Ignite::Client -> Ignite server
(binary protocol that should be enabled by default). Kind of like
Cassandra (DBD::Cassandra -> Cassandra::Client).

My pure perl prototype uses prefix "ign_". I know it's close to the
"ing_" (Ingres) one and hence could change to like "ignite_" if requested.


--
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus

Reply via email to