Sha256: 593b50af9c19d261f0a8e356e32e915a5233cddf593bb03ef24e2cd6e40a0470

Contents?: true

Size: 1.15 KB

Versions: 2

Compression:

Stored size: 1.15 KB

Contents

# 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
<source>
  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
</source>
```

|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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
fluent-plugin-sforce-0.0.6 README.md
fluent-plugin-sforce-0.0.5 README.md