UNPKG

759 BMarkdownView Raw
1[![coverage report](https://gitlab.com/hidden-fox/common/badges/master/coverage.svg)](https://hidden-fox.gitlab.io/common)
2[![pipeline status](https://gitlab.com/hidden-fox/common/badges/master/pipeline.svg)](https://gitlab.com/hidden-fox/common/-/pipelines)
3[![npm version](https://img.shields.io/npm/v/@navadt/common)](https://www.npmjs.com/package/@navadt/common)
4
5# Nava DT Common
6
7This package contains several commonly needed functionalities accross nava technologies microservices.
8
9- IdGenerator, generate mongo db valid ids.
10- Mongo Connector, initialize a mongoose connection to mongo db.
11- Models and repositories.
12- Logger based in log4js and customized to include the file name and the line.
13- Databricks service to interact with Databricks API.