Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/svg/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Pentaho通过http Get或POST请求获取数据_Pentaho - Fatal编程技术网

Pentaho通过http Get或POST请求获取数据

Pentaho通过http Get或POST请求获取数据,pentaho,Pentaho,我有一个nodejs服务器,它使用tds连接到sqlserver数据库,并以xml或json格式返回请求的查询 请求将在http中,并包括sql查询,即 Select * from customers 节点服务器工作正常,但我现在想从Pentaho连接到它,并一直在尝试找出如何实现这一点 这是可能的吗?如果是,如何实现?如果使用CTools,可以使用AjaxRequestComponent,也可以直接在jquery中使用$.ajax

我有一个nodejs服务器,它使用tds连接到sqlserver数据库,并以xml或json格式返回请求的查询

请求将在http中,并包括sql查询,即

Select * from customers
节点服务器工作正常,但我现在想从Pentaho连接到它,并一直在尝试找出如何实现这一点


这是可能的吗?如果是,如何实现?

如果使用CTools,可以使用AjaxRequestComponent,也可以直接在jquery中使用$.ajax