Skip to main content

All Questions

Tagged with
0 votes
1 answer
83 views

Better design for a REST import into web store

I have an import that needs to grab data from a REST service and import into an web store. It's basically an ETL type of service, but because the REST service can be slow and I don't want to call it ...
user204588's user avatar
0 votes
1 answer
354 views

Data Integration Design Using Microsoft SSIS

I am working on a data integration project, where I need to extract data from oracle source and load it to XML file. The requirement is to get the list of customers and foreach customer create an xml ...
sab's user avatar
  • 109
0 votes
1 answer
670 views

Exporting data to file share vs calling a web service to handle the export

I would like to hear opinions/best practices for the following scenario: I have an application A (C# app from a vendor that does not have an accessible database, it has a sqllite db but we don't have ...
TuSabesTuSabes's user avatar
4 votes
1 answer
3k views

Designing a Content-Based ETL Process with .NET and SFDC

As my firm makes the transition to using SFDC as our main operational system, we've spun together a couple of SFDC portals where we can post customer-specific documents to be viewed at will. As such, ...
Patrick's user avatar
  • 165
5 votes
2 answers
1k views

How can large data handling be a special requirement for job?

I chanced to see some job requirements of Oracle SQL programmer or C# developer jobs, who want a person who can handle terabytes of data in ETL or data migration. I have worked on data migration to ...
user avatar