We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The meteor integration library architecture differs from the architecture of our other integration libraries in a few aspects:
Meteor uses MongoDB as a database engine and the enrichment / normalization of activities works very similar to the stream-node-orm library.
Read the publications section of the main docs, all code for publications resides in src/server/publish.js
src/server/publish.js
Reat the collection integration section of the main docs. All code resides in src/collections.js