I want to use n8n to build and query a Knowledge Graph on Ultipa Graph DB. The flow should:
-
authenticate to Ultipa’s RESTful API proxy,
-
run UQL queries (reads + writes), and
-
bulk-insert nodes/edges from JSON events (or CSV) coming from other n8n nodes.
Thanks Rinaldo