https://github.com/openfunction/events-handlers
Event source handlers
https://github.com/openfunction/events-handlers
Last synced: 24 days ago
JSON representation
Event source handlers
- Host: GitHub
- URL: https://github.com/openfunction/events-handlers
- Owner: OpenFunction
- Created: 2021-07-13T14:49:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T21:47:50.000Z (about 1 year ago)
- Last Synced: 2025-04-24T03:09:28.848Z (24 days ago)
- Language: Go
- Size: 86.9 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OpenFunction Events Handlers
This repository is used to store the code for events handlers in the OpenFunction event framework.
We provide two types of events handlers, one for events fetched from the event source (eventsource handler) and one for events fetched from the event bus (trigger handler).
The purpose of putting event handlers in a standalone repository is to make them work as OpenFunction functions.
## EventSource Handler
To learn more about **EventSource**, refer to [this document](https://github.com/OpenFunction/OpenFunction/blob/main/docs/concepts/OpenFunction-events-framework.md#eventsource).
- Latest image: openfunction/eventsource-handler:v4
## Trigger Handler
To learn more about **Trigger**, refer to [this document](https://github.com/OpenFunction/OpenFunction/blob/main/docs/concepts/OpenFunction-events-framework.md#trigger).
- Latest image: openfunction/trigger-handler:v4
## Walkthrough
Please refer to the [documents](Documents.md) to help you perform a walkthrough on events-framework.