@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/data-outbox-pattern-and-change-publishing>
  a schema:TechArticle ;
  schema:headline "Data Outbox Pattern and Change Publishing" ;
  schema:url <https://anchorfact.org/computer-science/data-outbox-pattern-and-change-publishing/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.725" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/data-outbox-pattern-and-change-publishing>
  schema:citation <https://debezium.io/documentation/reference/stable/transformations/outbox-event-router.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-outbox-pattern-and-change-publishing>
  schema:citation <https://docs.aws.amazon.com/prescriptive-guidance/latest/cloud-design-patterns/transactional-outbox.html> ;
  af:sourceTier "B" .

<https://anchorfact.org/kb/computer-science/data-outbox-pattern-and-change-publishing>
  schema:citation <https://eventuate.io/docs/manual/eventuate-tram/latest/about-eventuate-tram.html> ;
  af:sourceTier "B" .