by rajesh | Jan 16, 2018 | Azure, Cloud, Treasure Data
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 | 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 <HTTP_PROXY>...