Hi everyone, we're storing data in Fuseki as a persistence for our application backend, the data is structured according to the application logic. Whenever something changes in our application logic, we have to do a database migration, so that the data conforms to the updated model. Our current solution to that is very home-spun, not exactly stable and comes with a lot of downtime, so we try to avoid it whenever possible.
I'm now looking into how this could be improved in the future. My double question is: 1) is there any tooling I missed, to help with this process? (In SQL world for example, there are out of the box solutions for that.) 2) and if not, more broadly, does anyone have any hints on how I could best go about this? Thanks in advance! Balduin
