1.1.4 • Published 3 years ago

nia.js v1.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

nia

Install

npm install nia.js

Delete Old Elastic data

curl -XDELETE localhost:9200/*

Usage

import { Nia } from 'nia.js';

Nia(opts);
const opts = {
  esOpts: {
    esHost: 'localhost',
    esPort: '9200',
    log: 'error',
    apiVersion: '7.2',
    requestTimeout: 50000,
  },
  esIdx: '{by default collection_name}',
  esType: '{by default collection_name}',
  moColl: '{collection_name}',
  moUrl: `mongodb://localhost:27017/{database_name}`,
  pQueue: 250,
};
1.1.4

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago