avoidik / homework_es

Sample Elasticsearch application in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ES

Sample Elasticsearch application in python

Prerequisites

  • docker
  • docker-machine
  • docker-compose
  • python3.6 (pip, virtualenv)

Workflow

  1. init.sh - start docker-machine with elasticsearch, prepare virtualenv
  2. exec.sh - run python
  3. restart.sh - recreate container with elasticsearch (delete volumes)
  4. exec.sh - run python
  5. cleanup.sh - remove docker-machine with elasticsearch, clean virtualenv up

Copyright

You may use my work or its parts as you wish, but only with proper credits to me like this:

Viacheslav - avoidik@gmail.com

About

Sample Elasticsearch application in python


Languages

Language:Python 58.2%Language:Shell 41.8%