/osc-demo

Demo application I created for OpenSource Connections

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Redis + Elastic

Setup

Install and Run the Docker Images

Use the docker-compose command to download and run all of the Docker images.

docker-compose up -d

This will run:

  • Elasticsearch 6.4.0
  • Logstash 6.4.0
  • Kibana 6.4.0
  • Cerebro 0.8.1
  • Redis Unstable

You can access the web UI's on the following URLs:

Install and Run Redis Commander

Redis Commander is a node.js application and requires npm be installed on your computer. Assuming it is:

sudo npm install -g redis-commander
redis-commander

Access it on http://localhost:8081