In Part2, we have discussed about “Access” feature on clinicaltrialsdata.org platform. In this article, let’s […]
Clinicaltrialsdata.org – Part 2
In Part 1 we have briefly introduced the clinicaltrialsdata.org platform, the problem it solves and the alternatives as of […]
Clinicaltrialsdata.org – Part 1
In this post, we will introduce clinicaltrialsdata.org platform, the problem it solves and the alternatives […]
Apache HAWQ : An Introduction
[A presentation on this topic is here] Why HAWQ? below are few use cases that help […]
Compression and Analytics : Querying Compressed Files – Part 1
Efficient ways of searching compressed files, that are comparable to searching uncompressed files, would benefit several applications, […]
Java 8 Streams(Parallel), Lambda expressions and Amdahl’s law observations
Java has fantastic language features ex: Generics, Annotations and now Lambda expressions. These are complimented […]
Distributed Database Design – Notes
Most distributed systems(ex: HBase, VoltDB) require coordination among-st its nodes for several/all of its tasks. […]
Graph processing in query languages – Part III using Hive and HBase
As they say, it’s never too early/late to catch-up with a friend or a problem. […]
Clone all github and bitbucket repos in one go
Clone all your github repos in one command curl -u <<username>> -s https://api.github.com/users/<<username>>/repos?per_page=200 | ruby -rubygems […]
System performance monitoring : PCP and Vector
Uploaded a presentation on this PCP and Vector to slideshare at – http://www.slideshare.net/kunkunur/system-performance-monitoring-pcp-vector Below are the […]