A flow diagram editor to describe cross border data transfer.
- With reactflow, describe your project data flow as nodes and edges
- Automatically color edges that represent cross border data transfer
- Auto layout nodes or manualy align nodes
- Copy and Paste nodes
- Download flow image in PNG/SVG format and export projects in JSON format
git clone https://github.com/jitte/datamapping.git
cd datamapping
npm install
- Start server
npm run dev
- Open http://localhost:5173/ from your browser