1.0.9 • Published 7 months ago

bpmn-to-neo4j v1.0.9

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

BPMN diagram to Neo4j conversion utility

helps in conversion of bpmn diagram to neo4j nodes and relations

Usage instructions

Step 1: Install package

npm install bpmn-to-neo4j

Step 2: Import in your code by providing the parameters

Download a sample digram.bpmn file here

import main from 'bpmn-to-neo4j'

// diagram.bpmn file path --> path to bpmn diagram stored in xml format

const fileUrl = './diagram.bpmn';    // if it is in current directory

main(fileUrl, '<neo4j-connection-string>', '<neo4j-username>', '<neo4j-password>');

Step 3: Make sure neo4j is active in background and run the file

node index.js
1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago