unomi-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

Apache Unomi Nodejs Sdk

Getting Stared

You can install the Apache Unomi Node.js SDK using npm or yarn:

npm install --save unomi-node-sdk
yarn add unomi-node-sdk

Connect to UnomiSdk

You can connect to UnomiSdk using the connect function:

import unomisdk from "unomi-node-sdk";

const unomisdk = unomisdk.connect({
  url: "http://localhost:8181",
  auth: {
    username: "karaf",
    password: "karaf"
  },
  elasticUrl: "http://localhost:9200"
});

export default unomisdk;

LICENSE

Apache 2.0

Package Sidebar

Install

npm i unomi-node-sdk

Weekly Downloads

3

Version

1.2.1

License

none

Unpacked Size

146 kB

Total Files

54

Last publish

Collaborators

  • lokesh.ravichandru