Skip to content

Add KakaoTalk - Friends story#125

Merged
em3s merged 2 commits intomainfrom
docs/stories-kakaotalk-friends
Jan 26, 2026
Merged

Add KakaoTalk - Friends story#125
em3s merged 2 commits intomainfrom
docs/stories-kakaotalk-friends

Conversation

@em3s
Copy link
Copy Markdown
Contributor

@em3s em3s commented Jan 26, 2026

Summary

Add second story to the Stories section: KakaoTalk Friends integration.

This story demonstrates the CQRS view pattern—using Actionbase as a flexible query layer alongside an existing system, rather than replacing it.

Changes

  • Add stories/kakaotalk-friends.mdx documenting:
    • CDC integration via Debezium and Kafka
    • Bulk load with WAL replay
    • New query layer for get, scan, count, and reverse queries
    • Existing system (MySQL + HBase) remains unchanged

How to Test

  1. Run cd website && npm run dev
  2. Navigate to Stories > KakaoTalk - Friends
  3. Verify diagrams render correctly

Add CQRS view pattern story:
- Actionbase as a flexible view layer alongside existing MySQL + HBase
- CDC integration via Debezium and Kafka
- No changes to existing write path

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. documentation Improvements or additions to documentation labels Jan 26, 2026
@em3s em3s merged commit ffe2d47 into main Jan 26, 2026
10 checks passed
@em3s em3s self-assigned this Jan 26, 2026
@em3s em3s changed the title docs(website): add KakaoTalk - Friends story Add KakaoTalk - Friends story Feb 12, 2026
@em3s em3s deleted the docs/stories-kakaotalk-friends branch March 1, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant