pip-services4-data-node
v0.0.4
Published
Data Handling Components in Node.js / ES2017
Downloads
40
Maintainers
Readme
Data Handling Components for Node.js
This module is a part of the Pip.Services polyglot microservices toolkit.
It dynamic and static objects and data handling components.
The module contains the following packages:
- Data - data patterns
- Keys- object key (id) generators
- Process- data processing components
- Query- data query objects
- Random - random data generators
- Validate - validation patterns
Quick links:
Use
Install the NPM package as
npm install pip-services4-data-node --save
Develop
For development you shall install the following prerequisites:
- Node.js 14+
- Visual Studio Code or another IDE of your choice
- Docker
- Typescript
Install dependencies:
npm install
Compile the code:
tsc
Run automated tests:
npm test
Generate API documentation:
./docgen.ps1
Before committing changes run dockerized build and test as:
./build.ps1
./test.ps1
./clear.ps1
Contacts
The module is created and maintained by Sergey Seroukhov and Danil Prisyazhniy.
The documentation is written by:
- Egor Nuzhnykh
- Alexey Dvoykin
- Mark Makarychev
- Eugenio Andrieu