GithubHelp home page GithubHelp logo

roymprog / hydro-serving Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hydrospheredata/hydro-serving

0.0 1.0 0.0 26.95 MB

MLOps Platform

Home Page: http://docs.hydrosphere.io

License: Apache License 2.0

Shell 1.25% Groovy 11.97% HTML 86.78%

hydro-serving's Introduction

Hydrosphere.io logo

Hydrosphere Serving

Platform for deploying your Machine Learning to production
Check out Hydrosphere.io docs »

Report bug · Contact Us


GitHub license Join the chat at https://gitter.im/Hydrospheredata/hydro-serving

Hydrosphere Serving is a cluster for deploying and versioning your machine learning models in production.

  • Framework Agnostic. Serve machine learning models developed in any language or framework. Hydrosphere Serving will wrap them in a Docker image and deploy on your production cluster, exposing HTTP, gRPC and Kafka interfaces.
  • Traffic shadowing. Shadow your traffic between different model versions to examine how different model versions behave on the same traffic.
  • Model Version Control. Version control your models and pipelines as they are deployed.

Getting Started

You can refer to our documentation to see tutorials, check out example projects, and learn about all features of Hydrosphere.

Installation

There are two main ways of installing Hydropshere:

Docker

Before installing Hydrosphere Serving, please install its prerequisites:

To install Hydrosphere Serving, follow the instructions below:

  1. Download the latest release version from the releases page;
    export HYDROSPHERE_RELEASE=2.4.3
    wget -O hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz https://github.com/Hydrospheredata/hydro-serving/archive/${HYDROSPHERE_RELEASE}.tar.gz
  2. Unpack the tar ball;
    tar -xvf hydro-serving-${HYDROSPHERE_RELEASE}.tar.gz
  3. Set up an environment.
    cd hydro-serving-${HYDROSPHERE_RELEASE}
    docker-compose up

To check installation, open http://localhost/. By default Hydrosphere UI is available at port 80.

Note, other installation options are described in the documentation.

Kubernetes

Before installing Hydrosphere Serving, please install its prerequisites:

To install Hydrosphere Serving, follow the instructions below:

helm repo add hydrosphere https://hydrospheredata.github.io/hydro-serving/helm/
helm install --name serving --namespace hydrosphere hydrosphere/serving

To reach the cluster, port-forward ui service locally.

kubectl port-forward -n hydrosphere svc/serving-ui 8080:9090

To check installation, open http://localhost:8080/.

Note, other installation options are described in the documentation.

Community

Keep up to date and get Hydrosphere.io support via Join the chat at https://gitter.im/Hydrospheredata/hydro-serving, or contact us directly at [email protected]

Contributing

We'd be glad to receive any help from the community!

Check out our issues for anything labeled with help-wanted, they will be the perfect starting point! If you don't see any, just let us know, we would be happy to hear from you.

hydro-serving's People

Contributors

akastav avatar beardedwhale avatar dmitriyisaev avatar dos65 avatar gitter-badger avatar kineticcookie avatar mitrofanov avatar mkf-simpson avatar pyct avatar spushkarev avatar tidylobster avatar valenzione avatar zajs avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.