Caching in Azure Functions using python -


i using azure queue trigger in azure function.

my azure function connects mongodb , fetches collections.

some of collections common queue jobs , can vary 1000 documents 1 million documents.i need cache collections.

i don't want use external caching services(azure redis server etc).

is there way use disk caching(or other kind of caching)?

i using python 3.5.2.

i have used diskcache cache mongodb results.

diskcache apache2 licensed disk , file backed cache library, written in pure-python, , compatible django.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -