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

embulk-output-amazon_cloudsearch

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-output-amazon_cloudsearch

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Amazon Cloudsearch output plugin for Embulk

Embulk output plugin to insert data into Amazon CloudSearch

Overview

  • Plugin type: output
  • Load all or nothing: no
  • Resume supported: no
  • Cleanup supported: no

Configuration

  • endpoint: Amazon CloudSearch Document Endpoint URL (string, required)
  • id_column: document id column (string, required)
  • upload_columns: index columns (string, required)
  • batch_size: number of records in one bulk request (int, default: 1000)
  • stub_response: CloudSearch API Client stubbing (boolean, default: false)

Example

out:
  type: amazon_cloudsearch
  endpoint: https://cloudsearch.example.com/endpoint
  id_column: id
  upload_columns:
    - title
    - timestamp

Build

$ rake

FAQs

Package last updated on 08 Jun 2019

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