Skip to content

Spameri/Sandbox

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published