Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mozilla-services/heka
DEPRECATED: Data collection and processing made easy.
https://github.com/mozilla-services/heka
Last synced: about 1 month ago
JSON representation
DEPRECATED: Data collection and processing made easy.
- Host: GitHub
- URL: https://github.com/mozilla-services/heka
- Owner: mozilla-services
- License: other
- Archived: true
- Created: 2012-10-16T17:20:51.000Z (about 12 years ago)
- Default Branch: dev
- Last Pushed: 2024-01-23T01:44:36.000Z (10 months ago)
- Last Synced: 2024-09-21T02:30:59.556Z (about 2 months ago)
- Language: Go
- Homepage: http://hekad.readthedocs.org/
- Size: 9.56 MB
- Stars: 3,393
- Watchers: 204
- Forks: 531
- Open Issues: 233
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-influxdb - heka - General purpose data collection and processing tool (Collecting data into InfluxDB / Projects)
- awesome-data-engineering - Heka - Data Acquisition and Processing Made Easy. Deprecated. (Data Ingestion)
- awesome-starred - mozilla-services/heka - DEPRECATED: Data collection and processing made easy. (others)
README
This project is deprecated. Please see [this email]([https://mail.mozilla.org/pipermail/heka/2016-May/001059.html](https://web.archive.org/web/20230526160209/https://mail.mozilla.org/pipermail/heka/2016-May/001059.html)) for more details.
# Heka
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](http://golang.org/), but Heka plugins can be written
in either Go or [Lua](http://lua.org). 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](https://hekad.readthedocs.io/en/latest/installing.html).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:
* Heka project docs: https://hekad.readthedocs.io/
* GoDoc package docs: http://godoc.org/github.com/mozilla-services/heka
* Mailing list: https://mail.mozilla.org/listinfo/heka
* IRC: #heka on irc.mozilla.org