Giter Site home page Giter Site logo

sendit2me / datasticks.com Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 9.0 53 KB

Datasticks - The Lightweight, Open Source Alternative for Streaming Analytics and Machine Learning

Home Page: http://datasticks.com

License: Apache License 2.0

Shell 100.00%

datasticks.com's Introduction

Datasticks Logo

The Lightweight, 100% Open Source Alternative for Streaming Analytics, ML, and AI

Live Demo

  • Click here for a live demo.

Note: Do not load any sensitive data into this environment!

Related Projects

  • Click here for a related project used for workshops

Setup Kubernetes Cluster

  • Follow the instructions here.

Setup Kubernetes Client CLI

  • Follow the instructions here.

Clone this Repo including Submodules

git clone --recursive https://github.com/fluxcapacitor/datasticks.com

Pull Latest Tips of Submodules

cd datasticks.com

git submodule update --recursive --remote && git pull --recurse-submodules

Deploy Datasticks to Kubernetes Cluster

./datasticks-up.sh

Get all Service Host/IPs

kubectl get svc -w

(Optional) Setup Friendly CNAMEs in DNS Pointing to Service Host/IPs above

  • ie. AWS Route53 REST API, GoDaddy API, etc

Navigate Browser to Apache Host/IP from Above

http://<apache-host-ip>

Advanced Features and Demos

Real-time Topology View of Live Kuberentes Cluster

kubectl describe svc weavescope-app
https://<KUBERNETES-ADMIN-UI-WEAVESCOPE-HOST-IP>
  • Note: You can manually scale Spark Workers through WeaveScope

Manually Scale Spark Workers

kubectl scale --replicas=4 rc spark-worker-2-0-1

bash into Live Docker Container

kubectl get pod
kubectl exec <pod-name> -it -- bash -il
  • Note: You can manually bash into live Docker containers through WeaveScope

Auto-scale Spark Workers based on CPU Utilization

kubectl autoscale rc spark-worker-2-0-1 --max=4 --cpu-percent=50

Rolling Update of JupyterHub to Increase spark.max.cores and spark.executor.memory

kubectl rolling-update jupyterhub-master -f jupyterhub-rc-2cores-2gb.yaml

Continuous Deploy, Monitor, and Rollback New Spark ML and TensorFlow AI Models

TODO:  Link to jupyter notebook

Continuous, Incremental Training of Spark ML and TensorFlow AI Models from Kafka

TODO:  Link to jupyter noteook

Highly-scalable, Highly-available Model Serving using Battle-tested NetflixOSS Components

TODO:  Link to Hystrix/Turbine dashboard 

Support

datasticks.com's People

Contributors

cfregly avatar

Stargazers

 avatar

Watchers

 avatar  avatar  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.