neuroforgede / nfcompose

Build REST APIs/Integrations in minutes instead of hours - NF Compose is a (data) integration platform that allows developers to define REST APIs in seconds instead of hours. Generated REST APIs are backed by postgres and support automatic consumer webhook notifications on data changes out of the box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement DataSeries migration in the server

s4ke opened this issue · comments

Right now we emulate migrations via the compose_cli. These are not transactional, though and if something goes wrong we leave the dataseries broken and might have to do data recovery in SQL.

It would be great to implement this on the server side (with the same algorithms) instead. Or at least work with the diff objects instead directly (and in a transaction).