• Stars
    star
    321
  • Rank 130,752 (Top 3 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created almost 6 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

πŸ”— A multipurpose Kafka Connect connector that makes it easy to parse, transform and stream any file, in any format, into Apache Kafka

Kafka Connect File Pulse

License Stars Forks DockerPull Issues Main Build

Reliability Rating Maintainability Rating Vulnerabilities Coverage

Connect FilePulse is a multipurpose, scalable and reliable, Kafka Connector that makes it easy to parse, transform and stream any file, in any format, into Apache Kafkaβ„’. It provides capabilities for reading files from: local-filesystem, Amazon S3, Azure Storage and Google Cloud Storage.

Motivation

In organizations, data is frequently exported, shared and integrated from legacy systems through the use of files in a wide variety of formats (e.g. CSV, XML, JSON, Avro, etc.). Dealing with all of these formats can quickly become a real challenge for enterprise that usually end up with a complex and hard to maintain data integration mess.

A modern approach consists in building a scalable data streaming platform as a central nervous system to decouple applications from each other. Apache Kafkaβ„’ is one of the most widely used technologies to build such a system. The Apache Kafka project packs with Kafka Connect a distributed, fault tolerant and scalable framework for connecting Kafka with external systems.

The Connect File Pulse project aims to provide an easy-to-use solution, based on Kafka Connect, for streaming any type of data file with the Apache Kafkaβ„’ platform.

Some of the features of Connect File Pulse are inspired by the ingestion capabilities of Elasticsearch and Logstash.

πŸš€ Key Features Overview

Connect FilePulse provides a set of built-in features for streaming files from multiple filesystems into Kafka. This includes, among other things:

  • Support for recursive scanning of local directories.
  • Support for reading files from Amazon S3, Azure Storage and Google Cloud Storage.
  • Support multiple input file formats (e.g: CSV, JSON, AVRO, XML).
  • Support for Grok expressions.
  • Parsing and transforming data using built-in or custom processing filters.
  • Error handler definition
  • Monitoring files while they are being written into Kafka
  • Support pluggable strategies to clean up completed files
  • Etc.

πŸ™ Show your support

You think this project can help you or your team to ingest data into Kafka ? Please 🌟 this repository to support us!

🏁 How to get started ?

The best way to learn Kafka Connect File Pulse is to follow the step by step Getting Started.

If you want to read about using Connect File Pulse, the full documentation can be found here

File Pulse is also available on Docker Hub 🐳

https://hub.docker.com/r/streamthoughts/kafka-connect-file-pulse:latest

πŸ’‘ Contributions

Any feedback, bug reports and PRs are greatly appreciated! See our guideline.

Licence

Copyright 2019-2021 StreamThoughts.

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

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

More Repositories

1

jikkou

The Open source Resource as Code framework for Apache Kafka. Jikkou helps you implement GitOps for Kafka at scale!
Java
193
star
2

azkarra-streams

πŸš€ Azkarra is a lightweight java framework to make it easy to develop, deploy and manage cloud-native streaming microservices based on Apache Kafka Streams.
HTML
186
star
3

kafka-monitoring-stack-docker-compose

This project provides Docker compose files to deploy an Apache Kafka platform with a monitoring stack using Prometheus and Grafana
Shell
134
star
4

awesome-opensource-contribs-kafka

A list of all awesome open-source contributions for the Apache Kafka project
95
star
5

kafka-clients-kotlin

This projects gives Kotlin bindings and several extensions for Apache Kafka Clients.
Kotlin
40
star
6

apache-pulsar-cheat-sheet

This cheat sheet is filled with some handy tips, commands and code snippets to get you streaming data using Apache Pulsar in no time!
Java
28
star
7

demo-twitter-ksqldb-clickhouse

Demonstration Project : Fast Data Analytic platform with Clickhouse, Apache Kafka and ksqlDB
Java
20
star
8

kafka-connect-transform-grok

Grok Expression Transform for Kafka Connect.
Java
16
star
9

kafka-consumer-partition-assignor

This project contains examples to implement a custom PartitionAssignor for Apache Kafka consumer-client.
Java
12
star
10

kafka-connect-client

Java client library for Apache Kafka Connect REST Interface
Java
6
star
11

kc4streams

A collection of common utilities and reusable classes for Kafka Streams applications.
Java
6
star
12

pulsar-quickstart-java

This project demonstrates how to write simple producers and consumers for Apache Pulsar
Java
3
star
13

demo-kafka-streams-scottify

Scottify is the official media services provider of Starfleet πŸ––
Java
3
star
14

azkarra-streaming-count

This project demonstrates how to build and containerize a Kafka Streams ap using Akzarra and Jib
Java
1
star
15

spark-streaming-examples

This project contains simple code skeleton for developing a Spark Streaming application using Kafka integration.
Java
1
star
16

setup-jikkou

Jikkou GitHub Actions
JavaScript
1
star
17

kafka-streams-examples

This project contains code examples that demonstrate how to use the KafkaStreams Streams DSL and Processor API.
Java
1
star