KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
gremlin-demo
★ 22
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
BNF-AST
:
No description available.
M5Stack-SpaceShooter
:
Space Invaders knock-off for M5Stack
coconut-prelude
:
An implementation of Haskell's Prelude in Python using Coconut.
SCA-Boundary-Learning
:
This repository contains the necessary libraries, scripts and instructions to learn a Dual-Arm Self-Collision Avoidance Boundary.
certwatch
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
gremlin-demo
?
Download (.md)
# GREMLIN Demo ## Purpose Demo consists of two docker-containers * gremlin-server (port 8182) * gremlin-graphexp javascript frontent (port 8183) Both are started as docker-containers from a docker-compose file. If you have docker-compose running you can simply start by tying `docker-compose up -d` If you are on a windows machine and do not have native docker support (Win 8.1 and below), install vagrant and virtualbox. Then you can start with `vagrant up`, ssh into the vbox (e.g. with putty) and start the docker-containers there (Login is `vagrant`/`vagrant`, directory is `/vagrant`, ) If you are on linux or on Windows 10 you just can install docker-compose natively and start with `docker-compose`. ## To start Just open http://localhost:8183 in your browser. In the screen press the `Search`-button ## Acknowledgements This work relies on [graphexp](https://github.com/bricaud/graphexp) and [Gremlin-Server](https://hub.docker.com/r/bricaud/gremlin-server-with-demo-graph/) by [Benjamin Ricaud](https://github.com/bricaud/). ## License See [LICENSE](https://github.com/joov/gremlin-demo/LICENSE). Graphexp is covered by [Apache-2.0-License](https://www.apache.org/licenses/LICENSE-2.0) and Gremlin-Server is covered by [MIT-License](https://github.com/bricaud/gremlin-server/blob/master/LICENSE).