From: Anthony Eden Date: 2008-07-23T22:08:34+09:00 Subject: Re: Ruby and RDBS On Wed, Jul 23, 2008 at 12:45 AM, Thilanka Marasinghe wrote: > This may seem like a very newb question. BUt are there any groups or > projects dealing with using ruby and RDBMS, to do data mining and data > analysis? Data mining and data analysis are pretty broad and can be accomplished with a variety of techniques. Perhaps you can narrow it down a little bit? For example, if you are looking to use dimensional modeling for data warehousing and analysis then you might want to take a look at ActiveWarehouse. For data mining you might want to consider search with something like Solr or Sphinx and distributed techniques such as map/reduce. What you will use depends largely on the amount of data you are trying to analyze and the resources available to you. Sincerely, Anthony Eden