Skip to content

Instantly share code, notes, and snippets.

@toff63
Last active August 29, 2015 14:19
Show Gist options
  • Save toff63/91101c26a5f382f117a3 to your computer and use it in GitHub Desktop.
Save toff63/91101c26a5f382f117a3 to your computer and use it in GitHub Desktop.

#NetflixOSS in a nutshell

Based on http://jhohertz.github.io/netflixoss-slides

Cluster management

  • Aminator to build your container (AMI image)\
  • Asgard to manage the nodes of your cluster
  • ICE Cost Analysis/Optimization
  • Cluster state with query language
  • Denominator: DNS configuration for multi region failover strategy

Cluster base services

Low level stack

  • Exhibitor: Zookeeper co-process
  • Curator: Zookeeper client wrappper
  • Eureka for service discovery
  • Turbine: Metrics agregator
  • Hystrix Dashboard: metrics visualization
  • Suro: Distributed Data Pipeline (integrate with Kafka)

Frameworks / Libraries

Application programming environment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment