https://github.com/ifokeev/predictionio-docker-compose
Fully working example of Apache PredictionIO and Universal Recommender in docker-compose
https://github.com/ifokeev/predictionio-docker-compose
apache docker docker-compose predictionio universal-recommender
Last synced: 9 months ago
JSON representation
Fully working example of Apache PredictionIO and Universal Recommender in docker-compose
- Host: GitHub
- URL: https://github.com/ifokeev/predictionio-docker-compose
- Owner: ifokeev
- Created: 2017-10-16T22:14:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-16T22:15:09.000Z (over 8 years ago)
- Last Synced: 2025-06-14T14:41:53.127Z (about 1 year ago)
- Topics: apache, docker, docker-compose, predictionio, universal-recommender
- Language: Scala
- Homepage:
- Size: 62.5 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project contains:
- Docker image to build with predictionIO + Spark + JDBC driver
- A docker-compose yml file to run postgres, elasticsearch, eventserver and queries server
- Integrated universal-recommender with likes engine
Please read ``docker-compose.yml`` file to get more details about:
- ports
- volumes
- configuration
## Softwares
* elasticsearch 1.7.6 (official Docker image)
* Spark 1.6.3 for Hadoop 2.6
* predictionIO 0.11.0
## Requirements
- Docker
- Docker compose
- At least 3 gb of free disk space
## Usage
* Run Docker containers on background (should build automatically)
``sh start.sh``
* Check ``localhost:9200`` (elasticsearch) and ``localhost:7070`` (pIO event server) and ```localhost:8000``` (Queries server)