Lean Java Web Applications

Big Data – Java Survey Result

Here comes another post on publishing the results of the java survey I ran recently where I asked developers on tools/frameworks they used in the last 12 months. Respondants had the option to choose from a predefined list of options or select Others and provide their own choice. In this post we’ll be covering Big Data tools.

If you haven’t seen the previous posts on the java survey, here’s the list of topics covered in it:

  1. Languages
  2. Web Frameworks
  3. Application Servers
  4. Data Access Tools for SQL
  5. SQL Databases
  6. Big Data
  7. Build Tools
  8. Cloud Provider

Now let’s look at Big Data. According to Wikipedia,

Big data is a broad term for data sets so large or complex that traditional data processing applications are inadequate.

In many cases using a SQL database for storing/retrieving data will be just fine. In some other cases, it either doesn’t scale or there are better tools for our purposes. It all depends on the use cases.

Now let’s discuss the different non-SQL tools to store/process data – NoSQL databases, in-memory caches, full-text search engines, real-time streaming, graph databases, etc.

Big Data – Survey Results