Skip to content

IanMulvany/elife-bot

 
 

Repository files navigation

======= elife-bot Overview

eLife Bot is a set of tools built on top of Amazon's [Simple Work Flow][swf] (SWF) to manage post-publication workflow. After we publish an article within eLife we want a number of processes to happen. eLife Bot mocks an event driven architecture by monitoring an S3 bucket hourly for the arrival of new files. History is stored in an AWS Simple DataBase. When a new or modified file is identified a workflow is trigged in [SWF][swf]. Our workflows have been configured to write logging information back into the Simple DB.

Installation and tests

eLife bot is currently configured and deployed manually via a custom Ec2 instance. This is partially described in installation.md. Tests are provided in lettuce.

Existing Workflows

Existing workflows are documentd in current-workflows.md.

Extending eLife bot with a new workflow

In principle this system can be extended horizontally. Adding new workers and workflows should be easy.

Issues and Backlog

Issues and backlog items are stored in Github on the project issues page.

Major milestones that we would like to see are:

  • setting up deployment via chef
  • making extending the workflow super easy
  • adding a visual reporting strucutre
  • adding a way to poll external endpoints for ALM data (potentially)

Contributing to the project

If you have a contribution you wouldl like us to consider, please send a pull request.

Other eLife Resources

This is part of the eLife suite of tools. You can find more resources at dev.elifesciences.org.

About eLife

eLife is an open access publisher in the life sciences. We are supported by The Wellcom Trust, The Howard Hughes Medical Institute and The Max Planck Society. We publish at elife.elifescience.org.

About

tools for creating an automatic publishing workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 91.8%
  • Gherkin 7.2%
  • Other 1.0%