Create a Python service wrapper around the registry database.
The service should have native python functions that can be imported by other python projects. The service should also have stubs (no need to implement yet) for a JSON based RESTful interface to the documents.
Each document type should have the ability to created, read, listed, updated and deleted through the API.
Create a Python service wrapper around the registry database. The service should have native python functions that can be imported by other python projects. The service should also have stubs (no need to implement yet) for a JSON based RESTful interface to the documents.
Each document type should have the ability to created, read, listed, updated and deleted through the API.
Each endpoint must be documented and tested.