brightplum / overwatch

通过 Brightplum 将事件传输到 Overwatch BP 平台。

安装次数: 1,271

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 0

分支: 0

开放性问题: 0

类型:drupal-module

dev-main 2023-12-07 17:11 UTC

This package is auto-updated.

Last update: 2024-09-07 18:42:06 UTC


README

描述

Overwatch 模块旨在将事件传输到 Overwatch 平台。它捕获各种实体事件,如插入、更新和删除。

要求

安装

步骤 1: 下载依赖项

在启用 Overwatch 模块之前,请确保已下载以下依赖项

  1. hook_event_dispatcher 模块
  2. core_event_dispatcher 模块
  3. queue_ui 模块

您可以使用 Composer 下载这些模块

composer require drupal/hook_event_dispatcher
composer require drupal/queue_ui

### Step 2: Enable dependencies

```bash
drush en hook_event_dispatcher core_event_dispatcher queue_ui -y
drush en overwatch -y