Giter VIP home page Giter VIP logo

cartier's Introduction

cartier's People

Contributors

leonhfr avatar

Watchers

 avatar  avatar

cartier's Issues

[IMPROVEMENT] Make `areaDivider` aynchronous

Motivation

Save resources and execution time

Proposition

Look into the possibility of making areaDivider asynchronous (wrapping in a promise?) to save resources and process several divisions in parallel

[IMPROVEMENT] Cache zones to S3

Motivation

Save resources by not computing the zones at every area update.

Proposition

  • add a boolean zonesComputed to the Dynamo table and the Area type (default: false)
  • if true, retrieve the zones from S3
  • if false, generate the zones, store them to S3 and update the Dynamo table

[IMPROVEMENT] Better API resources management

Motivation

Better API resources management

Proposition

  • make the rate at which the scheduler is called configurable on deployment
  • make the number of api requests per time frame configurable on deployment

Tweak the two of them to get best performance, as long as rate * number < api limit

[IMPROVEMENT] Make the precision of the division dependant on the area

Motivation

If there are several areas of wildly different sizes, it is possible to not be efficient in the division because one may be too tiled in zones compared to its size

Proposition

Make the precision of the tiling dependent on the area (square kilometers)

Possible caveat: this would be highly inefficient for an area resembling an elongated bar for example

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.