Pirozhki is a sidekiq-based utility for collecting data from social networks. Pirozhki-ELK is an example of running Pirozhki integrated to ElasticSearch-LogStash-Kibana stack in a Dockerized environment.
##Requirements
- Docker-compose v1.1.0 or greater.
##Usage:
- Copy all files from
variables/sample/
tovariables/
and fill with your data.
docker-compose up -d datacontainer
docker-compose up -d redis postgres
docker-compose run --rm worker rake db:setup
docker-compose run -e APP_ENV=test --rm worker rake db:setup
docker-compose run -e APP_ENV=test -e COVERAGE=true --rm worker rspec
docker-compose up -d
docker-compose scale worker=2
docker-compose run --rm worker irb -r ./app.rb
docker-compose up nginx
docker-compose stop worker
##License: Pirozhki is a utility for collecting data from social networks. Copyright (C) 2014 Konstantin Zub (hello at zubkonst.com)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.