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

https://github.com/arangodb/demo-aql-g6

React JS application using AntV G6 library to visualize of AQL query results
https://github.com/arangodb/demo-aql-g6

Last synced: 10 months ago
JSON representation

React JS application using AntV G6 library to visualize of AQL query results

Awesome Lists containing this project

README

          

# ArangoDB with React JS and AntV G6 library

## Instructions

Download and install ArangoDB on your local machine:
https://www.arangodb.com/download-arangodb-enterprise/

Start ArangoDB in single server mode:
https://www.arangodb.com/docs/3.7/tutorials-starter.html#starting-a-single-server

Clone this git repository and run
```
npm install --force
npm run start
```
Open http://localhost:3000/ in your browser

Try out by clicking on "Load Sample" to load sample data and "Execute" to execute the query.

![Screenshot](https://github.com/arangodb/demo-aql-g6/blob/master/demo-screenshot.jpg)