GithubHelp home page GithubHelp logo

mozilla / heka-sqs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ianneub/heka-sqs

0.0 9.0 2.0 135 KB

INACTIVE - SqsInput and SqsOutput plugins for Heka

License: MIT License

Go 100.00%
inactive unmaintained

heka-sqs's Introduction

Heka SQS Input/Output plugin

This is an input and output plugin that enables sending messages to and receiving messages from SQS in Heka.

Status

This plugin is a work in progress and is not ready for production use. Please give it a test though and feel free to open an issue.

How to use

To use either plugin you will need to add this project to your Heka source code by adding a line to cmake/plugin_loader.cmake that will load the plugin, like this:

add_external_plugin(git https://github.com/ianneub/heka-sqs master)

SqsInput

Example configuration:

[SqsInput]
access_key = ""
secret_key = ""
queue = "my_queue"

SqsOutput

You must use a specially configured ProtobufEncoder that has include_framing set to false in order to use the SqsOutput plugin. You must create a custom ProtobufEncoder because the default encoder sets the framing to true, which will not work with this plugin.

Example configuration:

[SqsOutput]
access_key = ""
secret_key = ""
queue = "my_queue"
message_matcher = "TRUE"
encoder = "protobuf-noframe"

[protobuf-noframe]
type = "ProtobufEncoder"
include_framing = false

Questions

Please create an issue on GitHub with any questions or comments. Pull requests are especially appreciated.

License

See LICENSE.txt.

heka-sqs's People

Contributors

ianneub avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

mpurzynski

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.