Skip to content

Latest commit

 

History

History
47 lines (25 loc) · 1.18 KB

readme_old.md

File metadata and controls

47 lines (25 loc) · 1.18 KB

VinmonopoletElastic

Index product data from Vinmonopolet to Elasticsearch

Elasticsearch/Kibana Vinmonopolet demo

This project contains scripts and tools for Vinmonopolet demo.

Installation

There are two ways to run this.

  1. Install java, elasticsearch, kibanaand python on your local machine
  2. Use vagrant (and virtualbox) to install a virtual machine with all requirements

We recommend 2. since there may be problems with 1, depending on your environment.

Install locally

Download Java and install from

Elasticsearch

Kibana

Python Miniconda python dist https://repo.continuum.io/miniconda/Miniconda2-latest-Windows-x86_64.exe

optional Pycharm, Jetbrains free python IDE [https://www.jetbrains.com/pycharm/(https://www.jetbrains.com/pycharm/)]

Start up Elasticsearch, Kibana

Go to http://localhost:9200 to see that elasticsearch is running

http://localhost:5601 Kibana

python installation

in the checked out folder run

pip install
python script.py

you should see product names flying across the screen

pip install python script.py