BioMAJ download service
Project description
# About
Experimental (in progress) microservice to manage the downloads of biomaj.
A protobuf interface is available in biomaj_download/message/message_pb2.py to exchange messages between BioMAJ and the download service.
Messages go through RabbitMQ (to be installed).
# Protobuf
To compile protobuf, in biomaj_download/message:
protoc --python_out=. message.proto
# Development
flake8 biomaj_download/*.py biomaj_download/download
# Prometheus metrics
Endpoint: /api/download/metrics
# Run
## Message consumer:
export BIOMAJ_CONFIG=path_to_config.yml
python bin/biomaj_download_consumer.py
## Web server
export BIOMAJ_CONFIG=path_to_config.yml
gunicorn biomaj_download.biomaj_download_web:app
Web processes should be behind a proxy/load balancer, API base url /api/download
3.0.3:
Fix management of timeout leading to a crash when using biomaj.download parameter.
3.0.2:
set rabbitmq parameter optional
3.0.1:
add missing README etc.. in package
3.0.0:
move download management out of biomaj main package
Experimental (in progress) microservice to manage the downloads of biomaj.
A protobuf interface is available in biomaj_download/message/message_pb2.py to exchange messages between BioMAJ and the download service.
Messages go through RabbitMQ (to be installed).
# Protobuf
To compile protobuf, in biomaj_download/message:
protoc --python_out=. message.proto
# Development
flake8 biomaj_download/*.py biomaj_download/download
# Prometheus metrics
Endpoint: /api/download/metrics
# Run
## Message consumer:
export BIOMAJ_CONFIG=path_to_config.yml
python bin/biomaj_download_consumer.py
## Web server
export BIOMAJ_CONFIG=path_to_config.yml
gunicorn biomaj_download.biomaj_download_web:app
Web processes should be behind a proxy/load balancer, API base url /api/download
3.0.3:
Fix management of timeout leading to a crash when using biomaj.download parameter.
3.0.2:
set rabbitmq parameter optional
3.0.1:
add missing README etc.. in package
3.0.0:
move download management out of biomaj main package
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
biomaj_download-3.0.3.tar.gz
(20.0 kB
view details)
File details
Details for the file biomaj_download-3.0.3.tar.gz
.
File metadata
- Download URL: biomaj_download-3.0.3.tar.gz
- Upload date:
- Size: 20.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5034629dd00b0d76bd052ffd46df58e90b5f5a64d1371a0c6c274a34d8b2d77d |
|
MD5 | 05cf5e46477d5507f08df64b06fd9360 |
|
BLAKE2b-256 | 5ed08fef13927ffd14dd168d07449d2ec0711da913ba2a248df02cb7ed283eb3 |