1.0.0 • Published 7 years ago
apache-ignite-client v1.0.0
NodeJS Client for Apache Ignite
Installation
Node.js version 8 or higher is required. Either download the Node.js pre-built binary for the target platform, or install Node.js via package manager.
Once node and npm are installed, you can use one of the following installation options.
Installation via npm
Execute the following command to install the Node.js Thin Client package:
npm install -g apache-ignite-clientInstallation from Sources
If you want to install the Thin Client library from Ignite sources, please follow the steps:
- Download Ignite sources to
local_ignite_path - Go to
local_ignite_path/modules/platforms/nodejsfolder - Execute
npm linkcommand - Execute
npm link apache-ignite-clientcommand (needed only for examples)
cd local_ignite_path/modules/platforms/nodejs
npm link
npm link apache-ignite-client #linking examples (optional)For more information, see Apache Ignite Node.JS Thin Client documentation.
1.0.0
7 years ago