Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META] Tracking the code migration from ray repo #7

Open
8 of 43 tasks
BalaBalaYi opened this issue Jan 20, 2022 · 1 comment · Fixed by #6
Open
8 of 43 tasks

[META] Tracking the code migration from ray repo #7

BalaBalaYi opened this issue Jan 20, 2022 · 1 comment · Fixed by #6
Labels
meta For tracking issues
Milestone

Comments

@BalaBalaYi
Copy link
Collaborator

BalaBalaYi commented Jan 20, 2022

Description

Source code compilation and installation

  • streaming c++
  • streaming python
  • streaming java
  • mobius python
  • mobius java

CI/CD

  • streaming cpp
  • streaming java
  • streaming python : [Python]Build complicated python tests #43 enable python ut excludes hybird stream tests
  • streaming java package & release
  • streaming python package & many linux release

Docs

  • 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 BalaBalaYi added the meta For tracking issues label Jan 20, 2022
@BalaBalaYi BalaBalaYi added this to the v0.1.0 milestone Jan 20, 2022
@BalaBalaYi BalaBalaYi linked a pull request Jan 20, 2022 that will close this issue
@BalaBalaYi BalaBalaYi reopened this Jan 20, 2022
@ashione ashione pinned this issue Jan 20, 2022
@BalaBalaYi BalaBalaYi modified the milestones: v0.1.0, v1.0.0 Feb 18, 2022
@ashione
Copy link
Member

ashione commented Apr 2, 2022

#43 has finished enable python common tests but fail to run hybird-stream tests since ray env library cannot load streaming so file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta For tracking issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants