Open frbattid opened 8 years ago
Once this issue has been implemented, this could be achieved by adding a 5th data model: dm-none
FYI: The issue https://github.com/telefonicaid/fiware-cygnus/issues/659 that you are refering has already been implemented.
This is related with a problem with MongoDB when multiple databases start to grow. A solution would be to use a single DB for all the services. The service would be prefixing the collection names.
A side effect regading this change is there is no per-service secured "user space", since MongoDB allows per-DB access control but not per-collection.