Code Monkey home page Code Monkey logo

fly-time's People

Contributors

emadbinabid avatar

Watchers

 avatar  avatar

fly-time's Issues

Create a Script to Setup ArangoDB Database, Collections, and Indexes

Currently, whenever we need to create a database, collections, or indexes, we do it manually through the shell. This process is repetitive and not very developer-friendly.

To overcome this, we need to come up with a one-off mechanism (a shell script) that would set up the database infrastructure, create relevant collections, and import data in those collections, if needed.

Develop Helm Chart to Install 'Fly Time' Docker Container on Kubernetes

As of now, we have an isolated and independent Docker container for Fly Time. The ArangoDB instance it uses needs to run in the local environment and then the environment variables need to be set so that the containerized fly-time can talk to the locally-hosted ArangoDB instance.

As part of this ticket, we need to develop Helm chart that will install fly-time and also the ArangoDB instance in the distributed Kubernetes environment and assign the DB connection values from within the Kubernetes cluster.

On a higher level, we will need to create a deployment pod, corresponding Kubernetes service, a job that will create the database, and a config map.

Incorporate Airport Delays When Finding the Connections

A lot of factors can affect the whole customer journey from one airport to another. One example would be airport delays.

We need to come up with a solution that takes into account the airport delays as well when finding the connections between airports.

https://app.swaggerhub.com/apis/FAA/ASWS/1.1.0#/FAA%20Airport%20Status%20Service/getDelays looks like a useful API to look at.

For a given day, on a higher level, after querying the flights from DB, we need to query the above API to get the delays between airports and add the delay-time to returned results.

But this approach does not guarantee the cumulative lowest travel time if we label the airport delays as "travel time" as well.

The business prospect of this use-case is open for discussion.

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.