Skip to content
João Sousa edited this page May 3, 2017 · 6 revisions

Simple Mongo Object Framework (SMOF) is an ORM built in Java for MongoDB. Smof relieves the burden of dealing with object serialization and deserialization, as well as managing such objects in a data store. Furthermore, in order to achieve optimal performance, Smof caches objects through the Guava cache and uses ByteBuddy to lazy load objects from the database. Unlike other MongoDB ORMs, Smof is able to deal with complex object hierarchy schemas.

To get started with Smof:

1 Check the pre-requisites section on how to install the dependencies of this project; 2 Check the getting started section for a quick tour around this project;

This wiki is a work in progress

Table of Contents

Clone this wiki locally