Skip to main content

Text Insights Dashboard

Learning goals

Combine a browser sink with a public server result.

Quick reference: Level 2; starter; output type word_frequency; estimated cost: none.

Architecture

Text alternative: The graph contains FlowBeads/input, DataBeads/Word Frequency, Viewers/Word Cloud , FlowBeads/output. It accepts public input and returns a public result.

Prerequisites

None.

Connections

None.

Secrets

No paid secret is required.

Build and run

  1. Run the paragraph fixture.
  2. Open the Word Cloud sink.
  3. Inspect the sorted frequency output.

Use this fixture in the Test panel:

Short paragraph
Braids connect ideas. Braids connect data. Data becomes insight.

Expected result

  • frequency data is returned
  • Word Cloud sink is available
  • run timeline includes both branches

Open the persisted run and verify the node timeline. Browser sinks appear in the Inspector; public output appears in the run result when enabled.

Side effects and cost

This Braid has no external side effect.

Cost: none. DataBraid stores summaries and structured errors, not secret values.

Extensions

  • Change the fixture and compare the node-level timeline.
  • Add a Data Probe before the final output.
  • Save a known-good fixture for regression testing.