Saturday, 31 May 2014

Big Sack download

Big Sack

Big Sack Description
Big Sack is a Java persistence mechanism that allows storage of key value pairs following the popular Big Data paradigms. Its a very simple and straightforward way to bridge the gap between in-memory data structures and long-term storage. It has the convenience of Java SDK TreeMap and TreeSet classes and is used the same easy way, but it includes rollback through undo logging to checkpoint data so it does not wind up in an unknown state regardless of failures. Data storage in the exabyte range is possible using filesystem and/or memory-mapped IO. Three levels of configurable write-through caching at different granularities ensure performance.
Big Sack Features
  • Java persistence mechanism that provides TreeSet and TreeMap functionality
  • Small footprint and exabyte object serialization capability
  • Undo logging
  • Tunable cache
  • Paged BTree index
  • Fully thread safe

  • Download:Click Here

    0 Comments:

    Post a Comment

    Subscribe to Post Comments [Atom]

    << Home