github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

ryanking / conveyor

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 5
    • 0
  • Source
  • Commits
  • Network (0)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Branches (1)
    • master ✓
  • Tags (0)
Sending Request…
Enable Donations

Pledgie Donations

Once activated, we'll place the following badge in your repository's detail box:
Pledgie_example
This service is courtesy of Pledgie.
  cancel

http://conveyor.rubyforge.org/

  cancel
  • Private
  • Read-Only
  • HTTP Read-Only

This URL has Read+Write access

eliminate some string copying by using the stream output of BaseChannel.rb 
ryanking (author)
Sat Oct 25 20:48:27 -0700 2008
commit  5658f2f9e91ae20e7259322ea803b5bb2725b870
tree    6dbecb7757794e3c0ef45cb87e0b69bf1a94ec3b
parent  968dacdfc1f6378f52a2ed96fd338cb537f2725c
conveyor /
name age
history
message
file .hgignore Loading commit data...
file History.txt
file LICENSE
file Manifest.txt
file README.txt
file Rakefile
directory bin/
directory docs/
directory lib/
directory test/
README.txt
= Conveyor

by Ryan King (http://theryanking.com)

== Description

* Like TiVo for your data
* A distributed rewindable multi-queue

== Overview

A Conveyor server provides an HTTP interface that allows for POSTing and GETing items in streams called Channels.

POSTing is simple: you add an item to the channel and it gets persisted and assigned a sequence number.

Consuming items from a Channel is more flexible, you can:

* consume by id number ("GET /channels/foo/1337")
* consume by from a global queue ("GET /channels/foo?next")
* consume from a queue group ("GET /channels/foo?next&group=bar")
  * this allows multiple groups of consumers to each have what appears to them to be a queue.

The payload for all of these is a stream of bytes. Conveyor will stream it back exactly as it was given.

== REQUIREMENTS:

* Ruby
* Mongrel
* active_support

== INSTALL:

* gem install conveyor


== LICENSE:

(The MIT License)

Copyright (c) 2008 Ryan King

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Blog | Support | Training | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server