0.0.27 • Published 4 years ago

oe-nsaichandra-utils v0.0.27

Weekly downloads
442
License
MIT
Repository
github
Last release
4 years ago

oe-common-utils

A well defined useful set of customizations on oe-apps packed as a pluggable module.

Gcloud logging

To enable/disable streaming of logs to google cloud logging service when app depoyed in Google App Engine. set environment variables as below: ENABLE_GCLOUD_LOGGING=true ENABLE_GCLOUD_LOGGING_LVL=info

CachingMixinNSC

A mixin to enable caching on any model connected to mongodb via oe-connector-mongodb. Supports caching by node-cache module as of today (Read through cache).

 "mixins": {
    "CachingMixinNSC": {
      "cacheModule": "node-cache", //default is node-cache
      "stdTTL": 300,
      "checkperiod": 300,
      "useClones": false,
      "deleteOnExpire": true,
      "maxKeys": 100
    }
  }
0.0.27

4 years ago

0.0.26

4 years ago

0.0.23

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago