Rockset is a serverless search and analytics engine that allows you to create live dashboards and real-time data APIs on DynamoDB, Kafka, S3 and more.
Go to siteRockset API is a modern API for real-time query on complex data. With Rockset, you can build applications with routinely updated datasets, such as web traffic logs, machine generated data, sensor data, ad-tracking data, and IoT device data, to unlock real-time insights and actionability. In this article, we’ll discuss the various types of applications you can build with Rockset API.
Rockset gives you the power to:
Here are some example applications you can build using Rockset API:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
rockset: {
type: "app",
app: "rockset",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.rs2.usw2.rockset.com/v1/orgs/self/users/self`,
headers: {
"Authorization": `ApiKey ${this.rockset.$auth.apikey}`,
},
})
},
})
Add documents to a collection in Rockset. Learn more at https://docs.rockset.com/rest/#adddocuments.
Create a new integration with Rockset. Learn more at https://docs.rockset.com/rest/#createintegration
Rockset uses API keys for authentication. When you connect your Rockset account, Pipedream securely stores the keys so you can easily authenticate to Rockset APIs in both code and no-code steps.
API Keys in Rockset can be created via the Rocketset console. Located under the Manage menu to the left, option API Keys.