Skip to main content
Version: 2.12.X

Building Views in Cogynt Workstation

Cogynt Workstation offers both data visualization and tools for detailed data analysis. This work occurs within a view. A variety of widgets usually compose a view.

For the final part of this exercise, you'll send the data from your deployment to Cogynt Workstation, then construct a view to visualize and analyze it.

Note

All of the processes outlined on this page should be performed in Cogynt Workstation.

Ingesting Data into Workstation

When you first log in to Workstation, your workspace will be blank. This is because Workstation has no data to show yet.

The process by which Workstation accepts and processes data for display is called "ingesting." In this step, you'll direct Workstation to ingest your data.

To ingest your data into Workstation:

  1. At the top of the Workstation homepage, click Admin.
  2. Under Ingestion Settings, locate the Projects dropdown menu and select your project from it. (Following our example, the project to select is "Hello World" + your initials.)
  3. Click the Status toggle to set it to the "on" position. This starts the data ingestion.

The ingestion status is indicated by one of the following colors:

  • Gray: Ingestion is not running.
  • Yellow with Strike: Ingestion is suspending.
  • Yellow: Ingestion has suspended.
  • Green: Ingestion is running.
  • Red: The selected topic does not exist.

Note

If you suspend ingestion, you will no longer receive new messages from the suspended data stream. However, the stream's historical data will remain available in Workstation.

To receive real-time updates from a data stream, keep ingestion running.

Now that Workstation knows where to find your data and has begun to process it, the final step in this exercise is to create a view to visualize and work with the data.

Creating Views

For the final part of this exercise, you'll construct a view to see your data in action. You'll start by creating the view itself. Then you'll customize the view by adding several widgets to it, and configure the widgets to show your data.

To create your view:

  1. At the top of the Workstation homepage, click Home.
  2. In the left navigation pane, click +.
  3. In the Add New View dialog:
    1. In the Name field, type a name for the view. (For this exercise, "Hello World" is recommended.)
    2. In the Description field, type a description for the view if desired.
    3. Click Create.

With the view created, the next step is to add widgets to it. For this exercise, you'll use three specific widgets to visualize your data set.

To add the widgets to your view:

  1. Within the view you created, in the left navigation pane, click the 3x3 grid (𓃑) icon.
  2. In the Add Widgets to the View dialog, click the + icon beside the following widgets:
    • Object Details Viewer
    • Events Stream
    • Interactive Map
  3. In the view, click and drag a widget's top bar to reposition it as desired. Click and drag the bottom-right corner of each widget to resize them as needed.

All that remains now is to configure the widgets:

  1. In the Events Stream widget, type the name of your project in the Search bar. (Following our example, "Hello World" + your initials.) This gives you a set of events to work with.
  2. Click and drag an event from the Events Stream widget to the Object Details Viewer widget. This allows you to view the event's data.
  3. Click and drag the target icon from the upper-right of the Event Stream widget to the Interactive Map widget. This plots all the events from the stream on the map.
  4. In the Interactive Map widget, at the bottom-right of the screen, click the + and - buttons to zoom in and out of the map.

Now you're free to experiment. Inspect individual events in the Object Details Viewer widget, or manipulate the Interactive Map widget's zoom features until you see all the capitals from your data set at a glance.

The data set as seen through the Interactive Map widget. Say hello to the world!

Did you find the information that you needed?