debezium/dbz#2198 docs: add quickstart guide, architecture overview a…#16
Open
KMohnishM wants to merge 1 commit into
Open
debezium/dbz#2198 docs: add quickstart guide, architecture overview a…#16KMohnishM wants to merge 1 commit into
KMohnishM wants to merge 1 commit into
Conversation
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
3 times, most recently
from
July 10, 2026 09:12
379bd75 to
1ad9beb
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 10, 2026 09:18
2a8deec to
602f2b5
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
2 times, most recently
from
July 11, 2026 02:52
bd4a974 to
c987006
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 15, 2026 04:54
602f2b5 to
b3ac61c
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 15, 2026 04:54
c987006 to
b66b70b
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 15, 2026 05:02
b3ac61c to
87cb6cd
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 15, 2026 05:03
b66b70b to
6a341ed
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 18, 2026 12:56
87cb6cd to
d851b4f
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 18, 2026 12:57
6a341ed to
31fc9f8
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 22, 2026 11:31
d851b4f to
2c8cd8a
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 22, 2026 11:32
31fc9f8 to
d0bec60
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 22, 2026 11:39
2c8cd8a to
6eda76c
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 22, 2026 11:40
d0bec60 to
7af1b13
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 22, 2026 11:47
6eda76c to
745046a
Compare
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 22, 2026 11:47
7af1b13 to
166db5d
Compare
KMohnishM
force-pushed
the
gsoc-week-7-docs
branch
from
July 22, 2026 11:52
745046a to
806f0d0
Compare
…nd CI check Signed-off-by: KMohnishM <kmohnishm@gmail.com>
KMohnishM
force-pushed
the
gsoc-week-7-guides
branch
from
July 22, 2026 11:52
166db5d to
b2c082f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nd CI check
Description
This Pull Request implements the second half of GSoC Week 7 targets under tracking issue debezium/dbz#2198. It builds upon the Sphinx framework (from PR #15 ) by adding developer-facing documentation (Quickstart guide and Architecture overview) and integrating document compilation validation checks directly into the GitHub Actions CI pipeline.
Key Changes
docs/quickstart.rst: Added installation instructions and a complete, runnable end-to-end Python synchronization script showcasingChromaAdapterandSyncManager.docs/architecture.rst: Detailed the internal layered system architecture (Ingestion, Transformation, Synchronization, and Retrieval layers) accompanied by an ASCII data flow diagram.docs/index.rst: Linked the new user documentation sections to the master table of contents..github/workflows/ci.yml: Integrated an automated Sphinx build compilation check into theqajob to verify there are no broken links, warnings, or compilation errors on pull requests.Verification Results
All checks passed!).Success: no issues found in 40 source files).