BigConnect - Cypher Lab

Cypher client

License

License

GroupId

GroupId

io.bigconnect
ArtifactId

ArtifactId

cypher-lab
Last Version

Last Version

4.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

BigConnect - Cypher Lab
Cypher client
Source Code Management

Source Code Management

https://github.com/bigconnect/cypher-lab

Download cypher-lab

How to add to project

<!-- https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/ -->
<dependency>
    <groupId>io.bigconnect</groupId>
    <artifactId>cypher-lab</artifactId>
    <version>4.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/
implementation 'io.bigconnect:cypher-lab:4.2.0'
// https://jarcasting.com/artifacts/io.bigconnect/cypher-lab/
implementation ("io.bigconnect:cypher-lab:4.2.0")
'io.bigconnect:cypher-lab:jar:4.2.0'
<dependency org="io.bigconnect" name="cypher-lab" rev="4.2.0">
  <artifact name="cypher-lab" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bigconnect', module='cypher-lab', version='4.2.0')
)
libraryDependencies += "io.bigconnect" % "cypher-lab" % "4.2.0"
[io.bigconnect/cypher-lab "4.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
4.2.0