so i finally got back around to playing with creating perl bindings
for the ndb api, the results of which are here:
http://neces.com/tmp/MySQL-Ndb-0.03.tar.gz
it's really only a proof of concept at this point. you can connect,
insert, select, update, and delete data with a simple table (integer
columns.) it's for the most part an end-to-end (complete-ish) solution
for a very narrow swath of the api. i envision the ability to do some
pretty cool automagical stuff (think tied hash) that would make
working with a ndb cluster nearly trivial from perl.
i wanted to judge interest and solicit feedback before i put too much
more effort in to it. if you have or foresee a use for them let me
know.
later,