Questions tagged [integration]

The process of linking together different computing systems and software applications physically or functionally, to act as a coordinated whole. For numerical integration problem, please use tag [numerical-integration].

Integration can also refer to the Integration function in Calculus.

Useful Links

Related Tags

5329 questions
1
vote
0 answers

OData Connector in Power BI issue

I am trying to integrate Power BI (desktop) and Dynamics NAV 2017 with OData url. I have created the OData, the link is working fine, but unfortunately when I try to connect on Power BI with the same url I get error: "We couldn't authenticate with…
1
vote
2 answers

How to interpolate position using velocity and position samples

I have a dynamic dataset of length n, which is greater than or equal to one. The dataset contains m-dimensional position and velocity values for discrete time. import numpy as np times = np.array([t1, t2, ..., tn]) positions = np.array([[p11,…
Alex
  • 47
  • 5
1
vote
0 answers

oracle data integrator(ODI) connection with mongodb database

In our system, we want to migrate our destination database to mongodb, As of now we are using oracle database, we are trying to Connect MongoDB from ODI but we are facing error as URL is wrong, below is formatted URL jdbc:mongodb:127.0.0.1:27017 I…
1
vote
1 answer

Is there a way to use multiple queries per flow in aws appflow?

I am using Amazon Appflow to transfer data between Datadog and AWS. Each appflow uses a query related to a single monitor in Datadog (such as a metric monitor, or an anomaly monitor). However, we have a huge amount of monitors in Datadog, and from…
user15569323
1
vote
1 answer

Qt6 integration of 3dconnexion spacemouse devices

hope this finds you well. I have been wondering if there are any updates regarding qt integration of the spacemouse sdk. I found this old post https://forum.3dconnexion.com/viewtopic.php?f=19&t=4968 but all the source code files are not present…
1
vote
1 answer

AWS - API Gateway - adding query string parameter via mapping template?

Is there a way to do this? My use case I'm trying to integrate API gateway and SNS, but every guide/tutorial I found get the TopicArn from the gateway incoming requeste, i.e. from the user call, but since my endpoint will push to a single topic I…
fudo
  • 2,254
  • 4
  • 22
  • 44
1
vote
0 answers

How to integrate my flutter package into a website that is not written in flutter

I am currently developing a flutter Chat application that I would like to add to an existing website developed in React. But I'm not sure how to do that or even if it's possible. I found articles about adding flutter to android or iOS apps. But I…
1
vote
1 answer

How to parse a json with dynamic property name in OIC?

I need to consume and parse incoming json from a third party system in my code. I used RestTemplate to do it. So the response from the system looks like below. { "data": { "05AAAFW9419M11Q": { "gstin": "05AAAFW9419M11Q", "error_cd": "SWEB_9035",…
1
vote
0 answers

How to open Google Colab files in Neovim?

I am looking for a way to open Google Colab files in Neovim. I am basically trying to figure out a way to connect the two platforms since I have to work on Google Colab for some CUDA related assignment stuff and I just love Neovim, By doing this, I…
1
vote
1 answer

Parsing JSON array to individual variables in Azure logic apps

I am trying to write a logic app to parse a Json Object and Update salesforce record. I am pretty new to both Salesforce and Azure logic apps, so I am trying to figure this out. Below is my Json File { "ContactId": null, "Email":…
1
vote
1 answer

BIM and IoT sensor integration

I am working on BIM and IoT sensor integration for the digital twin and I intend to use Autodesk Platform Services for the integration.I previously used the developer's guide for Data Visualization Extension. But I'm facing difficulties because I…
1
vote
0 answers

mvn sonar:sonar overrides the top level pom build time and runs sequentially at the end

After integrating sonar qube into my maven multi-module build and running mvn -U -B -Dmaven.test.failure.ignore -Psonar verify sonar:sonar I see the following build times [2023-01-06T17:00:17.831Z] [INFO]…
Shane Gannon
  • 6,770
  • 7
  • 41
  • 64
1
vote
1 answer

How to secure paypal integration for website

I have been using paypal in the past for selling stuff through my website ( e.g. memberships ) but I always had to verify through paypal whether the user really bought the membership (for example) before I could assign it to his/her account. Now I…
Skyfe
  • 11
  • 2
1
vote
0 answers

Multidimensional integration using python

Problem: Write a code that asks the user to input a functon with multiple variables and then integrates it using as limits numbers given by the user This is the code that I have written so far from sympy import Symbol, integrate, parse_expr import…
Opalakia
  • 11
  • 1
1
vote
1 answer

Talend tREST component cookie extract

Providing additional context in addition to the answer below that helped me get this done: tRowGenerator_1 - Used to simply allow tMap_1 to be used, nothing special here tMap_1 - Here I build the payload to be used in the call and pass it to a…
Douglas Korinke
  • 389
  • 7
  • 20