Datawaves is a powerful API that enables developers to easily and efficiently access data from a variety of sources. With Datawaves, you can easily connect to and query data from popular data sources such as Amazon Redshift, Google BigQuery, and Microsoft SQL Server.
In addition, Datawaves provides a number of features that make it easy to work with data, including:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
datawaves: {
type: "app",
app: "datawaves",
}
},
async run({steps, $}) {
const data = {
"id": `123`,
"product": `iPhone Charger`,
}
return await axios($, {
method: "post",
url: `https://datawaves.io/api/v1.0/projects/${this.datawaves.$auth.project_id}/events/test`,
headers: {
"Authorization": `${this.datawaves.$auth.secret_key}`,
},
data,
})
},
})
Datawaves uses API keys for authentication. When you connect your Datawaves account, Pipedream securely stores the keys so you can easily authenticate to Datawaves APIs in both code and no-code steps.
You can find API keys in your project page