Skip to content

Commit 7a41651

Browse files
committed
debezium gsoc 2026
Signed-off-by: kmos <kmos@commonhaus.dev>
1 parent 5f468ef commit 7a41651

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,8 @@ _site
1919
vendor
2020

2121
## Modules
22-
node_modules
22+
node_modules
23+
24+
.jekyll-metadata
25+
.ruby-gemset
26+
.ruby-version
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: post
3+
title: "Debezium Joins Google Summer of Code 2026!"
4+
date: 2026-02-23
5+
tags: [ community, news, gsoc ]
6+
author: gpanice
7+
---
8+
9+
We’re thrilled to announce that Debezium will participate in Google Summer of Code (GSoC) for 2026! 🎉
10+
11+
As part of the https://summerofcode.withgoogle.com/programs/2026/organizations/jboss-community[JBoss Community’s GSoC organization], we’re offering several projects for contributors who want to work on change data capture (CDC) technology and expand the Debezium ecosystem.
12+
13+
GSoC is a fantastic opportunity for aspiring contributors to gain hands‑on engineering experience while being mentored by open-source maintainers. If you’re passionate about distributed systems, data streaming, CDC this is the perfect chance to dive in.
14+
15+
== 🚀 Debezium Project Ideas for GSoC 2026
16+
17+
Below are the Debezium‑related projects available for this year’s program, as listed on the official Jboss Community GSoC ideas page:
18+
19+
1. **Debezium Source Connector for Milvus**: implement a new source connector to capture changes from https://milvus.io[Milvus], the popular vector database.
20+
21+
2. **Debezium Source Connector for SQLite** implement a new source connector to capture changes from https://sqlite.org[SQLite], one of the most widely used embedded databases.
22+
23+
3. **Debezium CLI**: a dedicated command-line interface for making setup, debugging, and deployment more intuitive.
24+
25+
4. **Host-Based Pipeline Deployment for the Debezium Platform**: enhance Debezium’s platform-level capabilities by improving the deployment.
26+
27+
5. **PyDebeziumAI**: explore how AI can enhance Debezium via Python
28+
29+
30+
== 💬 Upcoming AMA Session for Contributors
31+
32+
To help interested candidates get familiar with the projects, mentors, and expectations, we’ll be hosting an Ask‑Me‑Anything (AMA) session. After the session you should be able to begin discussing ideas with mentors.
33+
34+
📅 **Date**: 4th March 2026 2.30PM CET
35+
36+
🎬**Platform**: https://www.youtube.com/watch?v=YwdEro2Ji0Q[youtube.com]
37+
38+
🎙️ **Who should attend?** Anyone considering applying for one of the Debezium projects.
39+
40+
== 🤝 How to Get Started
41+
42+
- Read through the full GSoC 2026 https://spaces.redhat.com/spaces/GSOC/pages/750884772/Google+Summer+of+Code+2026+Ideas[idea list] for the JBoss Community.
43+
- Join the discussion official channels for Jboss Community.
44+
- Join the https://debezium.zulipchat.com/#narrow/stream/302529-users[Debezium Zulip Chat] and subscribe to the https://debezium.zulipchat.com/#narrow/channel/573881-community-gsoc[community-gsoc] channel
45+
- Read the https://github.com/debezium/debezium/blob/main/CONTRIBUTING.md[contribution guidelines]
46+
- familiarize with Debezium taking a https://github.com/debezium/dbz/issues?q=sort%3Aupdated-desc%20is%3Aissue%20is%3Aopen%20label%3A%22good%20first%20issue%22[good-first-issue]
47+
48+
We’re excited to welcome the next generation of contributors to the Debezium community.
49+
Stay tuned for more details and get ready for an incredible GSoC season!

0 commit comments

Comments
 (0)