🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

bpmn-to-neo4j

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

bpmn-to-neo4j

Converts BPMN diagram to Neo4j nodes and relations

unpublished
latest
Source
npmnpm
Version
1.0.9
Version published
Maintainers
1
Created
Source

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

Keywords

bpmn

FAQs

Package last updated on 28 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts