Code Monkey home page Code Monkey logo

nefit's Introduction

NeFIT

About

This repository holds the assignment for the curricular unit of Paradigms of Distributed Systems, inserted on the plan of studies of Distributed Systems of Computer Engineering Master Degree at University of Minho. As such, with this project, we built trading system between manufacturers and importers, by incorporating several technologies such as Dropwizard,

Architecture

The final implementation has three distinct servers with different purposes.

  • Frontend: Built with Erlang, handles the communication from client to REST catalog and Negotiator
  • Catalog - A REST Server built with Java and Dropwizard with the main purpose of storing information about different importers, manufacturers, product and transactions
  • Nagotiator - Handles the negotiations of offers between Importers and Manufacturers and vice-versa
  • Client - Client application for frontend communication

How to Run?

In order to execute all the servers listed, at the project root directory one must run the following commands

$ make
$ cd exec
$ java -jar nefit-1.0.jar
$ make run-frontend
$ java -jar exec/Broker-1.0.jar 6001 6002
$ java -jar exec/Negotiator-1.0.jar 4001
$ java -jar exec/Negotiator-1.0.jar 4002
$ java -jar exec/Negotiator-1.0.jar 4003
$ java -jar exec/Client-1.0.jar

Miguel R. Solans

Tifany Silva

João Silva

Henrique Pereira

2019/2020

nefit's People

Contributors

miguelsolans avatar joaop21 avatar hpereira98 avatar sarah250 avatar

Watchers

James Cloos avatar

Forkers

sarah250

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.