Right-click to add new nodes.
npm install
npm run build
Serve index.html
with a local server. For instance via npx http-server
, python3 -m http.server
or a built-in server of your IDE.
- Backend can be switched out: in-browser session (default), remote triplestore, local java server, etc.
- Export/import flow graph as Turtle file, maybe in line with RDF Connect
- Export an entire ready-to-execute implementation in different programming languages based on the flow graph
- ... your idea?