Commit Graph

24 Commits

Author SHA1 Message Date
Gunnar Morling
50e3a02d4d DBZ-1371 README updates 2019-07-09 10:13:21 +02:00
Gunnar Morling
41b7fbe78e Adding note on testing Postgres connector with external DB 2019-01-30 09:25:12 +01:00
William Pursell
16682687cb Fix typo: s/exactly-only/exactly-once/ 2018-07-24 05:21:01 +02:00
Gunnar Morling
96c59a1568 DBZ-20 Moving debezium-connector-oracle from main to incubator repo 2018-06-20 13:05:37 +02:00
Gunnar Morling
d7e196a18e DBZ-20 Initial import of Oracle connector based on XStream 2018-06-20 13:05:37 +02:00
Gunnar Morling
84dd36df46 DBZ-252 Misc typo fixes and clean-up 2018-06-15 16:43:30 +02:00
Gunnar Morling
9c3098af29 DBZ-453 Adding note on wal2json build profile to README.md 2017-11-29 15:14:19 +01:00
Gunnar Morling
6d14fd4c0d Several typo fixes in README.md 2017-11-29 10:12:36 +01:00
Randall Hauch
d59303a6d8 Removed reference to 'real time' 2016-06-30 09:45:12 -05:00
Randall Hauch
453a3730f6 Corrected Maven Central badge in README 2016-03-17 22:50:02 -05:00
Randall Hauch
06579a6e87 Used README badges for Gitter chat rooms and Google Groups 2016-03-02 10:45:32 -06:00
Chris Riccomini
32dff92853 Fix missing 'e' in README 'available' word. 2016-03-02 08:04:19 -08:00
Chris Riccomini
3d6bb80df5 Add Google group to README 2016-03-01 15:34:52 -08:00
Randall Hauch
a2f3aedfeb Updated README to include links to StackOverflow and Maven Central.
The Maven Central link will resolve after we issue the first release.
2016-02-25 10:57:50 -06:00
Christian Posta
c730685a01 add option to run without integration tests 2016-02-15 16:26:32 -07:00
Randall Hauch
70fc601c0f DBZ-8 Added documentation about embedded engines. 2016-02-03 16:09:43 -06:00
Randall Hauch
ff25b4de0a DBZ-7 Require Docker 1.9 or higher rather than 1.6 or higher 2016-02-02 16:16:17 -06:00
Randall Hauch
4c538d4e54 DBZ-4 Changed copyright statement in source code headers and adjusted checkstyle rules. 2016-01-27 08:12:01 -06:00
Randall Hauch
b7f2221107 Updated the README and added a CONTRIBUTE.md file with details for developers. 2016-01-25 18:33:07 -06:00
Randall Hauch
4ddd4b33be Changed Docker usage on Travis-CI 2016-01-25 16:12:07 -06:00
Randall Hauch
ed36e25861 Added Travis build status image to README 2016-01-25 13:35:03 -06:00
Randall Hauch
7b2a0927ce Updated readme files 2015-12-02 11:59:01 -06:00
Randall Hauch
fd9e04552c Used a different base image for MySQL.
This `mysql/mysql-server` official image from the Oracle MySQL team is smaller and starts faster than the Docker "official" `mysql` image. It's also far simpler to wait for startup to complete (the `mysql` image initializes MySQL, stops it, then restarts it, so the "ready" messages appear twice, making it very difficult for the the docker maven plugin to wait reliably).
2015-11-18 17:02:08 -06:00
Randall Hauch
0a99ed67cd Initial project skeleton
This initial commit defines several modules for ingesting from JDBC and specifically from PostgreSQL and MySQL. The two latter modules define separate unit tests and integration tests, and prior to running the integration tests create a Docker image with the respective database and start a Docker container. Any *.sql or *.sh files are run on database, allowing the modules to easily create and populate databases used in the tests. The integration tests are then run (using the failsafe maven plugin), and regardless of whether there are any failures the Docker container is always shutdown (at least when running `mvn install`). See the modules' README files for details.
2015-11-18 14:23:29 -06:00