Ha, other developers have told us that we have more documentation than most of the open source projects :)
On Dec 18, 1:24 am, zed <[email protected]> wrote: > hi, all > > when read a simple hypertable access program , i found it`s hard to > understand many functions . Can you tell us which functions? Did you eventually understand them? Did you ask questions here? We also have a #hypertable irc channel on freenode. Feel free to jump in to say hi. > Although, doxygen can be useful, mature project may have detailed docs > with class usage, function behavior, process flow and EXAMPLES.. > Maybe many users/developers(including me) give up using/coding > Hypertable because of it . Hypertable is far from mature. For client development, now that we have ThriftBroker, you can access hypertable in a dozen languages. API doc is embedded in the thrift IDLs (Client.thrift and Hql.thrift). You can get the full syntax and some example for every HQL statement via help <statement> in bin/hypertable or if any language if you figured out the hql_exec/query API. For core hypertable development, please read the bigtable paper for overal architecture and the code for details and ask questions here if somethings are not clear. > Is there any plan of providing a good/detailed doc before v1.0? > Could we devote to making it? Sure, we welcome doc contribution as well! :) __Luke --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Hypertable Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/hypertable-dev?hl=en -~----------~----~----~----~------~----~------~--~---
