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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -