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

Create a monitoring agent for an inbox #2

Open
11 tasks
RubenVerborgh opened this issue Nov 11, 2020 · 0 comments
Open
11 tasks

Create a monitoring agent for an inbox #2

RubenVerborgh opened this issue Nov 11, 2020 · 0 comments
Assignees

Comments

@RubenVerborgh
Copy link
Contributor

I suggest the creation of a JavaScript/TypeScript utility for processing LDNs in an inbox. Here is a suggested plan of action:

  • Check via polling whether there are new LDNs
    • Can later be changed to something more intelligent / instantaneous / bandwidth-preserving
  • When a new LDN arrives, send it as an e-mail to a specific address
    • First with a hard-coded translation from notification to e-mail text (for instance, just Turtle)
    • Then with customizable templates (see Walder for instance)
  • Allow other actions upon arrival
    • Deleting the notification
    • Combinations of actions (e-mail + delete)
  • Allow declarative specification of actions
  • Allow declarative specification of filters/triggers (conditionally triggering actions based on the message)
    • Perhaps N3 rules?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants