Opensource reporting services? [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 7 years ago.
Improve this question
Are there any free and opensource reporting services which we can deploy in a web server, and which wouldn't require any licensing. Actually I'd be interested in the whole framework/toolkit, report designing, viewing, and hosting. It should be able to pull data from mssql database servers.

Check the JasperForge projects (JasperReports, iReports, etc) at http://jasperforge.org/ I think is one of the most used plataform for reporting in Java projects.
Also check this comprehensive list of Java open source resources for reporting. Includes short descriptions for
JFreeChart
BIRT
jCharts
Cewolf
JCCKit
JChart2d
DocumentBurster
SWTJasperViewer
iReport
JasperReports
JOpenChart
Chart2D
JFreeReport
Datavision
ART
Open Reports
Pentaho - Business Intelligence
JMagallanes
FreeReportBuilder
OpenReports
OpenI
JGraphT
prefuse
QN Plot

The open source Pentaho suite includes a report server. I believe it's Java-based, so will connect to any datasource for which JDBC drivers are available (including SQL Server).
SQL Express with Advanced Services includes a free version of SQL Server Reporting Services.

Related

SQL Server BI, Reporting Tool [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 1 year ago.
Improve this question
I have a requirement where our client wants to build reports using reporting tool with following are some requirements:
The tool should generate the report which can be viewed on mobile and web.
The tool should allow ad-hoc/custom reporting
The tool should able to connect MS SQL Server 2019 warehouse database
Does SSRS or MS Power BI can be used for the above requirements or there are any other better tool which can be used?
Yes! both SSRS and PBI can be used for your case. There are lot other tools in the market who can connect to MS SQL Server 2019 warehouse database, so those 2 are not the only options. As a result, for choosing the platform, you can consider these below-
If you choose SSRS or MS PBI, all will be in single platform - Microsoft.
Check the licensing in different platform
Customization option
Community
Is there any client requirements?
Check the distribution/sharing options of report among end users in different platform.
With experience of developing reports in Crystal Report, SAP BO, Pentaho and Power BI - I can advice to chose PBI as it is easy to develop and powerful enough to meet any complex requirement.

Cloud virtual machines available for free for open source testing? [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
Anyone know about places in the cloud where you can create (virtual) machines (like Amazon EC2) to use for your computing tasks - places that offer a number (at least 5-10) of free machines, if they are used for testing open source projects?
Im not looking for places hosting CI environments like Jenkins, Hudson, TeamCity etc. for free for open source projects. Im looking for a place where I can run some servers where I can setup the open source system itself in a clustered and distributed environment. Then drive a test against that clustered and distributed environment from an automated test (e.g. executed from a CI environment).
I think that Openshift may attend your requirements. Specially if you do not need to have an external port open apart from the http
Would AWS Free tier work for you? I realise it's not really a cluster..
http://aws.amazon.com/free/

ASP.Net Providers 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 8 years ago.
Improve this question
Are there ASP.NET 2.0 Providers available for MySQL? On Googling, I find discrete (and incomplete) pieces of code on codeplex and elsewhere.
Alternatively there is dotConnect from Devart, however, it is commercial. I am looking for something that is open source, free & production quality.
The one that I am looking for should cover at least following:
- Membership
- Role management
- Profile
- Session state
I did more Googling and came across MySQL Connector/NET. It provides support for the ASP.NET 2.0 provider model.
MySQL Connector/NET supplies the following providers:
Membership Provider
Role Provider
Profile Provider
Session State Provider (MySQL Connector/NET 6.1 and later)
I'll try it out and share my feedback subsequently.

Existing Server Storage Management Software Solutions? [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 in the process of trying to graphically represent all of our server racks. So when we receive a new server we can decide where this should be put and where a specific servers currently resides.
Are there any existing software packages that stores this kind of data already? I'd prefer open source ones if there are any but anything would be helpful.
If you use nagios as monitoring application you could use NagVis to create custom status maps e.g. a rackview of your servers.
Example Screenshot
RackMonkey seems to fit your requirements too.
I had a look around at this and the solutions suggested (thanks Node) and at the moment my feeling are using one of the following:
NVentory though I'm not sure my company will want to use ruby and rails as this would be our first product using this
Rackview
Or more likely just MS Office Visio 2007 Add-in for Rack Server Virtualization however this looks like it only links to excel and hopefully I can use excel to query a database.
I will update when I have played about with these tools and see what they can provide.

Reverse Engineer SQL2008 Database to Diagram [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
Visio 2007 support reverse engineering a MSSQL Database. However, SQL2008 is not supported (link).
Are there other (free?) tools that can do this?
thx.
The SQL Server Management Studio Tool can do it.
Attach the DB
Expand its node
Right click Database Diagrams -> New Database Diagram
N.B: You'll need to be logged in as a dbo and have the database diagramming components installed (Management studio will tell you if not)
DeZign for Databases can import SQL2008 databases (you can use the 2005 driver, that works)