Search code examples
sqlnode.jsangularjsignite

I need to implement ignite into existing NODE js project. I read documentataion of apache ignite but could not find out how to start


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.


Solution

  • Have you tried copying & modifying some of Node.JS examples, such as SqlExample.js?

    More are available through Ignite Node.JS docs section.