KVdb is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/
Go to siteWith the KVdb API, you can build a simple key-value database that can be used to store data for your application. The API provides a simple, easy-to-use interface that can be used to add, update, and delete data from your database.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
kvdb: {
type: "app",
app: "kvdb",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://kvdb.io/${this.kvdb.$auth.api_key}/`,
})
},
})
KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/
KVDB is designed for quick and easy integration into projects that need a globally accessible key-value database. To get started, create at API key at https://kvdb.io/
KVdb uses API keys for authentication. When you connect your KVdb account, Pipedream securely stores the keys so you can easily authenticate to KVdb APIs in both code and no-code steps.
Not all API endpoints in KVdb require the use of an API key, however buckets can be protected with secret keys. They can be generated by sending a request the endpoint Create Bucket.