Apache Mnemonic - A non-volatile hybrid memory storage oriented library

Clone this repo:
  1. 180f8e5 Merge pull request #384 from katarinaking/824 by Katarina · 4 days ago master
  2. 0b82f69 MNEMONIC-824: Refactored TransformFunction by Katarina · 4 days ago
  3. 04c08f2 Merge pull request #383 from katarinaking/823 by Katarina · 11 days ago
  4. 8b375c4 MNEMONIC-823: Refactored Durable Output by Katarina · 11 days ago
  5. 8e80a77 Merge pull request #382 from katarinaking/822 by Katarina · 3 weeks ago

================================

Mnemonic Official Website

CI

Apache Mnemonic is a non-volatile hybrid memory storage oriented library, it proposed a non-volatile/durable Java object model and durable computing service that bring several advantages to significantly improve the performance of massive real-time data processing/analytics. developers are able to use this library to design their cache-less and SerDe-less high performance applications.

Features:

  • In-place data storage on local non-volatile memory
  • Durable Object Model (DOM)
  • Durable Native Computing Model (DNCM)
  • Object graphs lazy loading & sharing
  • Auto-reclaim memory resources and Mnemonic objects
  • Hierarchical cache pool for massive data caching
  • Extensible memory services for new device adoption and allocation optimization
  • Durable data structure collection(WIP)
  • Durable computing service
  • Minimize memory footprint of on-heap
  • Reduce GC Overheads as the following chart shown (collected from Apache Spark experiments)
  • Drop-in Hadoop MapReduce support
  • Drop-in Hadoop Spark support