I am developing a React Web App with GetStream at the core.
I have been reviewing Collections. I was wondering if/how it can be used to enrich feed/activity data if I was to "upsert" user profile and product information.
I am developing a React Web App with GetStream at the core.
I have been reviewing Collections. I was wondering if/how it can be used to enrich feed/activity data if I was to "upsert" user profile and product information.
We are launching a new version of the JS client that performs enrichment out-of-the-box using Stream's collections as data storage.
This feature is currently in beta/stealth mode and yet to be documented but it is ready and fully functional. If you are willing to read some code and test it, you can try it out by installing the latest beta from npm (eg. https://www.npmjs.com/package/getstream/v/3.21.0-beta.2).
UPDATE: enrichment functionality is now merged on trunk, all versions > 3.21.0 of the JS client have that included. Docs coming on the site soon!