/cypher-lab

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.

neo4j browser screenshot

Development setup

  1. Clone this repo
  2. Install yarn globally (not required but recommended): npm install -g yarn
  3. 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