Coder Social home page Coder Social logo

countries-php-api's Introduction

Hi there ๐Ÿ‘‹

Jeroen's github stats

countries-php-api's People

Contributors

jeroendesloovere avatar magkopian avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

magkopian

countries-php-api's Issues

Implementation of caching mechanism

Right now the class is working great but there are some issues. First of all, what happens if the geonames.org server is down? The cURL will fail to fetch the data, and that will cause unexpected behavior of the application that uses the class. Furthermore, it's not very efficient to make an API call to an external web server every single time a user just accesses a page with a country drop-down list.

I was thinking of creating a simple caching mechanism that would save the response of the geonames.org to a local JSON file. This file would act as cache and it would have an expiration date. Until the cache expires it would use it to return the country information to the user. When the cache expiries it would try to fetch the data directly from geonames.org, if the fetch is successful it would update the cache file, if is not it would give the user the old response from the cache file even thought it is expired (better than returning to the user nothing).

Some of the requirements for the caching mechanism that I was thinking of are the following:

  • The user needs to be able to disable the cache. This is mostly useful on development environments.
  • Because some websites are multilingual and the language parameter may change dynamically, every time a new language get fetched a new cache file for that specific language need to be created, so the cache for new language won't overwrite the cache of the previous language.
  • The path of the cache directory need to be configurable by the user.
  • The name of the each cache file needs to be unique and part of it random, in case the cache directory that the user choose is used also by other modules.

What do you think?

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.