After a discussion with my colleague Stephane Varoqui we decided
to see how Gearman and the NDBAPI could be used together. The result of the
POC was a Gearman worker and a couple of clients (clients and
workers use Google Protocol Buffers as the protocol). The
worker can:
- set/get/delete records on a single table in MySQL Cluster using the primary key
- set/get/delete "any" type. It is not possible to dynamically
add types but this is done at compile time.
- supports the following SQL data types:
(UNSIGNED) INTEGER, (UNSIGNED) BIGINT, CHAR, VARCHAR/VARBINARY
- supports the following Google Protocol Buffer …