Oski Node Common
Central place for all common node components required by Oski Platform.
Installation
Using as a npm module
$ npm install --save oski-node-common
This will add oski-node-common to the package.json as dependency.
Features
-
Logging
- Support to push logs to Redis and AWS Firehose
- Support to log different types of logs
- Out of box Logging Sdk
-
Profiling
- Profile API calls
- Saves profile log to sink using Logging Sdk
-
Configuration Provider
- Support to fetch configuration from desire store
-
State Provider
- Support to save and retrieve state of the application.
Contribute
Please report problems or propose new ideas using the Oski Node Common GitHub issues.