There is a large variety in possible data sources from which we can extract and that number is not likely to decrease. The ETL path that has to be taken for each source can vary heavily depending on all kinds of factors including application architecture, company security, departmental policies, etcetera. Middle-sized to large companies tend to use multiple applications from which data can be extracted to feed the greedy monster called BI. In our case it is safe to say that ‘greed is good’ with the words of Gordon Gekko.
So to move on with a more specific case in which we could encounter a blockage to extract data directly from the database:
Developer team A from web shop B is responsible for further developing and maintaining their main web-based business application towards the customers. Other company departments, including BI, want to incorporate the data in some way for each their own purposes. The following scheme illustrates the situation as-is:
The existing data delivery to BI was done through database views since the database architecture is obscure to say the least and doesn’t make sense to other developers than developer team A. The views contain technical and business logic that is vital in providing correct data. Since there is a constant stream of incoming business requests that need to be implemented into the application, adjustments could very well be necessary in the coding towards the different child applications including BI. Without this, the incoming data in our data warehouse could contain faulty data…
After reviewing this situation, developer team A came to the conclusion that all the different data presenting layers should be replaced by one complete API layer that can be used by all. API stands for application program interface. This concept defines how applications should be able to interact with each other without having to know the technical details of each other. In our specific case it’s a building block from which every child application can call a method to provide each of them with the correct data.
This would offer the following main benefits:
- Adjustments have to be applied in just one layer/environment. This decreases overhead and offers a single point of truth that can be used by all the child applications.
- The JSON stream can be used by all child applications. So there is one technical way of communicating towards the child applications.
Now, remember that this is a simple example. To make a switch like this, there are a lot of other factors to take into account like data volume, connection speed, et cetera. This solution is technically not feasible in every situation and should be thoroughly analyzed and discussed.
Okay, to start off the development at our side, we are going to discuss 2 ways of how we can consume the extracted JSON stream into SSIS.
The public JSON feed that we will be using is a public weather service. The JSON response can be triggered by going to the web URL and providing 2 parameters; city name and country code:
Since this isn’t very reader-friendly, let’s convert that string to a more readable format. There are a lot of online conversion applications. For this example I’ve used this file to convert my JSON to Excel.
We see that there are multiple objects, but we are going to focus on the weather object.
SSIS – Let’s get started
1. Script Component: The first method we are going to try is through a script component. Remember we are going to pass 2 parameters to the service URL
To make this dynamic, 2 variables have been added to the package:
Then we add a data flow task and in the data flow we can add a script component and select it as a ‘Source’.
After that we select our variables so that we can use the values in our code.
This component will be outputting data, so we will have to add outputs for our 4 weather attributes:
Now, we are ready to open up the script editor. First we have to add the Web.Extensions reference.
You will find the programming code inside the project. It consists of the following blocks:
Class weather will contain our 4 attributes. We will create a list of this class to convert our deserialized JSON into. The key function to convert the JSON string to a list of the weather object:
Private Weather method will call the web service and convert the response to an array of Weather objects. This array will be returned to the calling block CreateNewOutputRows. This block will convert the array to rows which we need to output.
When we execute the package, we see that the output contains a row for the weather in Brussels:
2. SSIS JSON source component (more info here)
First of all, there are 2 ways to install the JSON component:
- Through the delivered installer (which I used, but didn’t work out of the box)
- Through a .dll pack that you can download and install yourself with the gacutil
After my installation I had the issue of not seeing the JSON component in my SSIS toolbox. On the discussions page on codeplex there were people experiencing the same issue. They experimented with uninstalling/re-adding the dll in the PipelineComponents folder that you can find in your SQL server installation folder. I copied the necessary gacutil components to the PipelineComponents folder. These components can be found in the Microsoft SDK’s folder:
Then for uninstalling I issued the following commands:
- Gacutil /u com.webkingsoft.jsonsource_yourversion
- Gacutil /u Newtonsoft.Json
For re-installing them I issued the following commands:
- Gacutil /i com.webkingsoft.jsonsource_yourversion
- Gacutil /i Newtonsoft.Json
You should then receive a message that the dll is successfully added to the cache. After this, I restarted data tools and the new component was visible in the data flow. I’ve added an extra variable to make the URL dynamic like in the script task, this variable will be used as the source of our JSON component:
Since the JSON source component has different options including a dynamic one for the source type (Web URL or file location), I preferred to set up the component using the ‘WebUrlVariable’ option.
So after the source tab has been set up to work with the variable, we can move onto the ‘Input-Output’ tab where we will define our attributes that we will retrieve from the JSON response. I have to note here that my ID attribute, which represents an integer, could not be mapped to an SSIS integer data type because it always threw the following error:
Maybe I did something wrong, but since this is a quick walkthrough and conversion could happen afterwards in the flow, I mapped it to a string data type:
Finally in the advanced tab we can set some extra settings regarding how we want to “walk” the JSON response which has impact on which parsing mode to use. That parsing mode has consequences towards the performance. Look at the instructions in the component and play around to notice what can be done and what can’t:
For our example we use a simple key-key concatenation to access the weather object:
Finally we execute the data flow and get the following result:
The setup of these tests was simple. Not a lot of coding was necessary for getting a basic working data flow. However, when a JSON response gets more complex, so will your initial setup. The choice as to what option depends on what knowledge the developer has regarding XPath or .NET coding. These two options I’ve shown here aren’t the only options, alternatives are possible.
Regarding the replacement of the more traditional ETL setup involving a direct database connection as the source, I don’t think one should jump blindly into this new adventure. As always it will depend on the benefits and downsides that will be put into the scale, but with big data volumes I think JSON could be a potential bottleneck.
7 november (online seminar op 1 middag)Praktische tutorial met Alec Sharp Alec Sharp illustreert de vele manieren waarop conceptmodellen (conceptuele datamodellen) procesverandering en business analyse ondersteunen. En hij behandelt wat elke data-pr...
11 t/m 13 november 2024Praktische driedaagse workshop met internationaal gerenommeerde trainer Lawrence Corr over het modelleren Datawarehouse / BI systemen op basis van dimensioneel modelleren. De workshop wordt ondersteund met vele oefeningen en pr...
18 t/m 20 november 2024Praktische workshop met internationaal gerenommeerde spreker Alec Sharp over het modelleren met Entity-Relationship vanuit business perspectief. De workshop wordt ondersteund met praktijkvoorbeelden en duidelijke, herbruikbare ...
26 en 27 november 2024 Organisaties hebben behoefte aan data science, selfservice BI, embedded BI, edge analytics en klantgedreven BI. Vaak is het dan ook tijd voor een nieuwe, toekomstbestendige data-architectuur. Dit tweedaagse seminar geeft antwoo...
De DAMA DMBoK2 beschrijft 11 disciplines van Data Management, waarbij Data Governance centraal staat. De Certified Data Management Professional (CDMP) certificatie biedt een traject voor het inleidende niveau (Associate) tot en met hogere niveaus van...
3 april 2025 (halve dag)Praktische workshop met Alec Sharp [Halve dag] Deze workshop door Alec Sharp introduceert conceptmodellering vanuit een non-technisch perspectief. Alec geeft tips en richtlijnen voor de analist, en verkent datamodellering op c...
10, 11 en 14 april 2025Praktische driedaagse workshop met internationaal gerenommeerde spreker Alec Sharp over herkennen, beschrijven en ontwerpen van business processen. De workshop wordt ondersteund met praktijkvoorbeelden en duidelijke, herbruikba...
15 april 2025 Praktische workshop Datavisualisatie - Dashboards en Data Storytelling. Hoe gaat u van data naar inzicht? En hoe gaat u om met grote hoeveelheden data, de noodzaak van storytelling en data science? Lex Pierik behandelt de stromingen in ...
Deel dit bericht