You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2017/02/14 10:22:20 UTC

camel git commit: Add doc

Repository: camel
Updated Branches:
  refs/heads/master 09409ff23 -> 6a5325590


Add doc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/6a532559
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/6a532559
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/6a532559

Branch: refs/heads/master
Commit: 6a532559098660cb016789430b14d53a230b8473
Parents: 09409ff
Author: Claus Ibsen <da...@apache.org>
Authored: Tue Feb 14 11:22:14 2017 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Tue Feb 14 11:22:14 2017 +0100

----------------------------------------------------------------------
 .../twitter-salesforce-example/README.md        | 22 ++++++++++++++++++++
 1 file changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/6a532559/connectors/examples/twitter-salesforce-example/README.md
----------------------------------------------------------------------
diff --git a/connectors/examples/twitter-salesforce-example/README.md b/connectors/examples/twitter-salesforce-example/README.md
new file mode 100644
index 0000000..207782b
--- /dev/null
+++ b/connectors/examples/twitter-salesforce-example/README.md
@@ -0,0 +1,22 @@
+## Twitter Salesforce Example
+
+This example listen for other twitter users whom are mentioning you in their tweets.
+Each twitter user is then created/updated as a contact in Salesforce.
+
+This is an example that uses the `twitter-mention` and `salesforce-upsert-contact` Camel connectors. These connectors
+are used as if they are regular Camel components in Camel routes.
+
+See the `MentionAddContractRoute` class for more details.
+
+### How to run
+
+This example can be run from the command line using:
+
+    mvn spring-boot:run
+    
+### Configuring Credentials
+
+The example uses the `@CamelTweet` twitter account for connecting to twitter.
+And uses the Apache Camel Salesforce testing account to connect to Salesforce.
+
+You can configure your own accounts in the `application.properties` file.