Git Product home page Git Product logo

saas's Introduction

该项目使用idea ide编写

服务启动:

  • 需要本地安装maven版本3.0以上
  • mvn jetty:run
  • 训练模型
  • mvn scala:run -Dlauncher=PojoExample
  • mvn scala:run -Dlauncher=SparklingWaterDroplet

日志收集:

  • 发送数据到EventServer,该接口是标准rest API
  • curl -H "Content-Type: application/json" -X POST -d '{"appid": "test","context": {"deviceid": "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX"}}' http://192.168.2.29:8181/receive/rest/install
  • 代码位置:
  • saas/EventServer/src/main/java/com/iaskdata/controller/RestController.java

数据预测:

模型训练:

关于vw的使用

  • 所有vw包在lib目录下
    • config.h vwb版本文件
    • vw_jni.lib mac下编译出来的版本
    • vw-jni-8.1.2-SNAPSHOT.jar vw最新java文件夹编译出来的jar包
  • 关于vw的测试用例都在 saas/EventServer/src/test/java/vw 下面
  • 运行测试用例必要条件
    • mvn clean
    • mvn install
    • mvn test
  • 如果修改了测试用例,只需要执行mvn test就可以检查运行是否正确了

saas's People

Contributors

jiangzhx avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.