Skip to content

Load markdown containing Jira data into Neo4j database

Notifications You must be signed in to change notification settings

bartler/neo4j-md-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

neo4j-md-loader

Simple crufty parser for issues list in markdown; nodejs typescript express api

Pre-requisites

nodejs and yarn

How to run

Install deps

yarn install

Replace hard-coded cruft

Put the markdown file containing issues in top level folder.

src/issuesDb.ts line 8 replace neo4j and password with correct credentials for your database

src/routes.ts line 20 replace issues.mdx with the name of your markdown file line 28 replace database name ('test') with name of your database

Start in dev mode

yarn start:dev

Run the parser

curl localhost:4444/parseIssues

This will parse the issues file and load the issues into the specified Neo4j database.

Todo

  • Database connection details are hard coded, also database name.
  • Proper organization of code and add model classes/interfaces

About

Load markdown containing Jira data into Neo4j database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%