Docs Menu
Docs Home
/ /

Manage Stream Processing Workspaces

An Atlas Stream Processing workspace provides a context for all of your operations on streaming data. The procedures in this page walk you through creating and configuring your stream processing workspaces.

To create and configure a stream processing workspace, you must have the following:

  • An Atlas project

  • An Atlas user with the Project Owner, the Project Stream Processing Owner, or the Project Data Access Admin role to manage a Stream Processing Workspace.

    Note

    While the Project Owner, Project Stream Processing Owner, and Project Data Access Admin roles all grant the privileges to create, view, edit and delete stream processing workspaces, the Project Owner role also allows users to perform tasks such as creating database deployments, managing project access, and more.

    See Project Roles to learn more about the differences between these roles.

To view your stream processing workspaces:

To list all stream processing instances in the project you specify using the Atlas CLI, run the following command:

atlas streams instances list [options]

To return details of one stream processing instance you specify using the Atlas CLI, run the following command:

atlas streams instances describe <name> [options]

To learn more about the syntax and parameters for the previous commands, see the Atlas CLI documentation for atlas streams instances list and atlas streams instances describe.

Tip

See: Related Links

1
  1. If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your project from the Projects menu in the navigation bar.

  3. In the sidebar, click Stream Processing under the Streaming Data heading.

The Stream Processing page displays.

The Atlas Administration API provides different endpoints for retrieving one or all stream processing workspaces.

Return One Stream Instance

List All Stream Instances

To create a new stream processing workspace:

To create one stream processing instance in the project you specify using the Atlas CLI, run the following command:

atlas streams instances create <name> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas streams instances create.

1
  1. If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your project from the Projects menu in the navigation bar.

  3. In the sidebar, click Stream Processing under the Streaming Data heading.

The Stream Processing page displays.

2
  1. Click Create instance in the upper right corner.

  2. Configure your new stream processing workspace.

    • Select a stream processing workspace tier.

    • Select a Cloud Provider.

    • Select a Region from the dropdown menu.

    • Enter a string for the Instance Name. Each stream processing workspace name must be unique within a project.

  3. Click Create.

The Atlas Administration API provides an endpoint for creating a stream processing workspace.

Create One Stream Instance

To delete a stream processing workspace:

To remove one stream processing instance from the project you specify using the Atlas CLI, run the following command:

atlas streams instances delete <name> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas streams instances delete.

1
  1. If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your project from the Projects menu in the navigation bar.

  3. In the sidebar, click Stream Processing under the Streaming Data heading.

The Stream Processing page displays.

2
  1. Locate the overview panel of the stream processing workspace you want to delete

  2. Click the ellipsis ... icon in the upper-right.

  3. Click Delete instance.

  4. When prompted, type the name of the stream processing workspace in the text field.

  5. Click Delete.

The Atlas Administration API provides an endpoint for deleting a stream processing workspace.

Delete One Stream Instance

To edit an stream processing workspace:

To update one stream processing instance in the project you specify using the Atlas CLI, run the following command:

atlas streams instances update <name> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas streams instances update.

The Atlas Administration API provides an endpoint for editing a stream processing workspace.

Update One Stream Instance

To download your stream processing workspace audit logs:

To download audit logs of one stream processing instance you specify using the Atlas CLI, run the following command:

atlas streams instances download <tenantName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas streams instances download.

1
  1. If it's not already displayed, select the organization that contains your project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your project from the Projects menu in the navigation bar.

  3. In the sidebar, click Stream Processing under the Streaming Data heading.

The Stream Processing page displays.

2

Click . From the dropdown menu, select Audit Logs.

3

In the modal window, select a Time Period from the dropdown menu. This value determines the logging interval used to delimit events in the downloadable log file.

4

The Atlas Administration API provides an endpoint for creating a stream processing workspace.

Download Audit Logs for One Atlas Stream Processing Instance

Back

Stream Processor Windows

On this page