Skip to content

thruflo/close.consumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Abstract base classes for a long running, streaming API consumer and a specific implementation that puts the data into a redis queue and processes it in batches.

Requires gevent. The example implementation depends on redis.

Coded initially to send batches of statuses from the Twitter Streaming API to an appengine webhook. May (or may not) be usable for other purposes.

Presumes the data coming down the pipe is Chunked Transfer Encoded.

About

gevent based Streaming API consumer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages