The neoprene data model has gone off course as too much functionality is trying to be delivered in one repository (event nodes, roles etc.). These should be implemented as plugins.
This would require a query repository to build queries. We could implement today with multiple http requests (using transactions to ensure that all or none go through) but it would require multiple http requests which would be inefficient.
A plugin system similar to mongoose would be perfect.
The neoprene data model has gone off course as too much functionality is trying to be delivered in one repository (event nodes, roles etc.). These should be implemented as plugins.
This would require a query repository to build queries. We could implement today with multiple http requests (using transactions to ensure that all or none go through) but it would require multiple http requests which would be inefficient.
A plugin system similar to mongoose would be perfect.