Poll: What Client language?
Apr 27, 2010
What Client language you plan on using to access VoltDB (or which do you wish you could use)?
Let us know.
-Tim
Let us know.
-Tim
Some times we need small but powerful application which run in 24 hours, such as ETL or concentrator. C++ will match for this.
We have PHP & MySQL fever in government and educational institutions. We have numerous students in IT educational institutions and we are building e-government in numerous cities.
-Aris Setyawan
I'd love to see a driver for Google's _awesome_ new programming language, Go (aka "golang"). Interfacing with MongoDB is great (thanks to Gustavo Niemeyer's excellent mgo driver), but some NoSQL restrictions do seem a bit ridiculous (no transactions and nothing vaguely join-like??).
Excluding comments and blank lines, erlvolt.erl -- a VoltDB driver for Erlang (see https://github.com/Eonblast/Erlvolt) -- is only 716 lines long, while the official Python driver is ~800 lines. This is promising. Perhaps writing a VoltDB driver isn't as tricky as I'd assumed?