Metadata-Version: 2.0
Name: biomaj-daemon
Version: 3.0.1
Summary: BioMAJ daemon service
Home-page: http://biomaj.genouest.org
Author: Olivier Sallou
Author-email: olivier.sallou@irisa.fr
License: UNKNOWN
Download-URL: http://biomaj.genouest.org
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: biomaj
Requires-Dist: biomaj-user
Requires-Dist: biomaj-zipkin
Requires-Dist: redis
Requires-Dist: PyYAML
Requires-Dist: flask
Requires-Dist: python-consul
Requires-Dist: prometheus-client
Requires-Dist: requests

# About

Experimental (in progress) microservice to manage biomaj.

Needs mongo and redis



# Development

    flake8 --ignore E501 biomaj_daemon

# Prometheus metrics

Endpoint: /api/download/metrics


# Run

## Message consumer:
export BIOMAJ_CONFIG=path_to_config.yml
python bin/biomaj_daemon_consumer.py

## Web server

In bin directory:
export BIOMAJ_CONFIG=path_to_config.yml
gunicorn biomaj_daemon.daemon.biomaj_daemon_web:app

Web processes should be behind a proxy/load balancer, API base url /api/daemon


3.0.1:
  Micro service to manage biomaj updates


