Most Commonly Used Operating Systems by Objectweb Projects (June 2014)
Description:
This chart shows the top operating systems used by projects in Objectweb.
Visualization:
SQL Script:
SELECT owop.description AS System, COUNT( DISTINCT owop.proj_unixname ) AS Count
FROM ow_project_operating_system owop
WHERE owop.datasource_id = [current]
GROUP BY System
ORDER BY Count DESC;
Attachment | Size |
---|---|
ObjectwebOperatingSystems2014.png | 20.71 KB |
Data Resources:
- Log in to post comments