I put together a simple abstraction layer for Accumulo that makes it easier to read and write Java objects to Accumulo key and value fields. The data written to Accumulo sort correctly lexicographically.
I put the code on github and would like some feedback on the design and whether it should be included with Accumulo. https://github.com/keith-turner/typo Its still a little rough and I need to add encoder for all of the primitive types. Keith
