pgoutput-source-adapter 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/pgoutput/source_adapter/version.rb +1 -1
- metadata +13 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab9b7c87b7ede5dd583ae9457f30fe30fdfcf1dd55b2ca33e08162d23f36601b
|
|
4
|
+
data.tar.gz: 5c7a7b1a081f8a67a07397ecd8034a462e679e636dd2a51d71b9512e90333c85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3a19f060ba7f5552dec37471a114fa4ee30f0c960d20a27c82676f888753c53fe76c4473038170185806dda76988217ab882cf90f5186fdfa28d5dfef438c12a
|
|
7
|
+
data.tar.gz: 00f2d815d0ff8f2d8b9865ecdbee82c528fba3341ecf0125c8f32ddc930365c669bb28ad0cc3c1274c7208089a4eca9ff05bf6d47a9061b234563c92b9c3fd18
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pgoutput-source-adapter
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ken C. Demanawa
|
|
@@ -37,8 +37,16 @@ dependencies:
|
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
39
|
version: '0.1'
|
|
40
|
-
description:
|
|
41
|
-
|
|
40
|
+
description: |
|
|
41
|
+
pgoutput-source-adapter provides source adapters that normalize
|
|
42
|
+
decoded PostgreSQL pgoutput events into downstream event models.
|
|
43
|
+
|
|
44
|
+
The gem currently includes a CDC::Core adapter that transforms
|
|
45
|
+
pgoutput decoder events into ChangeEvent and TransactionEnvelope
|
|
46
|
+
primitives while preserving transaction and metadata context.
|
|
47
|
+
|
|
48
|
+
This package forms the normalization boundary between the
|
|
49
|
+
pgoutput family of gems and downstream change-event platforms.
|
|
42
50
|
email:
|
|
43
51
|
- kenneth.c.demanawa@gmail.com
|
|
44
52
|
executables: []
|
|
@@ -87,5 +95,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
87
95
|
requirements: []
|
|
88
96
|
rubygems_version: 3.6.9
|
|
89
97
|
specification_version: 4
|
|
90
|
-
summary: Source adapters
|
|
98
|
+
summary: Source adapters that normalize pgoutput decoded events into downstream change-event
|
|
99
|
+
platforms.
|
|
91
100
|
test_files: []
|