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
- Host: GitHub
- URL: https://github.com/arangodb/demo-aql-g6
- Owner: arangodb
- Created: 2021-06-21T11:34:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T11:00:46.000Z (over 4 years ago)
- Last Synced: 2025-01-11T16:24:51.869Z (11 months ago)
- Language: JavaScript
- Size: 499 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
