2020-02-18 13:43:19 -08:00
|
|
|
Ray Serve
|
|
|
|
=========
|
|
|
|
|
|
|
|
.. _`issue on GitHub`: https://github.com/ray-project/ray/issues
|
2019-10-03 15:14:09 -07:00
|
|
|
|
|
|
|
Ray Serve is a serving library that exposes python function/classes to HTTP.
|
|
|
|
It has built-in support for flexible traffic policy. This means you can easy
|
|
|
|
split incoming traffic to multiple implementations.
|
|
|
|
|
|
|
|
.. warning::
|
2020-02-18 13:43:19 -08:00
|
|
|
|
|
|
|
Ray Serve is under development and its API may be revised in future Ray releases. If you encounter any bugs, please file an `issue on GitHub`_.
|
|
|
|
|
|
|
|
With Ray Serve, you can deploy your services at any scale.
|
2019-10-03 15:14:09 -07:00
|
|
|
|
|
|
|
Quickstart
|
|
|
|
----------
|
2020-02-18 13:43:19 -08:00
|
|
|
.. literalinclude:: ../../python/ray/serve/examples/echo_full.py
|
2019-10-03 15:14:09 -07:00
|
|
|
|
|
|
|
API
|
|
|
|
---
|
2020-02-18 13:43:19 -08:00
|
|
|
.. automodule:: ray.serve
|
2019-10-03 15:14:09 -07:00
|
|
|
:members:
|