1.0.2 • Published 1 month ago

bpmn2neo4j v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month 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 bpmn2neo4j

Step 2: Import in your code by providing the parameters

Download a sample digram.bpmn file here

import xmlToNeo4j from 'bpmn2neo4j'

// provide the bpmn diagram as input from *.bpmn file

const xml = '<xml>...</xml>';    // xml as string

const neo4jData = xmlToNeo4j(xml, '<neo4j-connection-string>', '<neo4j-username>', '<neo4j-password>');

Note: Make sure neo4j is active in background.

1.0.2

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago