Socket
Book a DemoInstallSign in
Socket

reckoner_cdp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reckoner_cdp

0.1.2
bundlerRubygems
Version published
Maintainers
1
Created
Source

Reckoner CDP API Client Library for Ruby

Ruby Client Library for Reckoner CDP services.

With this gem, you can:

  • stream your data to Streaming Workflow.

Installation

Add this line to your application's Gemfile:

gem 'reckoner_cdp'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install reckoner_cdp

Usage

Initialization

Initialize a client:

require 'reckoner_cdp'

client = Reckoner::Cdp::Client.new('/path/to/key.json')

Stream Your Data to Streaming Workflow

Stream:

workflow_id = 1
data = [{bar: :bar1, foo: :foo1}, {bar: :bar2, foo: :foo2}]
client.streaming_bulk_insert(workflow_id, data)

FAQs

Package last updated on 05 Nov 2020

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.