Document Conventions - DSS 6 | Data Source Solutions Documentation

Documentation: Document Conventions - DSS 6 | Data Source Solutions Documentation

Document Conventions

This section explains the conventions used in Data Source Solutions DSS documentation.

Convention Description
bold Indicates computer terms that are fixed, field or button name in UI, keywords, action name, action parameters, commands, command parameters, file names, directory path.
italics Indicate computer terms that are variables or placeholders requiring user-supplied values. For example, in a directory path such as DSS_CONFIG/hubs/myhub, the word 'myhub' is in italics indicating that it is a variable and should be replaced with the appropriate value.
[ ] Text inside square brackets [ ] indicates optional entries.
| The vertical line or pipe sign ( | ) separates a mutually exclusive set of options.
SELECT * FROM table1; Code examples, syntax, and commands recognized by the system are displayed in code blocks using a monospaced font.
dsshubserver -acs
Code examples or SQL statements embedded inside paragraphs are displayed in a monospaced font with a gray background. For example, "The DSS database user must be granted the CREATE TABLE privilege".

Menu

Menu selection sequences are displayed in bold and each menu item is divided by the symbol. For example, select Tools ▶ Data ▶ Entity ▶ Organization. This means select the Tools option in the menu bar, then select the Data option in the Tools menu, then select the Entity option in the Data sub-menu and finally click the Organization option in the Entity sub-menu.


Environment Variables

All occurrences of DSS_HOME, DSS_CONFIG, and DSS_TMP in paragraphs should be treated as environment variables. Linux/Unix users need to add a dollar sign ($) and Windows users need to add percent signs (%) when setting variables in their operating system.

For example, if a paragraph mentions something about DSS_CONFIG/logs/, it should be interpreted as:

  • In Linux/Unix - $dss_config/logs
  • In Windows - %dss_config%/logs

File/Directory Path

Many path names follow the Unix conventions, where a forward slash '/' is used as a file path delimiter. On the Microsoft Windows platform, this corresponds to a backward slash '\'. Generally, DSS automatically converts between the forward and backward slashes as needed, allowing them to be used interchangeably.


Callouts

We use the following callouts in our documentation to highlight key information:

  • Note

Provides additional information that enhances understanding but is not critical to functionality.

  • Important

Highlights crucial information that the user must be aware of to avoid errors or issues.

Offers useful suggestions, best practices, or shortcuts.

Alerts about potential risks, data loss, security issues, or irreversible actions.


Labels

We use the following labels in our documentation to convey long messages concisely.


Icons

We use the following icons in this documentation:

Icon Description
Indicates an DSS Agent process or machine.
Indicates an DSS Agent proxy process or DSS Agent proxy machine or a file proxy.
Indicates a channel.
Indicates a database location or location whose type (db/file/kafka) is unknown or hub repository or hive database for external tables.
Indicates a file location or directory or temporary file.
Indicates a Kafka location.
Indicates a location group.
Indicates a table.
Indicates a table group.
Indicates a capture job.
Indicates an integrate job.
Indicates the direction of replication.
In the DSS UI, the color of this icon changes to blue when the channel is activated and to red if a job fails or the latency threshold is exceeded.