Streaming Hub 0.1

Database workspace

Browse and edit files that Streaming Hub automations use for structured context and local data.

Alpha
Verified withStreaming Hub: unreleased development buildPlugins: None

The Database tab is the interface for the Data Explorer. It only exposes locations configured as storage roots, then keeps navigation, file operations and text editing inside the application.

The left side selects a file from an allowed root; the right side shows its path, search controls and editor.

Workspace elements

CalloutElementPurpose
1Root selectorChooses which configured storage root the workspace displays, such as the project Context root.
2File actionsRefresh reloads the tree; Manage Roots configures allowed locations; New File and New Folder create items; Rename and Delete modify the selection; Open Folder opens its location in Windows; Copy Relative Path copies the project-relative path used by data steps.
3File filterFilters the tree by file name or path without changing files on disk.
4File treeBrowses folders and files inside the selected root. Selecting a supported text file opens it in the editor.
5Current pathShows the selected file relative to its configured root.
6Reload and SaveReload discards the editor buffer and reads the file again; Save writes the current editor contents.
7Find in fileSearches within the open file. Prev and Next move between matches; the counter shows the current and total match count.
8JSON editorDisplays and edits the selected supported text or JSON file.
9File stateReports loading, selection, validation and save status for the current file.
10Logs and service statusProvides the same Log panel filters and connection/project indicators available in other workspaces.

Root and path model

A root gives a friendly name to an allowed local directory. Files are addressed relative to that root—for example, context/Users/timasich/Profile.json—so a script does not need to depend on one computer's absolute path. Root configuration and path safety are described in Context storage.

Edit safely

Use Reload when another tool changed the file and you want the on-disk version. Use Save only after the JSON is complete and valid. Rename and Delete operate on the selected tree item, so confirm the highlighted path before using them.