huawei-noah / streamDM

Stream Data Mining Library for Spark Streaming
http://streamdm.noahlab.com.hk/
Apache License 2.0
492 stars 147 forks source link

StreamDM maven库 jar包 #91

Closed zhangjinrui2718 closed 6 years ago

zhangjinrui2718 commented 6 years ago

是否能提供maven库或者jar包的支持?

hmgomes commented 6 years ago

Dear @zhangjinrui2718, Maybe it is the automatically translation that I've used, but I believe you can find what you need in here: http://huawei-noah.github.io/streamDM/docs/GettingStarted.html

Best Regards, Heitor

zhangjinrui2718 commented 6 years ago

Dear @hmgomes, Thanks for your response.

I want to integrate StreamDM with my own App,the only way i found in document is to compiler by my self.so i wonder if there is any way to access StreamDM by maven or jar?

zhangjinrui2718 commented 6 years ago

I download the code and compiler by myself then use 'mvn package' 'mvn install' to access stream-DM in another app.