Git Product home page Git Product logo

flinkinternship's Introduction

移动实习过滤与优化用户画像数据

版本 任务 时间
V1.0 过滤用户的消费金额,过滤用户购买的商品数量 2023-08-12
V2.0 计算每个用户累计消费的金额 2023-08-17

V1.0

1. 任务说明

两个任务并行处理

  1. 过滤用户的消费金额
  2. 过滤用户购买的商品数量

2. 启动方法

  • userPortrait文件夹下CDUserPurchaseAnalysis.java文件

V2.0

1. 任务说明

计算每个用户累计消费的金额

  1. AccumulateAccountBitMap文件——使用BitMap数据类型作为状态保存
  2. AccumulateAccountSet使用HashSet数据类型作为状态保存

2. 启动方法

  • 依赖编译设置:pom.xml <mainClass>设置为相应的主函数路径</mainClass> 比如com.sunhb.flinklearn.filter.AccumulateAccountSet</mainClass>
  • 打包:maven package 将程序打包成jar运行文件
  • 运行:./bin/flink run xxxxx.jar
  • WebUI查看flink运行过程中内存使用情况

flinkinternship's People

Contributors

shbone avatar

Watchers

 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.