by rajesh | Jan 15, 2019 | Azure, Cloud, Data Integration
I was checking out importing and exporting data from Salesforce. Salesforce provides reasonable documentation at their trail-head and it’s worth the time to understand what’s available with the platform. These solutions provide point solutions to move data...
by rajesh | Sep 19, 2018 | Data Visualization, Development
I’ve been working on a Power BI file in Power BI Desktop and it’s gotten a fair amount of data in it. Each time I published the file to the Power BI Service, the time to complete the publishing was getting larger and larger. When it got past 20 minutes to...
by rajesh | Sep 1, 2018 | Development
I had a devil of a time logging into Visual Studio 2017. Turns out my credentials were cached in the .IdentityService folder under AppData. Deleting the .IdentityService folder finally solved the issue for...
by rajesh | Aug 1, 2018 | Cloud, Development
I wanted to push data from Treasure Data into Azure SQL. The data was row based and roughly about 1 TB in size. As I examined my options, there were quite a few, however, in the end, it turned out that the easy options were just not enough. I’ll walk through the...
by rajesh | Sep 6, 2017 | Development, Node
If you are behind a proxy, you’ll need to tell Node about the proxy. Normally, I would expect setting HTTP_PROXY and HTTPS_PROXY environment variables to do the trick. However, in the case of node, the commands you’re after are: npm config set proxy...