/docker-slamdata

Build a Docker image for running slamdata

Primary LanguageShellApache License 2.0Apache-2.0

SlamData Community Edition Docker Image

Builds a Docker image for the SlamData NOSQL analytics Tool (Community Edition).

There are three environment variables that can be used to configure the image.

PORT The TCP port that the SlamData server is available on. Defaults to 8080

CONNECTION_NAME The name of the preconfigured SlamData MongoDB connection. Defaults to MongoDB

CONNECTION_URI The MongoDB connection string to be used for the initial connection. Defaults to mongodb://mongodb:27017

This is not an official image.

Quasar REPL

The Quasar REPL jar file is included in the image although not required by Slamdata as it's so darn useful You can fire up REPL in a running container using the same configuration as Slamdata. e.g.

docker exec -it slamdata_container bash -c "java -jar slamdata/quasar-repl-assembly.jar -c /root/.config/quasar/quasar-config.json"

Supported tags

  • latest, 3.0 The most recent version of SlamData Community Edition v3.0
  • 3.0.x Specific versions of SlamData Community Edition v3.0