1.3.3 • Published 4 months ago

iggy-bin v1.3.3

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

iggy-bin

iggy-bin is an unofficial node.js client for iggy-rs's binary protocol, written with typescript. it currently only support tcp & tls transports.

diclaimer: although all iggy commands & basic client/stream are implemented this is still a WIP provided as is and has still a long way to go to be considered "battle tested".

install

$ npm i iggy-bin

basic usage

import { Client } from 'iggy-bin';

const credentials = { username: 'iggy', password: 'iggy' };

const c = new Client({
  transport: 'TCP',
  options: { port: 8090, host: '127.0.0.1' },
  credentials
});

const stats = await c.system.getStats();

use sources

Install

$ npm ci

build

$ npm run build

test

$ npm run test
1.3.3

4 months ago

1.3.2

5 months ago

1.3.1

5 months ago

1.3.0

6 months ago

1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago