Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

DBD driver for Apache Ignite

14 views
Skip to first unread message

Keith Gossage

unread,
Feb 17, 2022, 3:45:03 PM2/17/22
to dbi-...@perl.org
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

0 new messages