Skip to content

Commit

Permalink
feat: MongDB implementation
Browse files Browse the repository at this point in the history
first commit, still unstable
  • Loading branch information
osalvador committed Dec 28, 2022
1 parent 28445b9 commit fd35515
Show file tree
Hide file tree
Showing 11 changed files with 715 additions and 428 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,13 @@
<scope>test</scope>
</dependency>

<!-- MongoDB -->
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-sync</artifactId>
<version>4.8.1</version>
</dependency>


<!-- Debezium -->
<dependency>
Expand Down
Loading

0 comments on commit fd35515

Please sign in to comment.