Git Product home page Git Product logo

speedd's Introduction

Setting Up

SPEEDD prototype consists of two modules:

  • runtime
  • user interface (or dashboard)

Before the first use you should build the modules as described below.

Building SPEEDD runtime

Project speedd-runtime contains the code for the runtime platform for SPEEDD. The speedd-runtime module depends on a bunch of other projects (e.g. storm, kafka, etc.). The dependencies are available on the internet and will be resolved by maven.

Build the speedd-runtime module by performing the following:

  1. cd speedd-runtime
  2. mvn clean install assembly:assembly

Installing and running dashboard app

Follow instructions for respective use cases:

Running demo scenarios

In the following sections we assume that your current working directory is 'speedd-runtime'.

Traffic Management

  1. cd scripts/traffic
  2. sudo ./start-speedd-runtime
  3. Open a new terminal and start the dashboard app following the instructions
  4. start sending input events by running ./playevents-traffic

Credit Card Fraud Detection

  1. cd scripts/ccf
  2. sudo ./start-speedd-runtime
  3. Open a new terminal and start the dashboard app following the instructions
  4. start sending input events by running ./playevents-fraud

Stopping SPEEDD prototype

  1. Kill the topology by running 'sudo scripts/kill-speedd-runtime'
  2. Stop the UI by killing the process (or Ctrl-C in the terminal shell where the UI process has been started)

Note: It is important to stop the prototype running current demo scenario before running another demo scenario (for example, if the traffic management demo is running, it is important to stop it before running the credit card fraud demo).

Seeing events and actions emitted by SPEEDD

For example, for traffic management:

  • For input events: run 'scripts/traffic/show-in-events'
  • For output events: run 'scripts/traffic/show-out-events'
  • For actions: run 'scripts/traffic/show-actions'

speedd's People

Contributors

icorreia avatar ishkin avatar kofman-alex avatar natan-morar avatar

Stargazers

 avatar

Watchers

 avatar  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.