I need to implement apache ignite in existing NODE js project. I read apache ignite documentation but unble to find from where to start and how to change queries from existing one. I create a NODE in java but how to link that node with node js thin client.
Have you tried copying & modifying some of Node.JS examples, such as SqlExample.js?
More are available through Ignite Node.JS docs section.