BigConnect Cypher Lab
BigConnect Cypher Lab is the general purpose user interface for working with Cypher queries. Query and visualize the database with modern and easy-to-use tools.
Development setup
- Clone this repo
- Install yarn globally (not required but recommended):
npm install -g yarn
- Install project dependencies:
yarn
Development server
yarn start
and point your web browser to http://localhost:8080
.
Devtools
Download these two chrome extensions:
Production build
yarn build yarn prepare-jar mvn clean install