mobius icon indicating copy to clipboard operation
mobius copied to clipboard

[META] Tracking the code migration from ray repo

Open BalaBalaYi opened this issue 3 years ago • 1 comments

Description

Source code compilation and installation

  • [x] streaming c++
  • [x] streaming python
  • [x] streaming java
  • [x] mobius python
  • [ ] mobius java

CI/CD

  • [x] streaming cpp
  • [ ] streaming java
  • [x] streaming python : https://github.com/ray-project/mobius/pull/43 enable python ut excludes hybird stream tests
  • [ ] streaming java package & release
  • [x] streaming python package & many linux release

Docs

  • [x] doc for streaming installation and basic using
  • [ ] doc for mobius installation and basic using
  • [ ] doc for advanced using

Streaming Detail

  • [ ] Common
    • [ ] serializers
    • [ ] other common part
  • [ ] API
    • [ ] common (sync with internal repo)
    • [ ] join (new)
  • [ ] State
    • [ ] basic implementation
    • [ ] backend plugin
      • [ ] hdfs
      • [ ] hbase
      • [ ] rocksdb
  • [ ] Runtime
    • [ ] graph (focus on multiple version)
    • [ ] scheduler
      • [ ] static scheduling (using placement group)
      • [ ] dynamic scheduling (new)
    • [ ] worker (sync with internal repo)
      • [ ] java worker
      • [ ] python worker
    • [ ] metrics
      • [ ] basic implementation
      • [ ] plugin
        • [ ] prometheus
    • [ ] rest api server
  • [ ] Connectors
    • [ ] kafka

Mobius Detail

  • [ ] API
  • [ ] Plugin
  • [ ] Runtime

BalaBalaYi avatar Jan 20 '22 06:01 BalaBalaYi

https://github.com/ray-project/mobius/pull/43 has finished enable python common tests but fail to run hybird-stream tests since ray env library cannot load streaming so file.

ashione avatar Apr 02 '22 06:04 ashione