Hi, We have a java application which is configured to our database. Whenever we invoke an job in our application it goes to respective table inside the database and run the job and pull data into our application. Now we are planning to put denodo in b...
Answers:
5
Connecting to an external web service Java Procedure Denodo 5.5 extraction Denodo Excel Add-In Denodo Testing Tool REST Webservice
Hello, I am querying data from a web service and the derived views that I have built use data from multiple tables. I have built the base views for each of these locations separately. When I query the derived views, I'd like for the calls to the webser...
Answers:
1
Hello, I am using a derived view that sends multiple calls to a web service. In some cases the same base view is joined in multiple times (and I assume this means that the same web service call is sent multiple times). One the one hand I could set up ...
Answers:
1
I am trying to connect to the Denodo views and struggling creating a connection below is my code.. --- is commented code , reated DSN also but still doesnt connect import psycopg2 conn = psycopg2.connect(host="denodo-dev.com:2000",database="ldw", ...
Answers:
1
I am a denodo newbee. I am trying to use OpenWeatherMap.org's web service interface to pull temperature data from a certain time and location and put it into a Denodo table. I can get Denodo to create the SQL to make the call, but it is using the wron...
Answers:
1