Skip to content

bulldog2011/fluxcapacitor

 
 

Repository files navigation

Overview

Flux Capacitor is a Java-based distributed application demonstrating the following Netflix Open Source components (in alphabetical order):

In addition to the Netflix OSS components listed above, Flux Capacitor uses the following Open Source components:

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.

Architecture Overview

Hystrix Circuit Breaker Dashboard

Graphite Dashboard

Project Overview

The following project layout is typical of many distributed applications:

flux-edge

  • Customer-facing REST-based edge service
  • Uses Jetty as the servlet container and messaging engine

flux-middletier

  • Internal REST-based middletier service called by the edge service
  • Uses Netty as the messaging engine

flux-core

  • Shared classes between edge and middletier

Documentation

Please see [wiki] (https://github.com/cfregly/fluxcapacitor/wiki) for detailed documentation.

About

Flux Capacitor is a Java-based distributed application demonstrating many of the key Netflix Open Source components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published