Git Product home page Git Product logo

analyze-vessel-schedules's Introduction

Analyze-Vessel-Schedules

This is a tool to import vessel schedules from an external data source and display interesting statistics about these schedules.

Technologies Used:

  • Javascript, NodeJS (Runtime environment)
  • Express framework
  • NodeJS libraries:
    • axios
    • percentiles
    • dotenv

Pre-requisites

  • NodeJS installed (^12.18.3)
  • Basic understanding of running npm/node commands.

Setup:

  1. Clone the GitHub repository to your system.
  2. Run npm install from command-line.
  3. Create .env file and include API urls, port details like below:
port=5000
vesselsAPI=""
scheduleAPI=""
  1. Run npm start

Statistics

  • The top 5 ports with the most arrivals, and the corresponding number of total port calls for each port. Arrivals means the vessel actually stopped at the port [isOmtted flag is set to false]

Endpoint: "http://localhost:5000/mostArrivalsPort"

  • The top 5 ports that have the fewest port calls, and the number of total port calls for each port.

Endpoint: "http://localhost:5000/leastPortCalls"

  • For each port, the percentiles of port call durations: 5th, 20th, 50th, 75th and 90th percentiles.

Endpoint: "http://localhost:5000/portPercentiles"

  • For each vessel, calculate the 5th, 50th and 80th percentiles for the port call delay when the vessel is 14, 7 and 2 days from arrival.

Endpoint: "http://localhost:5000/vesselPercentiles"

analyze-vessel-schedules's People

Contributors

kanika-singla avatar

Stargazers

 avatar

Watchers

 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.