* Quick summary This library will provide some function where we can pass sql as params and get the data. As well as we can kill the runing query and get the cluster info also.
npm install modern-query-engine* Quick summary
This library will provide some function where we can pass sql as params and get the data. As well as we can kill the runing query and get the cluster info also.
* Version : 1.0.2
const queryConfig = {
minervaUrl: URL,
querySubmitTimeout: 15000,
nextUriTimeout: 100,
minervaRoutingGroup: "",
minervaClusterName: "minervab",
userID : ""
};
init(queryConfig);
NOTE: only minervaUrl && userID is required.
let { columns, queryInfo, cluster, data } = query(apiKey, query, (progress: any) => { });
killQuery(queryProgress, apiKey);