Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

I'm an analytics platform! In a Docker container!

Notifications You must be signed in to change notification settings

rksg/rsa-imply-base

 
 

Repository files navigation

Dockerized version of the distribution available at https://imply.io/download.

Install Docker

To build an image, first download the Imply distribution from the link above, place it in the cloned repository, and then run:

export implyversion=2.x.x
tar -xzf imply-$implyversion.tar.gz
docker build -t imply:$implyversion --build-arg IMPLY_VERSION=$implyversion .

To run the image in quickstart mode (single-machine, non-clustered):

docker run -p 8081-8110:8081-8110 -p 8200:8200 -p 9095:9095 -d --name imply imply:$implyversion

To load the example data:

docker exec -it imply bin/post-index-task -f quickstart/wikiticker-index.json

To enter the container, if you want:

docker exec -it imply /bin/bash

To stop the container:

docker stop imply

About

I'm an analytics platform! In a Docker container!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%