Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data

Clone this repo:
  1. bc3ad08 Provide method to create ChannelSelector by Ralph Goers · 12 months ago main
  2. ed7f46b Change mailing list by Ralph Goers · 12 months ago
  3. 863bbf2 Update versions by Ralph Goers · 12 months ago
  4. 9387fba Remove unnecessary stuff from license by Ralph Goers · 2 years, 1 month ago
  5. 5e1671d Merge pull request #4 from apache/fix-typos-in-release-notes by Ralph Goers · 2 years, 1 month ago

Welcome to Apache Flume Spring Boot!

Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data. It has a simple and flexible architecture based on streaming data flows. It is robust and fault tolerant with tunable reliability mechanisms and many failover and recovery mechanisms. The system is centrally managed and allows for intelligent dynamic management. It uses a simple extensible data model that allows for online analytic application.

The Apache Flume Spring Boot module provides the minimal framework required to allow Apache Flume to be created and configured as a “normal” Spring Boot applications.

Apache Flume Spring Boot is open-sourced under the Apache Software Foundation License v2.0.

Documentation

Documentation is included in the binary distribution under the docs directory. In source form, it can be found in the flume-ng-doc directory.

The Flume 1.x guide and FAQ are available here:

Contact us!

Bug and Issue tracker.

Compiling Flume Spring Boot

Compiling Flume Spring Boot requires the following tools:

  • Oracle Java JDK 11
  • Apache Maven 3.x