.gitignore
Makefile
Pipfile
README.md
requirements.txt
setup.py
benchmark/benchmark.sh
benchmark/large.cfg
benchmark/large.json
benchmark/medium.cfg
benchmark/medium.json
benchmark/small.cfg
benchmark/small.json
docker/Dockerfile
docker/base.Dockerfile
docker/local.Dockerfile
docker/process_conda_env.sh
docker/run.sh
examples/__init__.py
examples/echo_http/__init__.py
examples/echo_http/echo_http.py
examples/echo_http/env.yaml
examples/echo_upi/README.md
examples/echo_upi/__init__.py
examples/echo_upi/env.yaml
examples/echo_upi/upi_client.py
examples/echo_upi/upi_server.py
examples/iris_http/__init__.py
examples/iris_http/env.yaml
examples/iris_http/iris_http.py
examples/iris_http/models/model_1.bst
examples/iris_http/models/model_2.joblib
merlin_pyfunc_server.egg-info/PKG-INFO
merlin_pyfunc_server.egg-info/SOURCES.txt
merlin_pyfunc_server.egg-info/dependency_links.txt
merlin_pyfunc_server.egg-info/entry_points.txt
merlin_pyfunc_server.egg-info/requires.txt
merlin_pyfunc_server.egg-info/top_level.txt
prometheus/.keep
pyfuncserver/__init__.py
pyfuncserver/__main__.py
pyfuncserver/config.py
pyfuncserver/server.py
pyfuncserver/version.py
pyfuncserver/metrics/__init__.py
pyfuncserver/metrics/handler.py
pyfuncserver/metrics/pusher.py
pyfuncserver/model/__init__.py
pyfuncserver/model/model.py
pyfuncserver/protocol/__init__.py
pyfuncserver/protocol/rest/__init__.py
pyfuncserver/protocol/rest/handler.py
pyfuncserver/protocol/rest/server.py
pyfuncserver/protocol/upi/__init__.py
pyfuncserver/protocol/upi/server.py
pyfuncserver/publisher/__init__.py
pyfuncserver/publisher/kafka.py
pyfuncserver/publisher/publisher.py
pyfuncserver/sampler/__init__.py
pyfuncserver/sampler/sampler.py
pyfuncserver/utils/__init__.py
pyfuncserver/utils/contants.py
pyfuncserver/utils/converter.py
test/__init__.py
test/test_backward_compatibility.py
test/test_examples.py
test/test_http.py
test/test_upi.py
test/utils.py
test/local-artifacts/MLmodel
test/local-artifacts/README.md
test/local-artifacts/conda.yaml
test/local-artifacts/python_env.yaml
test/local-artifacts/python_model.pkl
test/local-artifacts/requirements.txt
test/local-artifacts/artifacts/model_1.bst
test/local-artifacts/artifacts/model_2.joblib
test/publisher/__init__.py
test/publisher/test_kafka.py
test/publisher/test_publisher.py
test/sampler/__init__.py
test/sampler/test_sampler.py
test/util/__init__.py
test/util/test_converter.py