Sha256: 5aa07af0df90d774d8cbcc7e37bd011ec3471533afe05c991c25beb2cfbbe7df

Contents?: true

Size: 964 Bytes

Versions: 2

Compression:

Stored size: 964 Bytes

Contents

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

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.2 README.md
fluent-plugin-sforce-0.0.1 README.md