No commit activity in last 3 years
No release in over 3 years
Dumps records to Amazon Cloudsearch.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.10.6
>= 0.8.39
>= 10.0

Runtime

 Project Readme

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