
Security News
CISA Extends MITRE Contract as Crisis Accelerates Alternative CVE Coordination Efforts
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
saiku-query-helper
Advanced tools
A simple node client for saiku REST api. The aim of this package is to run parameterized MDX queries, while minimizing the boilerplate code.
A simple node client for Saiku REST api. The aim of this package is to run parameterized MDX queries, while minimizing the boilerplate code. Parameters in your .saiku file should be formed like the following :
${MyParameter}
Install the module with: npm install -g saiku-query-helper
In order to run the examples you need to have a local Saiku server running with default configuration.
http://analytical-labs.com/downloads.php
Here is a straightforward example :
var SaikuQueryHelper = require('../lib/saikuQueryHelper.js');
var queryHelper = new SaikuQueryHelper('localhost','8080','bob','dylan');
// "weatherLogCubeParam" because our query is saved in saiku-server/tomcat/webapps/saiku/WEB-INF/classes/saiku-repository/weatherLogCubeParam.saiku
queryHelper.query("weatherLogCubeParam",true,{PropertyID: 10}, function(err,result){
console.log(result);
});
Another example containing a simple web server acting as a Saiku "wrapper" is also available in the "examples" directory.
This package has been tested with Saiku server 2.4 and might not work with upcoming versions (if Saiku REST api changes).
That's all folks!
Copyright (c) 2013 Fabien Allanic
Licensed under the MIT license.
FAQs
A simple node client for saiku REST api. The aim of this package is to run parameterized MDX queries, while minimizing the boilerplate code.
The npm package saiku-query-helper receives a total of 4 weekly downloads. As such, saiku-query-helper popularity was classified as not popular.
We found that saiku-query-helper demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.
Product
Socket's Rubygems ecosystem support is moving from beta to GA, featuring enhanced security scanning to detect supply chain threats beyond traditional CVEs in your Ruby dependencies.
Research
The Socket Research Team investigates a malicious npm package that appears to be an Advcash integration but triggers a reverse shell during payment success, targeting servers handling transactions.