Making Distributed Computing Easy (Ion Stoica, Anyscale)
Ion Stoica, co-founder, executive chairman & president, Anyscale, highlights the product developments on the Anyscale platform, spotlights a few customer stories, and provides a sneak preview into the future.
industry automation, self-driving, trading & finance, system optimizations, recommendations, etc. Solution: stitch together a bunch of distributed systems (e.g., Facebook’s Horizon) Reinforcement learning
impedance mismatch Slow: high overhead of moving data between different systems Data Processing Training Serving Hyper. Tuning Business Logic Simulations Serving KFServing Challenges with stitching together
Native Best ecosystem of distributed libraries Instead of stitching systems, call libraries in same system Easy to develop, manage, and deploy Business Logic
python ray_prog.py ray_prog.py run on laptop run in the cloud 1. Sync up local environment and files to the cloud 2. Run program in the cloud with no code changes NEW NEW
2. Run program in the cloud with no code changes 3. Serverless experience 4. Debug programs like on your laptop Development Infinite laptop: How? NEW NEW NEW Edit Run Debug