Skip to content

Spameri/Sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

95af118 Â· Feb 29, 2020

History

30 Commits
Oct 15, 2018
Feb 29, 2020
Feb 27, 2020
Jun 20, 2019
Jun 20, 2019
Jun 20, 2019
Oct 26, 2019
Oct 15, 2018
Feb 29, 2020
Feb 29, 2020
Oct 19, 2018
Feb 28, 2020
Jun 20, 2019
Feb 24, 2020

Repository files navigation

Spameri/Elastic sandbox

Prerequisites

  • Installed PHP >=7.1.0
  • Cloned this repository to your computer
  • Run composer install
  • ElasticSearch in version 6
  • Kibana in version 6

Set up ElasticSearch - Manual

  • For ElasticSearch go here and follow installation steps.
  • For Kibana go here and follow installation steps.

Set up ElasticSearch - Docker

To start elasticsearch without installing it, you can use Docker & docker-compose. Just cd into this repo and run:

docker-compose up

The ES will be available on http://localhost:9200 and Kibana on http://localhost:5601

Setup Index and data

  • Create empty index php www/index.php spameri:elastic:create-index
  • Fill with prepared data php app/Migration/ProductData.php

Result

workshop start