Wiki

Clone wiki

ieeg / ClientMongoDB

Client MongoDB

The MongoDB schema for the client side cache is defined in edu.upenn.cis.db.mefview.services.MEFBlock. This is the entity class too.

The class that is responsible for getting and putting MEFBlocks is edu.upenn.cis.db.mefview.services.DataGetter. That's also where the indexes are defined.

Updated