In today’s data-driven world, organizations are grappling with enormous amounts of information pouring in from various sources. The realm of big data has transformed the way we understand and leverage…
- Posted in
Unveiling the Power of Big Data: Ten Key Concepts You Need to Know
- Posted byby John Steinmetz
- 3 min
YQL (Yahoo! Query Language) gives you some possible control over creating scrapers and rest endpoints very quickly. Uses basic SQL syntax. http://developer.yahoo.com/yql/console/?q=select%20*%20from%20html%20where%20url%3D’http%3A%2F%2Fnews.yahoo.com%2Fworld’%20and%20xpath%3D’%2F%2Fdiv%5B%40class%3D%22content%22%5D%2F%2Fdiv%5B%40class%3D%22txt%22%5D%2Fp’#h=select%20*%20from%20html%20where%20url%3D%27http%3A//www.pinterest.com/hersheycompany%27%20and%20xpath%3D%27//*%5Bcontains%28concat%28%22%20%22%2C%20normalize-space%28@class%29%2C%20%22%20%22%29%2C%20%22%20UserInfoBar%20%22%29%5D/ul%27 Hit test, this is a basic scraper that…
- Posted in
Standardization vs customization: Finding the perfect combination.
- Posted byby John Steinmetz
- 3 min
In a development environment, it is important to know the balance between standardization and customization. It is an internal struggle between developers who want to standardize everything and account managers…