Coder Social home page Coder Social logo

catalystx-jobserver's Introduction

NAME
    CatalystX::JobServer - Multi protocol asynchronous job server

SYNOPSIS
    CatalystX::JobServer is an AMQP and JSON based job and event server.

    You configure sets of AMQP exchanges, queues and bindings, and set these
    up to dispatch recieved messages into the application. What services are
    run by the application (and where replies are sent) is also configured.

    Various services (such as, for example, a job worker pools, or a message
    writer which writes recieved messages to disk) can be setup within your
    instance (again, fully from config).

    Traits can be applied to these services to add additional functionality
    (for example serializing the service state and sending it to a queue
    regularly).

    The application also listens on a port for HTTP requests, and allows you
    to browse the application state, or (using Web::Hippie) get a persistent
    pipe which regularly updates you with the state.

QUICK START
        Install RabbitMQ on your machine.

        Start RabbitMQ with the default user/password.

        Install the dependencies listed in Makefile.PL (note that Plack and Web::Hippie need to
        come from my github forks right now).

        Run CATALYST_DEBUG=1 ./script/catalystx_jobserver.psgi

        Point your browser at http://localhost:5000

        Look at catalystx_jobserver_web.yml and start playing.

DESCRIPTION
TODO
    Documentation - Please yell at me with questions and suggest places
    where the documentation isn't clear, I know this needs work ;)

    Fireing jobs from the web - One of the main applications I want to do
    with this is to be able to set off a job with an AMQP message from one
    web hit, then get the status as the job is running using Hippie. This is
    currently not implemented (but will be soon).

SEE ALSO
    CatalystX::JobServer::Web, Net::RabbitFoot,
    <http://www.slideshare.net/bobtfish/real-time-systemperformancemon>.

AUTHOR
    Tomas Doran

LICENSE
    This library is free software. You can redistribute it and/or modify it
    under the same terms as Perl itself.

catalystx-jobserver's People

Contributors

bobtfish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

ijab

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.