Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-input-singer_tap

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-input-singer_tap

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Singer Tap input plugin for Embulk

This plugin runs a singer-tap and reads data from its stdout.

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Configuration

  • tap_command: singer-tap command name (string, required)
  • config: singer-tap config file path (string, required`)
  • catalog: singer-tap catalog file path (string, default:null)
  • properties: singer-tap properties file path for legacy taps (string, default:null)
  • input_state: singer-tap state file path (string, default:null)
  • output_state: destination file path for STATE message (string, default:null)

Example

in:
  type: singer_tap
  tap_command: tap-github
  config: config.json
  properties: properties.json
  input_state: state.json
  output_state: state.json

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

FAQs

Package last updated on 06 Mar 2021

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc