anderson-attilio / publication_stats

Articles and Journal Indicators, regarding to publishing data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Publication Stats

Web API and RPC Server to retrieve statistics from the documents and journals published at the SciELO Network databases.

Build Status

Docker

Status

Como utilizar esta imagem

$ docker run --name my-publication_stats -d my-publication_stats

Como configurar o ELASTICSEARCH_HOST

$ docker run --name my-publication_stats -e ELASTICSEARCH=my_eshost:27017 -d my-publication_stats

Os serviços ativos nesta imagem são:

Web API: 127.0.0.1:8000 Thrift Server: 127.0.0.1:11620

É possível mapear essas portas para o hosting dos containers da seguinte forma:

$ docker run --name my-publication_stats -e ELASTICSEARCH=my_eshost:27017 -p 8000:8000 -p 11620:11620 -d my-publication_stats

Para executar os processamentos disponíveis em console scripts, executar:

Carga de Licenças de uso:

$ docker exec -i -t publication_stats publicationstats_loaddata --help

About

Articles and Journal Indicators, regarding to publishing data.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 84.4%Language:Thrift 10.3%Language:CSS 5.1%Language:Shell 0.2%