
io.kestra.plugin.gcp.firestore.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-gcp Show documentation
Show all versions of plugin-gcp Show documentation
Integrate Google Cloud Platform services with Kestra data workflows.
@PluginSubGroup(
title = "Firestore",
description = "This sub-group of plugins contains tasks for accessing Google Cloud Firestore.\n" +
"Firestore is a flexible, scalable NoSQL cloud database.",
categories = { PluginSubGroup.PluginCategory.DATABASE, PluginSubGroup.PluginCategory.CLOUD }
)
package io.kestra.plugin.gcp.firestore;
import io.kestra.core.models.annotations.PluginSubGroup;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy