=========== Quick start =========== Soneti's services installation is quite easy and in a few steps you can have a demo services working. First of all it is necessary to clone the GitLab repository: .. sourcecode:: bash $ git clone http://lab.cluster.gsi.dit.upm.es/social/soneti.git $ cd soneti $ git submodule update --init --recursive Now images are ready to run: .. sourcecode:: bash $ docker-compose up --build This installation offers a basic version of each service: .. figure:: figures/quickstart.png :alt: Soneti demo overview * **GSICrawler:** This ingestion service demo has CNN, New York Times, ElMundo, Facebook and Twitter as possible sources. This service is available on http://localhost:5000 * **Senpy**: This analysis service demo has sentiment140 as sentiment analysis plugin and EmoRand as emotion analysis plugin. This service is available on http://localhost:8000/ * **Sefarad**: This visualization demo environment provides a dashboard for Somedi project and is available on http://localhost:8080. * **Orchestrator**: Luigi provides a web interface to check your workflows status on http://localhost:8082