bpmn2neo4j
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i bpmn2neo4j

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

27.6 kB

Total Files

10

Last publish

Collaborators

  • kd83