Socket
Socket
Sign inDemoInstall

griddb_node

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    griddb_node

Node.JS Client for GridDB (an In-Memory NoSQL Database for highly scalable IoT applications)


Version published
Weekly downloads
16
increased by1500%
Maintainers
1
Install size
2.00 MB
Created
Weekly downloads
 

Readme

Source

GridDB Node.JS Client

Overview

GridDB (https://github.com/griddb/griddb_nosql) is a highly scalable NoSQL database best suited for IoT and Big Data. This is Node.JS Client Library for GridDB.

Operating environment

Execution of the sample programs have been checked in the following environment.

OS:              CentOS 7.6(x64)
Node.js:         v10
GridDB Server and C Client:   4.1 CE

QuickStart

Preparations

Install Node.js(v10) and GridDB C Client (https://github.com/griddb/c_client) .

Install

$ npm install griddb_node

How to run sample

GridDB Server need to be started in advance.

1. Set LD_LIBRARY_PATH

    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:<C client library file directory path>

2. The command to run sample

    $ cp node_modules/griddb_node/sample/sample1.js .
    $ node sample1.js <GridDB notification address> <GridDB notification port>
        <GridDB cluster name> <GridDB user> <GridDB password>
      -->[ 'name01', false, 1, <Buffer 41 42 43 44 45 46 47 48 49 4a> ]

License

GridDB Node.JS Client source license is Apache License, version 2.0.

Keywords

FAQs

Last updated on 28 May 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc