multiwoven-integrations 0.1.19 → 0.1.22
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 69e39456bc2712b926a0820d18b4ee308210795e7d51ea5147f33e3ce346135e
|
|
4
|
+
data.tar.gz: 8e2e70fdd20242af5bd1c7c70d4343dae474122fbc5649ea0d6fc95ec1575fb9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f65a4256df370fc646101d97ef4b6df335cf1e33bac817bddff64f3ef143859db900bd995597144cbb9256dd6d62bc5623bf2b162c0cbeee91fe8e3af7f6200
|
|
7
|
+
data.tar.gz: 960284f07c9e4810938e745ae2e21da1e9c8f11a6e5b0160780575d31e63793a81c22158d44618e88a3b53230aceb00c50e39e692861427a57449a84588cfb80
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
## [0.4.0](https://www.github.com/Multiwoven/multiwoven-integrations/compare/v0.3.0...v0.4.0) (2024-02-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* Bump version to 1.21 ([#62](https://www.github.com/Multiwoven/multiwoven-integrations/issues/62)) ([7b1476d](https://www.github.com/Multiwoven/multiwoven-integrations/commit/7b1476d4b04a073ab060971019095d0a13ebd153))
|
|
9
|
+
|
|
10
|
+
## [0.3.0](https://www.github.com/Multiwoven/multiwoven-integrations/compare/v0.2.0...v0.3.0) (2024-02-14)
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### Features
|
|
14
|
+
|
|
15
|
+
* Publish gem to rubygems ([#60](https://www.github.com/Multiwoven/multiwoven-integrations/issues/60)) ([04cfbb6](https://www.github.com/Multiwoven/multiwoven-integrations/commit/04cfbb60c78bc90d886ce691d5094fed9c6f078f))
|
|
16
|
+
|
|
17
|
+
## [0.2.0](https://www.github.com/Multiwoven/multiwoven-integrations/compare/v0.1.0...v0.2.0) (2024-02-14)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
* Automate gem release ([#55](https://www.github.com/Multiwoven/multiwoven-integrations/issues/55)) ([1c3373b](https://www.github.com/Multiwoven/multiwoven-integrations/commit/1c3373bcedae60c6fb8171c54ce40de94f1537ce))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
* Klaviyo discover ([#23](https://www.github.com/Multiwoven/multiwoven-integrations/issues/23)) ([7c43db6](https://www.github.com/Multiwoven/multiwoven-integrations/commit/7c43db6a369403748ed29085bb5254405ad1c95e))
|
|
28
|
+
|
|
3
29
|
## [0.1.0] - 2023-12-01
|
|
4
30
|
|
|
5
31
|
- Initial release
|
data/README.md
CHANGED
|
@@ -1,43 +1,105 @@
|
|
|
1
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<a href="https://multiwoven.com?utm_source=github" target="_blank">
|
|
3
|
+
<img src="https://res.cloudinary.com/dspflukeu/image/upload/v1706696350/Multiwoven/Logo_hrkaxj.png" alt="Multiwoven" width="240" />
|
|
4
|
+
</a>
|
|
5
|
+
</div>
|
|
6
|
+
<br />
|
|
7
|
+
<p align="center">
|
|
8
|
+
<a href="http://badge.fury.io/rb/multiwoven-integrations">
|
|
9
|
+
<img src="https://badge.fury.io/rb/multiwoven-integrations.svg" alt="Gem Version">
|
|
10
|
+
</a>
|
|
11
|
+
<a href="https://github.com/Multiwoven/multiwoven-integrations/actions/workflows/ci.yml">
|
|
12
|
+
<img src="https://github.com/Multiwoven/multiwoven-integrations/actions/workflows/ci.yml/badge.svg" alt="CI">
|
|
13
|
+
</a>
|
|
14
|
+
<a href="https://codeclimate.com/repos/657d0a2a60265a2f2155ffca/maintainability">
|
|
15
|
+
<img src="https://api.codeclimate.com/v1/badges/d841270f1f7a966043c1/maintainability" alt="Maintainability">
|
|
16
|
+
</a>
|
|
17
|
+
<a href="https://codeclimate.com/repos/657d0a2a60265a2f2155ffca/test_coverage">
|
|
18
|
+
<img src="https://api.codeclimate.com/v1/badges/d841270f1f7a966043c1/test_coverage" alt="Test Coverage">
|
|
19
|
+
</a>
|
|
20
|
+
</p>
|
|
21
|
+
<h2 align="center">The open-source Reverse ETL platform for data teams</h2>
|
|
22
|
+
|
|
23
|
+
<p align="center">
|
|
24
|
+
<br />
|
|
25
|
+
<a href="https://docs.multiwoven.com" rel="">
|
|
26
|
+
<strong>Explore the docs »</strong>
|
|
27
|
+
</a>
|
|
28
|
+
<br />
|
|
29
|
+
<br />
|
|
30
|
+
<a href="https://join.slack.com/t/multiwoven/shared_invite/zt-2bnjye26u-~lu_FFOMLpChOYxvovep7g">Slack</a>
|
|
31
|
+
·
|
|
32
|
+
<a href="https://multiwoven.com">Website</a>
|
|
33
|
+
·
|
|
34
|
+
<a href="https://github.com/Multiwoven/multiwoven-integrations/issues">Report Issues</a>
|
|
35
|
+
·
|
|
36
|
+
<a href="https://github.com/orgs/Multiwoven/projects/4">Roadmap</a>
|
|
37
|
+
</p>
|
|
38
|
+
|
|
39
|
+
## Multiwoven Integrations
|
|
40
|
+
|
|
41
|
+
Multiwoven integrations is the collection of connectors built on top of [Multiwoven protocol](https://docs.multiwoven.com/guides/architecture/multiwoven-protocol).
|
|
42
|
+
|
|
43
|
+
Multiwoven protocol is an open source standard for moving data between data sources to any third-part destinations.
|
|
44
|
+
Anyone can build a connetor with basic ruby knowledge using the protocol.
|
|
45
|
+
|
|
46
|
+
### Installation
|
|
2
47
|
|
|
3
|
-
|
|
4
|
-
[](https://codeclimate.com/repos/657d0a2a60265a2f2155ffca/maintainability)
|
|
5
|
-
[](https://codeclimate.com/repos/657d0a2a60265a2f2155ffca/test_coverage)
|
|
48
|
+
Install the gem and add to the application's Gemfile by executing:
|
|
6
49
|
|
|
7
|
-
|
|
50
|
+
$ bundle add multiwoven-integrations
|
|
8
51
|
|
|
9
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/multiwoven/integrations`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
10
52
|
|
|
11
|
-
|
|
53
|
+
### Usage
|
|
12
54
|
|
|
13
|
-
|
|
55
|
+
#### Source
|
|
56
|
+
```
|
|
57
|
+
source = Multiwoven::Integrations::Source::[CONNECTOR_NAME]::Client.new
|
|
58
|
+
source.read(sync_config)
|
|
59
|
+
```
|
|
60
|
+
#### Destination
|
|
14
61
|
|
|
15
|
-
|
|
62
|
+
```
|
|
63
|
+
destination = Multiwoven::Integrations::Destination::[CONNECTOR_NAME]::Client.new
|
|
64
|
+
destination.write(sync_config, records)
|
|
65
|
+
```
|
|
16
66
|
|
|
17
|
-
|
|
67
|
+
#### Supported methods
|
|
68
|
+
Please refer [Multiwoven Protocol](https://docs.multiwoven.com/guides/architecture/multiwoven-protocol) to understand more about the supported methods on source and destination
|
|
18
69
|
|
|
19
|
-
|
|
70
|
+
## Development
|
|
20
71
|
|
|
21
|
-
|
|
72
|
+
- **Install Dependencies**
|
|
73
|
+
- Command: `bin/setup`
|
|
74
|
+
- Description: After checking out the repo, run this command to install dependencies.
|
|
22
75
|
|
|
23
|
-
|
|
76
|
+
- **Run Tests**
|
|
77
|
+
- Command: `rake spec`
|
|
78
|
+
- Description: Run this command to execute the tests.
|
|
24
79
|
|
|
25
|
-
|
|
80
|
+
- **Interactive Prompt**
|
|
81
|
+
- Command: `bin/console`
|
|
82
|
+
- Description: For an interactive prompt that allows you to experiment, run this command.
|
|
26
83
|
|
|
27
|
-
|
|
84
|
+
- **Install Gem Locally**
|
|
85
|
+
- Command: `bundle exec rake install`
|
|
86
|
+
- Description: To install this gem onto your local machine, run this command.
|
|
28
87
|
|
|
29
|
-
|
|
88
|
+
- **Release New Version**
|
|
89
|
+
- Steps:
|
|
90
|
+
1. Update the version number in `rollout.rb`.
|
|
91
|
+
2. Command: `bundle exec rake release`
|
|
92
|
+
3. Description: This command will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
30
93
|
|
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
32
94
|
|
|
33
95
|
## Contributing
|
|
34
96
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub
|
|
97
|
+
Bug reports and pull requests are welcome on [GitHub](https://github.com/Multiwoven/multiwoven-integrations). This project aims to be a safe, welcoming space for collaboration.
|
|
36
98
|
|
|
37
|
-
##
|
|
99
|
+
## Code of Conduct
|
|
38
100
|
|
|
39
|
-
|
|
101
|
+
Contributors are expected to adhere to the project's [code of conduct](https://github.com/Multiwoven/multiwoven-integrations/blob/main/CODE_OF_CONDUCT.md)
|
|
40
102
|
|
|
41
|
-
##
|
|
103
|
+
## License
|
|
42
104
|
|
|
43
|
-
|
|
105
|
+
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
@@ -108,7 +108,7 @@ module Multiwoven
|
|
|
108
108
|
attribute? :action, StreamAction
|
|
109
109
|
attribute :json_schema, Types::Hash
|
|
110
110
|
attribute? :supported_sync_modes, Types::Array.of(SyncMode).optional
|
|
111
|
-
|
|
111
|
+
# Applicable for database streams
|
|
112
112
|
attribute? :source_defined_cursor, Types::Bool.optional
|
|
113
113
|
attribute? :default_cursor_field, Types::Array.of(Types::String).optional
|
|
114
114
|
attribute? :source_defined_primary_key, Types::Array.of(Types::Array.of(Types::String)).optional
|
|
@@ -116,6 +116,8 @@ module Multiwoven
|
|
|
116
116
|
# Applicable for API streams
|
|
117
117
|
attribute? :url, Types::String.optional
|
|
118
118
|
attribute? :request_method, Types::String.optional
|
|
119
|
+
attribute :batch_support, Types::Bool.default(false)
|
|
120
|
+
attribute :batch_size, Types::Integer.default(1)
|
|
119
121
|
end
|
|
120
122
|
|
|
121
123
|
class Catalog < ProtocolModel
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: multiwoven-integrations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Subin T P
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-02-
|
|
11
|
+
date: 2024-02-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -347,7 +347,7 @@ metadata:
|
|
|
347
347
|
homepage_uri: https://www.multiwoven.com/
|
|
348
348
|
source_code_uri: https://github.com/Multiwoven/multiwoven-integrations
|
|
349
349
|
changelog_uri: https://github.com/Multiwoven/multiwoven-integrations/blob/master/CHANGELOG.md
|
|
350
|
-
post_install_message:
|
|
350
|
+
post_install_message:
|
|
351
351
|
rdoc_options: []
|
|
352
352
|
require_paths:
|
|
353
353
|
- lib
|
|
@@ -363,7 +363,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
363
363
|
version: '0'
|
|
364
364
|
requirements: []
|
|
365
365
|
rubygems_version: 3.4.1
|
|
366
|
-
signing_key:
|
|
366
|
+
signing_key:
|
|
367
367
|
specification_version: 4
|
|
368
368
|
summary: Integration suite for open source reverse ETL platform
|
|
369
369
|
test_files: []
|