Skip to content

Consume Twitter Streams using Spray-Client and map them to a RxJava observable

Notifications You must be signed in to change notification settings

lukiano/rxspray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Proof of concept that converts Spray's chunks to Observable events. Right now it reads the chunks from Twitter's stream.

Special thanks to Jan Machacek's blog and code

TODO

  • Subscribing an Observer should really use an RxJava scheduler. Right now the log is showing that it's using the threads of the Akka scheduler.

  • Check out if rxjava-akka may be useful.

About

Consume Twitter Streams using Spray-Client and map them to a RxJava observable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages