Skip to content

Commit cb644ea

Browse files
docs: complete reactions overview text and remove TODOs (#208)
docs: complete reactions overview text Signed-off-by: Agent of Reality <agentx@agentofreality.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b891392 commit cb644ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/concepts/overview/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ Detecting specific meaningful changes in data is complex. Traditional approaches
2727
- **Polling**: Retrieving current data and comparing it with previous results is inefficient and requires complex logic to isolate what has changed.
2828
- **Processing change feeds**: Database change logs and message-based notifications generate high volumes of mostly uninteresting changes, requiring significant infrastructure to filter to relevant changes.
2929
- **Maintaining state**: Determining what has actually changed often requires caching previous states and writing complex comparison logic.
30-
- **Reacting to change**: TODO: talk about the need to code / integrate with downstream systems.
30+
- **Reacting to change**: After detecting changes, teams still write custom glue to push updates to downstream systems (webhooks, queues, dashboards) and handle retries, mapping, and alerting.
3131

3232
These approaches make solutions brittle and costly to maintain / update as requirements change.
3333

3434
## How Drasi Helps
3535
Drasi's low-code query-based approach enables you to write declarative graph queries that define the changes you want to detect and the data you want to distribute when those changes occur. Change semantics are defined by your query, not the source system. This eliminates the overhead of polling, parsing, filtering, and state management.
3636

37-
When changes do occur - TODO: talk about reactions as opposed to custom code / integration with downstream systems.
37+
When changes do occur, Drasi uses {{< term "Reaction" "Reactions" >}} to deliver those changes to downstream systems, so you configure integrations instead of writing custom code.
3838

3939
Drasi is available in three deployment options to match your needs:
4040
- **[{{< term "drasi-lib" >}}](/drasi-lib/)** - A Rust crate for building change-driven Rust solutions

0 commit comments

Comments
 (0)