0.0.4 • Published 11 months ago

pip-services4-data-node v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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
0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago