Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 832 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 832 Bytes

Build Status

What is orc-agent?

Orc agent is a generic amqp consumer that handles incoming json-serialized messages with a user-created handler script (specified in the message's "handler" key).

tl;dr it listens on amqp queues and forwards json payloads to handler scripts.

Is it production ready?

Probably not for your enterprise, at least not yet. It's currently in a useable state, and pretty easy to get up and working -- though it only ships with one example handler (a chef handler specific to the environment I work in).

How do I install it?

We're packaging it as a deb. Grab it from our drone artifact page and install it with dpkg.