risingwave-demo-deprecated icon indicating copy to clipboard operation
risingwave-demo-deprecated copied to clipboard

feat: added recwave mvp, a PoC recommender system

Open KivenChen opened this issue 2 years ago • 0 comments

Recwave is a PoC recommender system that utilizes the power of RisingWave MV.

https://singularity-data.quip.com/15kwA8raYjWC/WIP-Design-Recwave-a-PoC-Recommender-System

Current progress:

  • User Simulator
    • [x] Generator: generate initial data for users and items
    • [x] Simulator RPC server
    • [x] Simulator
  • Recommender
    • [x] Recommendation RPC server
    • [x] Recommender model
  • Up and Running
    • [x] Docker build support

KivenChen avatar Jul 22 '22 09:07 KivenChen