Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Loading...
Writeback page updated with Lake component UI
The Writeback page now uses the Lake component’s UI, providing a more consistent and user-friendly experience across the platform.
"Migrated" checkbox now works correctly in the Lake component.
Refresh functionality fixed and now works in Audit Logs.
Added new button animations to enhance user interaction feedback.
Fixed ClickHouse integration bugs.


Token Usage Cards: Detailed cards display comprehensive information about your token consumption.
Automatic Token Purchase: Enable automatic purchase of additional premium tokens when your balance runs low.
Token Cost Breakdown: View detailed information about token costs for each action and operation.
Insurance & Retention Information: New informational sections help you understand insurance and data retention policies.
Fixed pagination issues across pages.
Resolved diagram popup display problems.
Fixed filter functionality on the Logs page.
Corrected UI bugs in the API keys management section.
Invoice Management: Store, view, and download invoices for your Unistream subscription
API Key Management: Securely generate, view, and manage API keys for Unistream integrations
Subscription Management: View and manage your organization's subscription plan, billing details, and service levels
View detailed usage metrics and analytics for your Unistream instance
Access and download invoices
Update subscription preferences and billing information
Monitor usage against your subscription limits


This guide provides step-by-step instructions for connecting DataGrip to Unistream.
Click on Copy connection string in Unistream's Integration hub
In DataGrip's Database Explorer (shortcut: Alt+1 on Windows/Linux or ⌘+1 on macOS), click on the + sign
Select Import from Clipboard
Provide your password in the popup window
Click on Download drivers if prompted
You are now connected to Unistream's database.
Socket timeout: 5 Minutes
Connection mode: Read Only
SQL Quotation: Double quotes (")
For a visual walkthrough, watch our tutorial video:
This guide provides step-by-step instructions for connecting DbVisualizer to Unistream.
Download the unistream.jar file from Unistream's Integration Hub
Open DbVisualizer
Click on File → Import Settings
Locate and select the downloaded unistream.jar file
A popup window will appear showing the Unistream connection in the list
Click OK
DbVisualizer will restart automatically
After restart, in the Databases panel, you will see the Unistream connection
Double-click on the connection
In the connection dialog:
Your username (email) will be automatically detected
Enter your Unistream password
Click Connect
Accept driver downloads if prompted
You are now connected to Unistream's database through DbVisualizer.
For a visual walkthrough, watch our tutorial video:
Added number formatting options in transformation operations.
Enhanced column mapping validation to skip removed fields, reducing unnecessary validation errors.
Improved UI/UX on the Minds page for better user experience and navigation.
Fixed diagram rendering and display issues.
Resolved visual bugs affecting subflow components.
Fixed filter functionality in mind sources.
Corrected various UI inconsistencies across the platform.
















test
test2
In the connection dialog:
For Server Type, select Clickhouse.com
For Connect By, select URL
Paste the URL copied from Unistream's Integration Hub
Provide a Connection Name (can be any name you prefer)
Enter your Username (your Unistream email)
Enter your Password
Click Test Connection
Download drivers if prompted
Click Save
You are now connected to Unistream's database through Qstudio.
For a visual walkthrough, watch our tutorial video:
Run this command in Command Prompt:
{% code overflow="wrap" fullWidth="true" %}
{% endcode %}
Or paste this path directly in File Explorer:
{% code overflow="wrap" %}
{% endcode %}
Paste the downloaded JSON file in the opened folder
If DBeaver is already open:
Right-click on an empty space in the Database Navigator
Click "Refresh"
If DBeaver was closed, simply open it
You will see the Unistream connection in your Database Navigator
Right-click on it
Select "Edit Connection"
In the connection settings window:
Provide your username (email) and password in the Authentication section (Database Native)
Click "Download drivers" if prompted
Click "Test Connection" to verify
Click "OK" to save
You are now connected to Unistream's database.
For a visual walkthrough, watch our tutorial video:\
Requirements
You will need a server running Ubuntu 24.04 or later with minimum specifications:
4 CPU cores (16 CPU cores recommended)
16GB RAM (64 GB RAM recommended)
128GB storage
30 Mbps internet speed
User with passwordless sudo access (explained in detail below)
Note: The application is resource-intensive. More CPU cores (16+ cores) and especially more RAM (64GB+) are strongly recommended for optimal performance.
Jenkins requires passwordless sudo access to execute deployment and system-level commands automatically, as it runs under a non-interactive service account.
Use "Unistream" as the username and the PAT token provided via email as the password
The script will ask for VM host, sudo user, and password. This information is used for SSH connection. For VM host, specify the IP address of the same machine in the case of single VM deployment.
Open {Jenkins host}:8080 in your browser
Enter the admin password and complete the registration
Go to Plugins → Available plugins
Find and install the "Publish Over SSH" plugin
Help
For questions, please contact the datamind team.
More intuitive icons for Excel file download buttons in Warehouse
We’ve updated the icons for Excel file downloads to be more intuitive and visually aligned with the overall UI design, improving user clarity and consistency.
Unified table UI for WH and Lake modules
We’ve implemented WH’s improved table design in both WH and Lake modules. This provides a consistent experience and better usability across both sections.
Added warning messages on certain views to guide user actions and prevent common mistakes.
Enhanced table layout responsiveness.
Fixed validation issues for dimension tables.
Resolved various UI misalignments and restored missing icons and buttons.
Fixed the minimap display in the Lineage section.
Fixed an issue where role icons were not displaying correctly in User Management.
@explorer "C:\Users\%USERNAME%\AppData\Roaming\DBeaverData\workspace6\General\.dbeaver"C:\Users\%USERNAME%\AppData\Roaming\DBeaverData\workspace6\General\.dbeaverResolved minor column width inconsistencies in the Lake module.


After restart, go to Manage Jenkins → Credentials
Update the "Unistream/******* (Azure DevOps PAT for Jenkins)" credential with the PAT provided via email
Find and run the "full-unistream-deployment" pipeline on the main page
sudo visudousername ALL=(ALL:ALL) NOPASSWD: ALLsudo apt updatesudo apt install openjdk-17-jre -ycurl -fsSL https://pkg.jenkins.io/debian-stable/jenkins.io-2023.key | \
sudo tee /usr/share/keyrings/jenkins-keyring.asc > /dev/nullecho deb [signed-by=/usr/share/keyrings/jenkins-keyring.asc] \
https://pkg.jenkins.io/debian-stable binary/ | \
sudo tee /etc/apt/sources.list.d/jenkins.list > /dev/nullsudo apt updatesudo apt install jenkins -ysudo systemctl enable jenkins
sudo systemctl start jenkinsgit clone -b main --single-branch --depth 1 \
https://dev.azure.com/datamindge/Unistream/_git/prodcd prodsudo bash setup-jenkins-config.shsudo cat /var/lib/jenkins/secrets/initialAdminPasswordAdmin or Editor access to your GA4 property
Unistream platform credentials
Open Google Cloud Console: https://console.cloud.google.com/
If you don't have a project, create one:
Click the project selector in the top left corner
Select "New Project"
Enter a project name and click "Create"
Navigate to IAM & Admin → Service Accounts
Click + CREATE SERVICE ACCOUNT
Fill in the details:
Service account name: ga4-unistream
Service account ID: auto-generated
Click DONE
In the Service Accounts list, find your newly created account
Click the three dots (⋮) → Manage keys
Click ADD KEY → Create new key
Select JSON and click CREATE
The key file will download automatically — store it securely
In Google Cloud Console, go to APIs & Services → Library
Search for and enable the following APIs:
Google Analytics Data API
Google Analytics Admin API
Click ENABLE for each API
Open Google Analytics: https://analytics.google.com/
Go to Admin (gear icon in the bottom left)
Select your Property
Navigate to Property Access Management
Click + → Add users
Enter your Service Account email:
Find this in your downloaded JSON file under client_email
Format: [email protected]
Select Role: Viewer
Click Add
In Google Analytics, go to Admin
Select your Property
Go to Property Settings
Copy the Property ID (a numeric value, e.g., 123456789)
ClickHouse ODBC driver
Unistream platform credentials (email and password)
Download the ClickHouse ODBC driver from the official GitHub repository: https://github.com/ClickHouse/clickhouse-odbc/releases
If Windows is preventing you from running the .msi file:
Unzip the zip file
Right-click on the .msi file → Properties
At the bottom of the Properties window, check the "Unblock" checkbox
Click "Apply" then "OK"
Now you can run the installer
Install the driver by following the installation wizard instructions
In Unistream's Integration Hub, you will find two download options:
Direct Query & Import Objects (tables, views)
Uses native ClickHouse connection (still requires ODBC driver)
Import Mode Custom SQL
Uses ODBC connection
Allows you to provide custom SQL queries
Unzip the downloaded folder for your preferred connection method
Open the .pbip file with Power BI Desktop
When prompted for authentication (if not prompted, click "Refresh" in Power BI Desktop):
Enter your username (email)
Enter your password
You are now connected to Unistream
For instructions on how to:
Toggle between connection modes
Import multiple tables
Change custom SQL queries
Please refer to our video tutorial below.
For a visual walkthrough, watch our tutorial video:
This guide walks you through setting up the integration between Unistream and Microsoft Excel.
You will need:
Microsoft Excel installed on your computer
Clickhouse ODBC driver
Unistream platform credentials (email and password)
Download the Clickhouse ODBC driver from the official GitHub repository:
If Windows is preventing you from running the .msi file:
Unzip the zip file
Right-click on the .msi file → Properties
Open Microsoft Excel
Navigate to the Data tab in the ribbon
Click on Existing Connections
Select Browse for More
In Excel, click on Queries & Connections
In the right panel, right-click on the connection named "The best Data Platform"
Select Edit
This will open the Power Query Editor
Follow steps 1-3 above to open the Power Query Editor
Remove all steps except the Source step
Click the settings icon (gear) on the Source step
Replace the default query with your custom SQL
You can create powerful data visualizations by using Pivot Tables with your Unistream connection:
Select your data range
Navigate to the Insert tab
Click Pivot Table
Choose your data source and placement
For a complete walkthrough of these features, watch our tutorial video
If you encounter connection issues:
Verify your Unistream credentials
Check that the Clickhouse ODBC driver is properly installed
Ensure your network allows connections to the Unistream platform
Contact your system administrator for assistance with firewall settings
For additional support, please contact the Unistream support team.
At the bottom of the Properties window, you will see a checkbox labeled "Unblock"
Check this box and click "Apply" then "OK"
Now you can run the installer
Install the driver by following the installation wizard instructions
Locate and choose the Unistream_con.odc file you downloaded from the Unistream platform
Click OK
Enter your Unistream credentials:
Username: Your email address used for Unistream
Password: Your Unistream password
Click OK to establish the connection
In the Applied Steps panel on the right, click the settings icon (gear) on the navigation step
Select any other table from the dropdown menu
Click OK to load the selected table
Click OK to execute your custom query
Build your pivot table using the Unistream data fields





























This document outlines the network configuration requirements for Unistream on-premise deployment, including port access requirements and domain whitelists for both Jenkins and Unistream machines.
Administrators should have access to the following ports:
Standard users should have access to the following ports:
Last updated: 05-08-2025
The Jenkins server requires access to the following domains:
Last updated: 05-08-2025
The Unistream machine requires access to the following domains:
Help
For questions, please contact the datamind team.
dev.azure.com
*.dev.azure.com
*.visualstudio.com
*.azuredevops.com
github.com
*.github.com
*.jenkins.io*.jenkins.io
Jenkins official website, plugin repository, and update services
*.yarnpkg.com
Yarn JavaScript package manager registry and binaries
*.nodesource.com
Node.js distribution and repository hosting
*.microsoft.com
Microsoft services and updates (for .NET, VSCode, etc.)
dev.azure.com
Azure DevOps services for repository access and pipeline integration
*.dev.azure.com
Azure DevOps subdomains and regional endpoints
*.visualstudio.com
Visual Studio Team Services and legacy Azure DevOps endpoints
*.azuredevops.com
Modern Azure DevOps services and APIs
github.com
GitHub main site for repository access and API calls
*.github.com
GitHub subdomains including API endpoints and CDN services
*.ubuntu.com
Ubuntu package servers, updates, and metadata
*.canonical.com
Canonical services (Ubuntu's parent company)
*.debian.org
Debian project infrastructure, mirrors, and updates
*.launchpad.net
Ubuntu development and PPA (Personal Package Archives) hosting
*.launchpadcontent.net
Content delivery for Launchpad (e.g., PPA package files)
apt.postgresql.org
PostgreSQL APT package repository
www.postgresql.org
Official PostgreSQL website and documentation
*.clickhouse.com
ClickHouse packages, documentation, and updates
*.oracle.com
Oracle database connection client downloads
pypi.org
Python Package Index – base domain
*.pypi.org
Python Package Index – for installing Python packages
*.pythonhosted.org
Hosts documentation and package metadata for PyPI
bootstrap.pypa.io
Hosts get-pip.py and other Python bootstrapping tools
*.python-poetry.org
Poetry Python dependency manager site and downloads
*.npmjs.org
NPM JavaScript package registry
githubusercontent.com
GitHub raw content and release assets
*.githubusercontent.com
GitHub content delivery network for repositories and assets
*.docker.com
Docker official site and associated resources
*.docker.io
Docker Hub and Docker CDN endpoints
storage.googleapis.com
Google Cloud Storage – used by various projects to serve binaries/assets
*.amazonaws.com
AWS-hosted services and S3 buckets
*.cloudflarestorage.com
Cloudflare-hosted storage/CDN content
rsms.me
Font hosting (e.g., Inter font used by many applications)
cdn.sheetjs.com
SheetJS library CDN for spreadsheet processing functionality
*.unistream.cloud
Unistream AI service and documentation service endpoints
*.ubuntu.com
*.canonical.com
*.debian.org
*.launchpad.net
*.launchpadcontent.net
apt.postgresql.org
www.postgresql.org
*.clickhouse.com
*.oracle.com
pypi.org
*.pypi.org
*.pythonhosted.org
bootstrap.pypa.io
*.python-poetry.org
*.npmjs.org
*.yarnpkg.com
*.nodesource.com
*.microsoft.com
githubusercontent.com
*.githubusercontent.com
*.docker.com
*.docker.io
storage.googleapis.com
*.amazonaws.com
*.cloudflarestorage.com
rsms.me
cdn.sheetjs.com
*.unistream.cloud8123, 5433, 8080, 8081, 8082, 1745, 7070, 6901, 6902, 6903, 69088081, 8082, 1745