DOME-4-0 / Tools-and-Services

This repository is to help with planning and prioritisation of tasks in WP2
0 stars 0 forks source link

RDF database access restricted for mutable operations #69

Open n-vc opened 2 years ago

n-vc commented 2 years ago

mutable operations (e.g. create, delete, update) are dangerous and the risk should be hedged. Ideally only one service should write to the database or a very restricted few.

This mutable/immutable separation is the basis of the CQRS pattern.