You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* very basic skelton for usecase1
* develop and test basic functionality to insert json to mongo db and retrieve by id
* remove @classmethod
* test and dev add attribute
* dev and test save model
* added two placeholder savemodel methods
* make mongo service more genral
* moved mongo servcie to separate file
* dev and test saved_ids
* restore model
* typo
* fix test
* extract mongo id helper
* save matehod with pickle and code zipped
* save and restore working
* save and restore all test running
* equals -> equal
* script to build mmlib in docker container
* script to build mmlib in docker container
* added documentation: build with docker
* fix probe example
* added section on repo content
* documented examples
* documented examples
* added comment for model
* use python warning istead of custom method
* updated requirements
* added autor email
* updated setup.py
* restructuring
* added comments to save.py
* introduced abstract classes for Save and Recover Service
* adjusted comments
* added types for helper
* added types for public methods from model_equal and probe
* updated Readme
* updated Readme
* fixed str vs ObjectIds
* include util in library
* refactoring of equal methods
* added TODOs to use protocols
* simple version of use model
* readme adjustments
* rename ProbeTest -> SaveTest
0 commit comments