Just some understanding questions:
The database backend can be PostgreSQL only (important)
Can there be something like react-flow integrated or it is already existing for easy flow generation?
Also a REST API can be created as far as I understood?
first I have to say Frappe is one of the most advanced things I have ever seen.
I want to build something like https://open-metadata.org/ - ingesting metadata with openlineage.org. The workflow builder solves a lot of things but for the data ingestions I have to build a special api and save it in the database. Postgresql is a must because of a graph database extension.
This would not be workflows but like data points with columns on the UI and connected together based on the api ingestion or manually editing in the UI.
I used postgres db for one of website development but workflow can’t be utilised it showing some error saying already a session exist while saving after refreshing I couldn’t able to edit as screen gets blanked. Could u tell me any alternative solution to utilise the workflow I can’t use mariadb as org insist to use postgres.