Consuming Strongloop API within meteor as a Collections subscription

Hi, I’ll like to know how to implement the following scenario:

Oracle Databse <=> StrongLoop API exposed as RESTFull <=> meteor server (collection subscription) <=> meteor client

I like to open a Database Oracle tables using Strongloop API and consuming this API within meteor like a Collection / subscription mechanism caching the data consumed using mongdb and minimongo at client data.

Thank you in advance.