24/08/2016
Check out what's new Asanka's blog!
Processing Multi-Stage Tasks using Firebase Queue
https://asankan.info/2016/08/23/processing-multi-stage-tasks-using-firebase-queue/
This is an implementation of Pipes and Filter Pattern which is a commonly used Cloud Design Pattern. And the most common approach to implement this pattern is via multiple queues as shown in the f…