web
web copied to clipboard
Web interface for Cayley
Cayley Web
Web interface for Cayley

Table of Contents
- Run
- Features
- Technologies Used
- Develop
Run
Run with Docker
docker run -p 3000:80 cayleygraph/web
Modify Server URL
By default, the server URL is set to http://localhost:64210 (the default Cayley server URL). To change it pass SERVER_URL environment variable.
For example:
docker run -p 3000:80 --env SERVER_URL="http://example.org:64210" cayleygraph/web
Features
- Query Editor
- Data Editor
- Data Browser