Socket
Book a DemoInstallSign in
Socket

hatchet

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hatchet

Send user activities into logstash

0.3.2
latest
Source
npmnpm
Version published
Weekly downloads
27
80%
Maintainers
2
Weekly downloads
 
Created
Source

hatchet

Send data into an SQS queue

Usage

var hatchet = require("hatchet");
hatchet.send("create_event", {
  dimensions: {
    user_id: 1234
  }
}, function(err, data) {
  console.log("we sent a message!");
});

Configuration

hatchet is configured only using environment variables. If any of these are not present, then hatchet will not do anything

  • AWS_ACCESS_KEY_ID - Used by aws-sdk
  • AWS_SECRET_ACCESS_KEY - Used by aws-sdk
  • HATCHET_APP_NAME - The name of the app
  • HATCHET_QUEUE_REGION - The AWS region that the Hatchet SQS lives in. Probably us-east-1
  • HATCHET_QUEUE_URL - The SQS URL used by Hatchet

Keywords

logstash

FAQs

Package last updated on 11 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.