Skip to content

Commit

Permalink
feat(website): add debezium-mongodb source (apache#12513)
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Shen <[email protected]>
  • Loading branch information
ericsyh authored Nov 1, 2021
1 parent adf9c95 commit f62eecc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions site2/website-next/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ module.exports = [
type: 'Source',
link: 'https://debezium.io/'
},
{
name: 'debezium-mongodb',
longName: 'Debezium MongoDB CDC source',
type: 'Source',
link: 'https://debezium.io/'
},
{
name: 'elastic-search',
longName: 'ElasticSearch source and sink',
Expand Down
6 changes: 6 additions & 0 deletions site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ module.exports = [
type: 'Source',
link: 'https://debezium.io/'
},
{
name: 'debezium-mongodb',
longName: 'Debezium MongoDB CDC source',
type: 'Source',
link: 'https://debezium.io/'
},
{
name: 'elastic-search',
longName: 'ElasticSearch source and sink',
Expand Down

0 comments on commit f62eecc

Please sign in to comment.