event-notifier

command
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2025 License: Apache-2.0 Imports: 14 Imported by: 0

README

Event Notifier for IBM® Power® Access Cloud

Overview

The Event Notifier is a system that sends notifications for various events on a IBM® Power® Access Cloud portal, such as group membership requests, approvals, and rejections etc.

Integration with Notification Service

Notification integration is pretty flexible and can be implemented in any way. Right now, we have implemented email notifications via the Email Delivery service in the IBM Cloud.

DB requirements

Event notifier is utilizing the mongo db watch collection feature for watching the new entry and acts on it. In order work this feature mongodb collection needs to be capped and following instruction is for setting the cap on the events collection.

# connect to the mongosh
$ mongosh "mongodb://username:password@host:27017/"
test> use pac
pac> db.createCollection("events", { capped: true, size: 300000 })
{ ok: 1 }
pac>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL