Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This is a page that contains the resources for GeoDashboard Refactoring.

Config file for Parser

This is evaluated in terms of python 

Possible config file formats

https://martin-thoma.com/configuration-files-in-python/

...

  • XML
    • python library: many python xml library
    • problem: 
      • cumbersome to edit the file itself. 

Possible choice: YAML

 

Caching API

Testing and looking in to caching technology for RESTful API

Useful articles

Varnish

Memcached

Redis 

...