Maybe my presentation from ApacheCon can help ? You can check it out here : https://www.youtube.com/watch?v=y4uNwnVMVyg
Also I did a presentation where I integrate iOS and tvOS platforms at JavaOne here : https://www.youtube.com/watch?v=RdY_F_YUn6M cheers, Serge… > On 2 déc. 2015, at 11:48, Wentao Liu <[email protected]> wrote: > > Thanks for showing me the deployment method. > > I did the svn checkout and use the command > >> mvn clean install -P generate-package > > To get a build release then deployed into an existing Karaf server in > stand-alone mode, it works. > > But need sometime to learn integration algorithm and event driven data > processing. > > > Sent from my iPad > >> On 02 Dec 2015, at 18:37, Serge Huber <[email protected]> wrote: >> >> >>> On 2 déc. 2015, at 11:23, Wentao Liu <[email protected]> wrote: >>> >>> Hello Serge, >>> >>> Thanks for the response. >>> First of all, I need set up the UNOMI server and get it running! >> >> Should be rather simple. We are working on building a release, but in the >> mean time you can simply checkout the code, build using the following >> command : >> >> mvn clean install -P generate-package >> >> and you should have the generated packages in >> >> package/target >> >> Simply deploy one of them and then launch using : >> >> bin/karaf >> >>> Generally, I need integrate data collecting code with web pages to collect >>> user access data. Bases on this, I need design a UI to show user profiles. >>> After this, we can try to sell the product to customers to help them >>> analyze user behaviors and do online sales promotion. Probably need use >>> Hadoop or other big data platforms as data process engine. >> >> BigData and algorithms integration is something we are looking at in both >> the standard at OASIS (CXS) and here. The idea is that the internal events >> sent to Unomi could then serve as input to BigData systems such as Hadoop or >> Apache Spark. >> >>> Glad to know you can accept my documents:) once I have more, will send you >>> to review. >> >> Sure thing. The more we have the better. >> >> Best regards, >> Serge… >>
