Package: googlePubsubR 0.0.4

Andrea Dodet

googlePubsubR: R Interface for Google 'Cloud Pub/Sub' REST API

Provides an easy to use interface to the 'Google Pub/Sub' REST API <https://cloud.google.com/pubsub/docs/reference/rest>.

Authors:Andrea Dodet [aut, cre]

googlePubsubR_0.0.4.tar.gz
googlePubsubR_0.0.4.zip(r-4.5)googlePubsubR_0.0.4.zip(r-4.4)googlePubsubR_0.0.4.zip(r-4.3)
googlePubsubR_0.0.4.tgz(r-4.4-any)googlePubsubR_0.0.4.tgz(r-4.3-any)
googlePubsubR_0.0.4.tar.gz(r-4.5-noble)googlePubsubR_0.0.4.tar.gz(r-4.4-noble)
googlePubsubR_0.0.4.tgz(r-4.4-emscripten)googlePubsubR_0.0.4.tgz(r-4.3-emscripten)
googlePubsubR.pdf |googlePubsubR.html
googlePubsubR/json (API)
NEWS

# Install 'googlePubsubR' in R:
install.packages('googlePubsubR', repos = c('https://andodet.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/andodet/googlepubsubr/issues

On CRAN:

api-clientgoogle-pubsub

51 exports 9 stars 1.59 score 23 dependencies 1 dependents 22 scripts 289 downloads

Last updated 2 years agofrom:1c49c79836. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 23 2024
R-4.5-winOKAug 23 2024
R-4.5-linuxOKAug 23 2024
R-4.4-winOKAug 23 2024
R-4.4-macOKAug 23 2024
R-4.3-winOKAug 23 2024
R-4.3-macOKAug 23 2024

Exports:%>%DeadLetterPolicyDlqPolicyExpirationPolicyMessageStoragePolicymsg_decodemsg_encodeps_project_getps_project_setpubsub_authPubsubMessagePushConfigRetryPolicySchemaschemas_createschemas_deleteschemas_existsschemas_getschemas_listschemas_validateschemas_validate_messageSchemaSettingsSnapshotsnapshots_createsnapshots_deletesnapshots_existssnapshots_getsnapshots_listsnapshots_patchSubscriptionsubscriptions_acksubscriptions_createsubscriptions_deletesubscriptions_detachsubscriptions_existssubscriptions_getsubscriptions_listsubscriptions_modify_ack_deadlinesubscriptions_modify_pushconfsubscriptions_patchsubscriptions_pullsubscriptions_seekTopictopics_createtopics_deletetopics_existstopics_gettopics_listtopics_list_subscriptionstopics_patchtopics_publish

Dependencies:askpassassertthatcachemclicurldigestfastmapfsgarglegluegoogleAuthRhttrjsonlitelifecyclemagrittrmemoisemimeopensslR6rappdirsrlangsyswithr

Getting started

Rendered fromgetting_started.Rmdusingknitr::rmarkdownon Aug 23 2024.

Last update: 2021-11-10
Started: 2021-11-09

Pub/Sub driven {shiny} dashboard

Rendered fromshiny_consumer.Rmdusingknitr::rmarkdownon Aug 23 2024.

Last update: 2021-11-09
Started: 2021-11-05

Readme and manuals

Help Manual

Help pageTopics
Builds a DeadLetterPolicy ObjectDeadLetterPolicy
Builds a DqlPolicy objectDlqPolicy
Builds a ExpirationPolicy ObjectExpirationPolicy
Builds a MessageStoragePolicy objectMessageStoragePolicy
Decode Pub/Sub messagemsg_decode
Encode Pub/Sub messagemsg_encode
Get GCP projectIdps_project_get
Set GCP projectIdps_project_set
Authenticate a Pub/Sub clientpubsub_auth
Builds a PubsubMessage ObjectPubsubMessage
Builds a PushConfig ObjectPushConfig
Builds a retry policy objectRetryPolicy
Builds a Schema ObjectSchema
Creates a schemaschemas_create
Deletes a schemaschemas_delete
Check if a schema existsschemas_exists
Gets a schemaschemas_get
Lists all schemas in a projectschemas_list
Validates a schemaschemas_validate
Validates a message against a schemaschemas_validate_message
SchemaSettings ObjectSchemaSettings
Builds a Snapshot ObjectSnapshot
Creates a snapshot from the requested subscriptionsnapshots_create
Removes an existing snapshotsnapshots_delete
Check if a snapshot existssnapshots_exists
Gets the configuration details of a snapshotsnapshots_get
Lists the existing snapshotssnapshots_list
Updates an existing snapshotsnapshots_patch
Builds a Subscription ObjectSubscription
Acknowledges the messagessubscriptions_ack
Creates a subscription to a given topicsubscriptions_create
Deletes an existing subscription.subscriptions_delete
Detaches a subscription from a topic.subscriptions_detach
Check if a subscription existssubscriptions_exists
Gets the configuration details of a subscription.subscriptions_get
List subscriptionssubscriptions_list
Modify the ack deadline for a subscriptionsubscriptions_modify_ack_deadline
Modify PushConfig for a subscriptionsubscriptions_modify_pushconf
Updates an existing subscription.subscriptions_patch
Pulls messages from the server.subscriptions_pull
Seek a subscription to a point in timesubscriptions_seek
Builds a Topic ObjectTopic
Creates a pub/sub topictopics_create
Deletes a pub/sub topictopics_delete
Check if a topic existstopics_exists
Gets a topic configurationtopics_get
Lists topics from projecttopics_list
List attached subscriptions to a topic.topics_list_subscriptions
Updates an existing topictopics_patch
Adds one or more messages to the topictopics_publish