brightplum/overwatch

Transmit events to Overwatch BP platform by Brightplum.

Installs: 1 284

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type: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

Description

The Overwatch module is designed to transmit events to Overwatch platform. It captures various entity events like insert, update, and delete.

Requirements

Installation

Step 1: Download Dependencies

Before enabling the Overwatch module, ensure you have downloaded the following dependencies:

  1. hook_event_dispatcher module
  2. core_event_dispatcher module
  3. queue_ui module

You can download these modules using 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