You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -7,11 +7,11 @@ Connect File Pulse is a multi-purpose [Kafka Connect](http://kafka.apache.org/do
7
7
8
8
## Motivation
9
9
10
-
Lot of enterprises rely on files to export/import data between their systems either in near real time or daily.
10
+
A lot of enterprises rely on files to export/import data between their systems either in near real time or daily.
11
11
Files can be in different textual formats such as CSV, XML, JSON and so one.
12
12
A common use case is to decouple those systems by streaming those files into Kafka.
13
13
14
-
Connect File Pulse attends to be a simple solution to deal with those kind of files.
14
+
Connect File Pulse attends to be a simple solution to deal with those kind of files.
15
15
16
16
Connect File Pulse is largely inspired from functionality provided by both Elasticsearch and Logstash.
17
17
@@ -25,6 +25,9 @@ Connect File Pulse is largely inspired from functionality provided by both Elast
25
25
* Plugeable strategies for cleaning completed files
26
26
* At-least-once guarantee
27
27
28
+
## Documentation
29
+
30
+
If you want to read about using Connect File Pulse, the documentation can be found on [GitHub Page](https://streamthoughts.github.io/kafka-connect-file-pulse/)
28
31
29
32
## Getting Started
30
33
@@ -52,9 +55,6 @@ Connector will be package into an archive file compatible with [confluent-hub cl
If you want to read about using Connect File Pulse, the documentation can be found on [GitHub Page](https://streamthoughts.github.io/kafka-connect-file-pulse/)
171
-
172
168
## Contributions
173
169
174
170
Any feedback, bug reports and PRs are greatly appreciated! See our [guideline](./CONTRIBUTING.md)
@@ -179,4 +175,4 @@ Licensed to the Apache Software Foundation (ASF) under one or more contributor l
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License
178
+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License
0 commit comments