I am wondering if its possible to use tmsEcho to replicate only a portion of the data in the database.
The Schema's will match, exactly, but I am hoping I can have a client app (android/ios) that can access, its own local database, but subrscibe to a specific subset of data in a database or a different database?
Is this handled in the echo.Route?
In short, I am trying to have a blend of TMS Echo (push/pull model), with topics (like in MQTT).
is this possible with tmsEcho only?