http://www.usna.edu/Users/cs/adina/research/Rya_CloudI2012.pdf is another link for the Rya PDF file.
On Fri, Dec 21, 2012 at 5:08 PM, William Slacum <[email protected]> wrote: > Rya is a triple store backed by Accumulo: > http://www.deepdyve.com/lp/association-for-computing-machinery/rya-a-scalable-rdf-triple-store-for-the-clouds-7Xh905FY0y > > > On Fri, Dec 21, 2012 at 2:01 PM, Keith Turner <[email protected]> wrote: >> >> Take a look at the Typo Lexicoders. A Lexicoder serializes data >> such that the serialized form sort correctly lexicographically. Typo >> has Long, ULong, Double, & BigInteger Lexicoders. >> >> >> https://github.com/keith-turner/typo/tree/master/src/main/java/org/apache/accumulo/typo/encoders >> >> Keith >> >> On Fri, Dec 21, 2012 at 4:23 PM, Kevin Pauli <[email protected]> wrote: >> > What is the recommended way of storing numeric data in Accumulo? It >> > looks >> > like Mutation.put takes only a CharSequence or a Value, and a Value can >> > only >> > take a byte[]. >> > >> > -- >> > Regards, >> > Kevin Pauli > >
