NdbBindings
[edit] NDB/Bindings
[edit] About NDB/Bindings
NDB/Bindings is a project concerned with providing wrappers to the C++ NDBAPI. These connectors aim to allow low-level programmatic access to MySQL Cluster, also know as NDB, from various programming languages. Hopefully, once the doors are opened to the NDBAPI for people outside of the C++ world, many new and exciting ideas might emerge.
Currently, the following languages are supported:
* Python * Perl * C#/Mono * Java * Ruby * Lua
The Java code superseeds and includes NDB/J. Subsequent development on NDB/J is housed within this project.
Project development is managed at
http://launchpad.net/ndb-bindings
If you'd like to make contributions to the project, you'll need to sign the MySQL Code Contributor License Agreement. There is a clickthrough version at:
http://forge.mysql.com/contribute/contributor-agreement.php
Checkin privileges are managed through the ndb-bindings team. If you'd like to be able to check code in directly, join the team at:
http://launchpad.net/~ndb-bindings
Of course, if we don't know you, it might take a little proving first.
Instructions on getting started with the development flow can be found at NdbBindings:Develop
Javadocs for the NDB/J Java Bindings can be found at