janusgraph-docker
janusgraph-docker copied to clipboard
JanusGraph Docker images
Windows 10 tends to insert CRLF which causes problems for docker. The .gitattributes has options for addressing this problem. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes
The main motivation is to allow building on Windows. `bash` is flaky on Windows. Gradle works across platforms and has Docker plugins. The affected files are: * build-images.sh * push-images.sh...
I've written graph initialisation groovy script and mounted to docker-entrypoint-initdb.d. I'm expecting that the container will terminate if the script throws any exception. Since I'm using kubernetes, if the script...
We're using yq to configure the YAML config file for Gremlin Server, but we are still using version 3 of that library. We should update it to version 4 to...
I'm attempting to add basic authentication to the websocket channel. I tried following the docs from https://docs.janusgraph.org/basics/server/#http-basic-authentication and added the authentication config in `gremlin-server.yaml`. I used my own config files...
The docker image now supports the execution of Groovy files on startup, but the docs currently only show an example to execute Gremlin traversals, e.g., to load initial data. It's...
The currently-built JanusGraph Docker images are way too large. While recent [releases][releases] are on the order of 260-270MB, the [built containers][docker-hub-images] are much larger. Compare: | **Version** | **Release zip...
I would like to run a development environment with Janusgraph, Solr and Cassandra on my Raspberry Pies. Solr and Cassandra both provide ARM64 compatible images on Docker Hub. Sadly Janusgraph...
JanusGraph comes with a Gremlin Console pre-configured for JanusGraph that can also be used via the Docker image [as described in the README.md](https://github.com/JanusGraph/janusgraph-docker#connecting-with-gremlin-console). This could be simplified with a dedicated...