Update postgres-events-table.mdx

This commit is contained in:
abelanger5
2024-11-20 12:10:40 -05:00
committed by GitHub
parent 980649e673
commit 2d54fa0dd1

View File

@@ -29,7 +29,7 @@ For those who would like to dive deeper into code or view full query examples th
## What's the use-case?
There are lots of reasons to store events in your system — in this post, I'd like to focus on the three common use-cases that we've recently seen while building Hatchet:
There are lots of reasons to store events in your system — in this post, I'd like to focus on the three common use-cases that we've recently seen while building [Hatchet](https://hatchet.run):
- [Exposing state transitions to users](#state-transitions) - used in our system to provide a timeline of events for a task.
- [Aggregates](#aggregate-data) - used for tracking the percentage of succeeded/failed tasks over time.