- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Salesforce integration with Hortonworks Data Flow (Apache Nifi)
- Labels:
-
Apache NiFi
Created ‎02-01-2016 05:07 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The requirement is to extract data from Salesforce and to ingest into Hive. Is this a good use case for HDF?
The main requirement is to pull data from Salesforce. What processors are appropriate here?
The invokeHttp processor and/or ExtractText processor?
Created ‎02-01-2016 05:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use the invokeHTTP processor to connect to a restAPI to pull data. Once NiFi has the data you could do things like extract parts of the data in to NiFi FlowFIle attributes using the extractText processor.
Created ‎02-01-2016 05:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Ancil McBarnett their API guide shows every which possible way. I'd use the rest processors in Nifi for that.
Created ‎02-01-2016 05:50 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could use the invokeHTTP processor to connect to a restAPI to pull data. Once NiFi has the data you could do things like extract parts of the data in to NiFi FlowFIle attributes using the extractText processor.
Created ‎07-17-2018 01:36 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Matt, if you have the detailed document on importing data from Salesforce to Hadoop using nifi, please share.
Created ‎07-23-2018 06:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created ‎02-01-2016 07:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The invokeHTTP processor would work best, you would need to follow SalesForce authentication guidelines for the rest api: here.
Created ‎02-01-2016 08:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Salesforce requires SOAP login to access API, linking in another discussion about WSDL soap.
Created ‎09-18-2017 02:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I came across this thread and my colleague published a more recent option on the DataDirect blog with Salesforce JDBC and Apache Nifi
Created ‎04-04-2024 05:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Connecting Salesforce with Hortonworks Data Flow (powered by Apache NiFi) unlocks powerful data integration. Here's how:
- NiFi Processors: Utilize processors like "InvokeHTTP" to call Salesforce APIs and retrieve data.
- Real-Time or Batch: Move data bi-directionally (Salesforce to NiFi or vice versa) in real-time or batches.
- Data Transformation: Cleanse, transform, and enrich data using NiFi's processors before storing it in your data lake.
This salesforce integration helps you leverage valuable Salesforce data for analytics, reporting, and deeper customer insights.
