Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build out a rule-based engine for notifications #7

Open
9b opened this issue May 20, 2018 · 2 comments
Open

Build out a rule-based engine for notifications #7

9b opened this issue May 20, 2018 · 2 comments
Assignees
Labels
active development Working on the feature enhancement New feature or request

Comments

@9b
Copy link
Owner

9b commented May 20, 2018

Users should have the ability to receive notifications from Chirp. Queries could be built out to look for the presence of specific tags or combinations of metadata in order to generate an in-platform alert or email alert.

Exposed tokens:

  • Monitor tag
  • Monitor category
  • Monitor term
  • Article source
  • Article tag
  • Article text

Evaluation criteria:

  • Contains
  • Does not contain
  • Equals
  • Not equals

Actions to support:

  • Send email
  • Tag monitor
  • Post to domain
  • Delete or hide
@9b 9b added the enhancement New feature or request label May 20, 2018
@9b 9b self-assigned this May 20, 2018
@9b 9b added the help wanted Extra attention is needed label May 21, 2018
@9b
Copy link
Owner Author

9b commented Jun 4, 2018

denb2rev4aapqsr

@9b 9b added active development Working on the feature and removed help wanted Extra attention is needed labels Jun 4, 2018
@9b
Copy link
Owner Author

9b commented Jul 1, 2018

Note to self: Managed to work out the full rule concept at scale using elasticsearch and the percolator concept. Unfortunately, official python ES clients have dropped percolator support making it unclear how to best achieve the rules engine. It may be worth just issuing commands via requests and moving on versus finding a truly supported method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
active development Working on the feature enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant