Skip to content
forked from bshang/heka

A New Beginning: Data collection and processing made easy.

License

Notifications You must be signed in to change notification settings

wangfeiping/heka

 
 

Repository files navigation

A New Beginning

This is a new beginning for project mozilla-services/heka which was already deprecated.
This is not officially. The Reasons to go on this project:

It's a really good project!
I want to finish my work with golang! :)
And the last one,
Data Acquisition and Processing Made Easy

The project mozilla-services/heka is deprecated.
Please see this email for more details.

Data Acquisition and Processing Made Easy

Heka is a tool for collecting and collating data from a number of different sources, performing "in-flight" processing of collected data, and delivering the results to any number of destinations for further analysis.

Heka is written in Go, but Heka plugins can be written in either Go or Lua. The easiest way to compile Heka is by sourcing (see below) the build script in the root directory of the project, which will set up a Go environment, verify the prerequisites, and install all required dependencies. The build process also provides a mechanism for easily integrating external plug-in packages into the generated hekad. For more details and additional installation options see Installing.

WARNING: YOU MUST SOURCE THE BUILD SCRIPT (i.e. source build.sh) TO BUILD HEKA. Setting up the Go build environment requires changes to the shell environment, if you simply execute the script (i.e. ./build.sh) these changes will not be made.

Resources:

About

A New Beginning: Data collection and processing made easy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 71.5%
  • Lua 15.5%
  • CMake 5.5%
  • JavaScript 4.1%
  • C 1.2%
  • HTML 0.8%
  • Other 1.4%