Before reading further... Are you looking for great Linux hosting from a company that cares about GNU/Linux? Pick Dreamhost hosting, get a 10% bonus to the disk space (and support Free Software Magazine in the meantime!)

Extending the documentation toolkit

Write a full post in response to this!


I noticed this piece from Johan Andersson on Writing NDBAPI programs—connecting to MySQL Cluster last week, which shows you how to use the NDBAPI—the programming interface to the MySQL Cluster system. By coincidence, we enabled the NDBAPI documentation today. It consists of two elements:

  • The NDB API is an object-oriented application programming interface for the MySQL Cluster. The API provides ACID-compliant transactions, table and row scans that are similar in many ways to SQL cursors, and event handling. It also features object-oriented error-handling facilities.
  • The other API is the MySQL Cluster Management API (MCM API), a programming interface intended to provide administrative services for the cluster, such as starting and stopping Cluster nodes, Cluster logging, backups, and restoration from backups.

Jon Stephens has spent the last three months completely redeveloping the NDBAPI documentation, and he’s been busy and productive (trust me, I’ve been watching the commits!)

Behind the scenes, he’s been using a number of different tools to generate the information that formed the basis of the documentation. For example, the UML diagrams were generated using Umbrello, and much of the core class information and Doxygen to help document the classes and other information.

Both are free software tools, and they fit in with the rest of the free software technology we use to build the documentation. Hopefully you will agree that the results are quite impressive—across NDB and the rest of the manuals—which just goes to show that you don’t need the complexities of proprietary tools like Framemaker, Quark or even lowlier tools like Word to produce great looking documentation.

Write a full post in response to this!

Similar articles

0

Do you like this post?
Vote for it!

Copyright information

This entry is (C) Copyright by its author, 2004-2008. Unless a different license is specified in the entry's body, the following license applies: "Verbatim copying and distribution of this entire article is permitted in any medium without royalty provided this notice is preserved and appropriate attribution information (author, original site, original URL) is included".

Biography

Martin Brown: Martin “MC” Brown is a member of the documentation team at MySQL and freelance writer. He has worked with Microsoft as an Subject Matter Expert (SME), is a featured blogger for ComputerWorld, a founding member of AnswerSquad.com, Technical Director of Foodware.net and, and has written books on topics as diverse as Microsoft Certification, iMacs, and free software programming.