Completing the Netflix Cloud Migration
https://media.netflix.com/en/company-blog/completing-the-netflix-cloud-migration
ZeroToDocker: An easy way to evaluate NetflixOSS through runtime packaging
http://techblog.netflix.com/2014/11/zerotodocker-easy-way-to-evaluate.html
FLUXCapacitor
If you’re looking for the Spark-based Big Data Flux Capacitor Repo, you can find it here: https://github.com/fluxcapacitor
Overview
Flux Capacitor is a Java-based distributed application demonstrating the following Netflix Open Source components (in alphabetical order):
- archaius configuration
- astyanax cassandra client
- blitz4j asynchronous logging
- curator zookeeper client
- eureka discovery service
- exhibitor zookeeper administration
- governator guice-based dependency injection extensions
- hystrix circuit breaker
- karyon common base server
- ribbon eureka-based REST client
- servo metrics client library
- turbine metrics aggregator
In addition to the Netflix OSS components listed above, Flux Capacitor uses the following Open Source components:
- graphite metrics
- jersey REST
- jetty servlet container
- jmeter jmeter load test
- netty io server
- tomcat servlet container
This project demonstrates many aspects of a complete distributed, scalable application from dynamic configuration to real-time metrics.
This app can be deployed standalone, in a data center, or in an AWS (Amazon Web Services) environment with just a few configuration changes.
Recent Comments