Transfer data from one meteor app to another meteor app

I’ve two meteor apps which are deployed on meteor;
I ve tried, since 3 days ago , to transfer a data on the first one to the second, but no success.

What’s the best and easy method to do this??

Thank’s a lot

DDP.connect from one app to the other and then use publish and subscribe. See Meteor docs for details

Thank’s for the reply; what I’m looking for is to migrate the data completly from one to another; it look like DDP.connect can’t help me with that!!
have you antoher option, please!!

Sounds like you’re looking how to migrate data from one MongoDB to another?