An open API service indexing awesome lists of open source software.

https://github.com/duyet/neo4j-visualization

Graph Visualization from Neo4j
https://github.com/duyet/neo4j-visualization

Last synced: 8 months ago
JSON representation

Graph Visualization from Neo4j

Awesome Lists containing this project

README

          

# Neo4j Graph Visualization

![Code lint](https://github.com/duyet/neo4j-visualization/workflows/Code%20lint/badge.svg)
![Deploy GH Pages](https://github.com/duyet/neo4j-visualization/workflows/Deploy%20GH%20Pages/badge.svg)

## Live demo

https://duyet.github.io/neo4j-visualization/

## Install

```
yarn add https://github.com/duyet/neo4j-visualization
```

## Usage

```js
import { render } from 'react-dom';
import Neo4jVisualization from 'neo4j-visualization';
import mockData from 'neo4j-visualization/examples/src/mock-small.json';

const result = { records: mockData };

render(, mountNode);
```

## Development

```
yarn
yarn dev
```