GithubHelp home page GithubHelp logo

marketdata's Introduction

Build Status

MarketData

Java

The project is based on Java8. As a prerequisite you also need maven3.
There are 3 modules:

  1. marketdata-common: infrastructure code, mostly related to RxNetty. You do not need to change anything in this module
  2. marketdata-external: fake marketdata providers. You just need to run class Market. No code change required during the handson
  3. marketdata-web: the module where you will write code! Class Application launch a bunch of tiny HTTP servers, listening on different ports, that will be used by the Typescript UI (see below). Also these tiny servers relies on fake providers from marketdata-external.

TypeScript

The whole UI is written in Typescript. You can either 'transpile' the code using the command line or directly within the browser. Everything is already set up.

Build

Go in the marketdata-web directory.
First step is to retrieve the dependencies:

npm install

Then you can run the tests with the following command:

npm test

How to run the application

You need to launch 2 java processes:

  1. One java process running class Market. This is our fake market data providers
  2. One Java process running class Application. This class will run several HTTP netty servers that will be used by the Typescript UI. To open the UI in your browser just use URL http://localhost:8000

marketdata's People

Contributors

alexvictoor avatar flegall avatar seblm avatar

Stargazers

Jacob Stein avatar  avatar Henri d'Orgeval avatar François Blarel avatar Christophe avatar Hakim Mazouz avatar Thierry ABALEA avatar  avatar Morgan Leroi avatar Aly-Bocar Cissé avatar  avatar

Watchers

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