[Streaming] Streaming Python API (#6755)

This commit is contained in:
chaokunyang
2020-02-25 10:33:33 +08:00
committed by GitHub
parent 2c1f4fd82c
commit 8b6784de06
71 changed files with 2701 additions and 1928 deletions
+3
View File
@@ -1,3 +1,6 @@
# flake8: noqa
# Ray should be imported before streaming
import ray
from ray.streaming.context import StreamingContext
__all__ = ['StreamingContext']