more details of how to use channel is here: http://predictionio.incubator.apache.org/datacollection/channel/
there are some implementation here (segment, mailchimp) https://github.com/apache/incubator-predictionio/tree/develop/data/src/main/scala/org/apache/predictionio/data/webhooks basically it simply takes webhook data from those sources and convert to PIO events. would you elaborate more about "the need to correlate user identities from separate data sources" ? Kenneth On Fri, Sep 23, 2016 at 12:02 PM, Gustavo Frederico < [email protected]> wrote: > The page at http://predictionio.incubator.apache.org/datacollection/ > webhooks/ > speaks about "Unifying Multichannel Data with Webhooks" saying that > "Webhooks are used to collects data for your application from multiple > channels automatically." Where can I get more details about these > "webhooks" ? I'm thinking specially about the need to correlate user > identities from separate data sources. Is there something inside the > Event Server to work with that, or does that need to exist outside > PIO? > > Thanks > > Gustavo >
