Posit Connect Cookbook

The Posit Connect Cookbook contains recipes for Python and R using the Posit SDK, which you can utilize to accomplish everyday tasks on your Connect server. The recipes are lightweight and intend to be straightforward.

Getting Started

Prior to diving into problem solving, use the following recipes to setup your environment and obtain an understanding of fundamental concepts used in the Posit SDK.

Users

You want to view information about a user.

Groups

Groups are a way to organize users into collections for easier management and access control. Control of group membership depends on how Posit Connect is configured. In some…

Content

You are building an interactive Python application which needs to act as the person visiting the application when accessing a private Databricks resource. The content must…

Content Access Controls

You need to transfer content ownership from one user to another. You might need to do this after a user’s account has been deactivated.

Content Organization

You want to find information on a tag for use in a tag-related workflow.

Jobs

Jobs are server processes associated with existing content items.

Server Management

You want to summarize the custom runtime settings of content on your Connect server.

Off Host Execution

Your Connect server is configured to use off-host execution. You want to know what container images are in use by content.

Metrics

You need to view how people are interacting with your content, including who is viewing your content, how frequently they are viewing it, when they view it, and other…

Operations

You want to deploy content to Posit Connect programmatically.

OAuth Integrations

You want to enable content access to third-party protected resources on behalf of the user.

No matching items