A tool for routing signups, failed payments, errors, and alerts
IngestLayer is a tool for handling events that happen inside a web service. A signup, failed payment, support ticket, or error can be sent into one pipeline.
The pipeline runs for every event and can change the event in the middle, such as classifying or summarizing it with AI. It can also make an to add more information before sending the event to different places, such as Slack, a database, or email.
Each pipeline can be written in YAML. can also send events into the same pipelines as a source.
Key points
- The tool receives service events such as signups, failed payments, , and errors.
- Each event runs through a pipeline before being sent onward.
- AI can classify or summarize event data inside the pipeline.
- An can enrich the event with extra information.
- Events can be sent to Slack, a database, email, or other destinations.