https://github.com/dataiku/dss-plugin-dataiku-pulse
https://github.com/dataiku/dss-plugin-dataiku-pulse
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dataiku/dss-plugin-dataiku-pulse
- Owner: dataiku
- Created: 2025-10-27T17:18:06.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-04-02T20:41:01.000Z (8 days ago)
- Last Synced: 2026-04-03T05:17:26.355Z (7 days ago)
- Language: Python
- Size: 2.08 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dataiku Pulse Dashboard
**Version:** 2.8.6
Pulse is an administrative dashboard for **Dataiku DSS** that provides
centralized visibility into platform metadata and usage across one or more
Dataiku instances.
It is designed for **Dataiku Platform Admins, TAMs, and Solution Architects**
who need operational insight into how DSS is being used at scale.
---
## Overview
Pulse collects and presents:
- **Platform metadata** via the Dataiku API
- **Usage and activity metrics** via audit logs
- **Cross-instance insights** from one or more DSS environments
The application is delivered as a **Streamlit dashboard** running in
**Dataiku Code Studios**, backed by **DuckDB** and external blob storage.
---
## Scope
Pulse provides insights into:
- Dataiku instance configuration and metadata
- User activity and usage patterns
- Projects, datasets, recipes, and platform objects
- Multi-instance operational visibility
Pulse does **not** modify customer data or platform state.
It is a read-only analytics and observability layer.
---
## Supported & Tested Versions
| Pulse Version | Dataiku DSS Version |
|--------------|---------------------|
| v2.7 | v14.3 |
| v2.6 | v14.3 |
| v2.5 | v14.3 |
| v2.1 | v14.2 |
| v1.x | v14.0 – v14.1 |
---
## Installation
Pulse installation requires **Dataiku platform admin access** and involves:
- Plugin installation
- Code environment creation
- Code Studio template configuration
- Project and macro initialization
For more information:
* **Pulse Process Flow:** [`docs/pulse_process_flow.md`](docs/pulse_process_flow.md)
* **Prerequisites & permissions:** [`docs/installation_requirements.md`](docs/installation_requirements.md)
* **Full installation guide:** [`docs/installation_process.md`](docs/installation_process.md)
* **Pulse Usage Categories:** [`docs/pulse_usage_categories.md`](docs/pulse_usage_categories.md)
---