An open API service indexing awesome lists of open source software.

https://github.com/tzmfreedom/fluent-plugin-sforce

Salesforce input plugin for Fluentd data collector
https://github.com/tzmfreedom/fluent-plugin-sforce

fluentd ruby salesforce

Last synced: 3 months ago
JSON representation

Salesforce input plugin for Fluentd data collector

Awesome Lists containing this project

README

          

# Fluent::Plugin::Sforce
[![Build Status](https://travis-ci.org/tzmfreedom/fluent-plugin-sforce.svg?branch=master)](https://travis-ci.org/tzmfreedom/fluent-plugin-sforce)
Fluent Plugin for Salesforce.com

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'fluent-plugin-sforce'
```

And then execute:

$ bundle

Or install it yourself as:

$ gem install fluent-plugin-sforce

## Usage

```xml

tag test.access
type sforce
username test@example.com
password hogefuga
query SELECT id, Body FROM FeedItem
polling_interval 60
# topic AllMessages
# version 43.0
# login_endpoint test.salesforce.com

```

|key|description|
|-|-|
|username|Salesforce Username for exporting data.|
|password|Salesforce User's Password.|
|query|SOQL Query.|
|polling_interval|Query Interval Time.|
|topic|PushTopic name to subscribe.|

## Contributing

1. Fork it ( https://github.com/tzmfreedom/fluent-plugin-sforce/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request