NodeJS Client for Apache Ignite
npm install apache-ignite-clientnode and npm are installed, you can use one of the following installation options.
npm install -g apache-ignite-client
`
$3
If you want to install the Thin Client library from Ignite sources, please follow the steps:
1. Download Ignite sources to local_ignite_path
2. Go to local_ignite_path/modules/platforms/nodejs folder
3. Execute npm link command
4. Execute npm link apache-ignite-client command (needed only for examples)
`bash
cd local_ignite_path/modules/platforms/nodejs
npm link
npm link apache-ignite-client #linking examples (optional)
``