Git Product home page Git Product logo

rhte-demo's Introduction

Coderland Reactica Demo

This is a demo of a ride queueing system for Coderland, an amusement park built with the latest and greatest technologies to provide and innovative and compelling guest experience.

The name of the ride is Reactica, a thrilling roller coaster ride through another dimension.

The demo showcases the new Red Hat Application Runtimes (Red Hat OpenShift Container Platform with Red Hat Application Services) in the context of reactive systems development, showing how components work together to form truly distributed/reactive systems (not just reactive programming). It utilizes several components from Red Hat, including Eclipse Vert.x, Red Hat Data Grid, and Red Hat AMQ.

Services

There are several individual microservices and infrastructure components that make up this app:

  1. Billboard - A frontend based on JQuery using a Vert.x based runtime
  2. Event Generator - This service will generate different events such as: users entering the queue, users getting on the ride etc, these events are send out as AMQ messages and it’s using Vert.x as runtime
  3. Event Store - This service will retrieve events from AMQ and store them to the Data Grid.
  4. Current Line Updater - This service will register a continuous query with Red Hat Data Grid that will trigger for events that are related to the queue (line). When the queue is updated this service will send a updated version of the current queue to the billboard service via AMQ.
  5. Queue Length Calculator - This service will calculate the approximate waiting time for a person entering the queue at this point based on the number of persons in queue and how many people the ride can carry. This service will trigger every 10s and then sends an updated queue time to the billboard.

Demo Screenshot

Architecture Screenshot

Prerequisites

In order to deploy this demo, you need Minishift v1.33.0 or later installed and the minishift CLI available on your $PATH.

Deploying the Demo

See the setup instructions

rhte-demo's People

Contributors

cescoffier avatar jamesfalkner avatar tqvarnst 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.