Data Warehouse Opensource Tool for ETL [closed] - open-source

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
Can anyone suggest me an open source data warehouse for Data Engineering Tasks where i can store data through ETL ingestion and train the model and save results.

you might want to check out caosdb (caosdb.org). it's a tool kit to put different data sources together and the ETL part should be covered well. the part regarding training the model, you might have to integrate another open source software into the tool.

Related

Clocking system integration [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 days ago.
Improve this question
Can anyone suggest if these is existing biometric clocking system that can be integrated to existing systems. In my case, our company is using RFID cards with web portal and mysql to store user data (rfid card no.) and punch-ins for each clockin.
Now, we would to use integrate a new biometric clocking machine that we can use to identify personel, and after clock in, send the data to existing system. Biometric data can be kept on either clocking machine, or existing mysql database (hash ? ).

Open-source download statistics [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is sourceforge really the only host to let me see the countries from which my code is being downloaded and the OS they are using?
Is there a way on github, or other open-source hosts, to do the same?
I don't think so, considering the kind of data GitHub offered to be analyzed with Google BigQuery (and its GitHub Data Challenge)
You can see here an example of the kind of visualization you can produce from those data (no data bout countries in there):
GitHub data analysis
For instance:
The analysis of creation of new repository shows, that the pattern of busy or calm hours remains over the years.
For all those who are looking for Google Analytics for Github statistics maybe GA-Beacon could be a solution.

Survey Analysis Software [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a software to analyze survey data online.
My input should be SPSS file or anything similar (I don't mind writing a small tool to format the input, we enter the data using a proprietary software).
The idea is that the administrator should be able to upload the survey data to the website, and the users should be able to do simple analysis/data extraction.
The analysis should mostly be creating targets and generating cross tab reports.
I prefer open source software so I can write customized reports within the software.
It turns out there is a wikipedia article that answers my question:
http://en.wikipedia.org/wiki/Business_intelligence_tools

What is a good data mining / BI / report tool for MySQL? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I am looking for a tool, service, or framework that would allow us to expose our database to management. I have looked, although briefly, at JasperSoft and Crystal Reports. They looked "OK".
We are not afraid of writing our own queries so long as we can save them somewhere for later use by the business crowd. Ideally, the interface would be web based and reports could be emailed in a professional format.
I've never tried it but I read great things about Pentaho. Take a look at it.
http://www.pentaho.com/

Maven plugin for gathering source code statistics [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Our project is based on J2EE and we would like to know if there is a open source maven-plugin which either integrates with cloc (Refer How can I measure source code statistics?) or other tools?
Use Sonar for that!
As you can see in the demo site, when this tool analyses your project, it provides a lot of statistics (using their internal tool, Sonar Squid which is a replacement of the old JavaNCSS) :
alt text http://sonar.codehaus.org/wp-content/uploads/2009/05/sonar-squid.jpg