Hi Folks,
I want to use node.js application in Pentaho like "browserify" or "graphql" .
I am currently using graphql query on npm and getting the Result .This result I am using in Pentaho By calling Graphql REST API.
But I want to avoid REST API and directly use graphql in Pentaho.
Please let me know how can I integrate with Pentaho . I don't want to use node application by Ajax call or without running node server.
Thanks in Advance .