Skip to content

Commit 6dd2c91

Browse files
Merge pull request #109 from amansinghoriginal/pub
Docs for post-dapr-pubsub reaction
2 parents 688534e + 118a900 commit 6dd2c91

File tree

4 files changed

+433
-1
lines changed

4 files changed

+433
-1
lines changed

.github/config/en-custom.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,3 +1492,8 @@ mystatestore
14921492
redisHost
14931493
redisPassword
14941494
yourRedisPassword
1495+
NoSQL
1496+
drasisystem
1497+
pubsubName
1498+
CloudEvent's
1499+
ChangeEvent

docs/content/concepts/reactions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ Drasi currently provides the following Reactions:
103103
- [Gremlin](/how-to-guides/configure-reactions/configure-gremlin-command-reaction/), to use the Continuous Query results as parameters to commands that run against a Gremlin database.
104104
- [StoredProc](/how-to-guides/configure-reactions/configure-sql-stored-proc-reaction/), to use the Continuous Query results as parameters to Stored Procedures that run against a SQL database.
105105
- [Sync Dapr State Store](/how-to-guides/configure-reactions/configure-sync-dapr-statestore-reaction/), to create an incrementally up-to-date materialized view of the query result set in a Dapr State Store.
106+
- [Post Dapr Pub Sub](/how-to-guides/configure-reactions/configure-post-dapr-pubsub-reaction/), to post change notifications emitted by a Drasi Query to a Dapr Pub/Sub topic.
106107
- [Dataverse](/how-to-guides/configure-reactions/configure-dataverse-reaction/), to use the Continuous Query results as parameters to commands that run against a Microsoft Dataverse entities.

0 commit comments

Comments
 (0)