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

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/

Related

Data Warehouse Opensource Tool for ETL [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 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.

Create PDF front end service [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 have a MySQL database that I would like to periodically print reports from.
I would like these reports to be downloadable into .pdf format; are there any free (secure) services that would allow me to do this?
Preferably from a well-known hosting service.
One that I have used and really like is FPDF.
It's a PHP Module Library that works really well and best of all it's free!
There are example scripts on their website too for you too have a look and plenty of tutorials on YouTube.
Hope this helps,
Craig

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

E - Commerce open source review [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 8 years ago.
Improve this question
Do you know a good review of the existing e-commerce open source platforms? I'll like it to be written in PHP in order to understand them faster and to contribute back.
many thanks
Magento Shopping Cart- they are using Zend Framework.
Magento is replacing other open source cart, and becoming the best, in terms of functionality and interface.
Have a look at Zen Cart or osCommerce. Both are widley supported and have a large community base.

Is There An OSS Implementation Of Google AdWords [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 there an open source implementation of Google AdWords, or is the technology protected in some way (such as being patented)?
Edit: To clarify, I'm looking for a 3rd party implementation of an AdWords-like system (that has nothing to to with Google AdWords beyond the concept and superficial similarity).
Depending on what part of the system you are looking to replicate you should give OpenX ad server a try. You can install it on your own servers or use their hosted version. There are other open source ad servers but this one seems to work pretty well.