Bossies 2015: The Best of Open Source Software Awards
InfoWorld editors and contributors pick the top open source software for data centers, clouds, developers, data crunchers, and IT pros
Whenever you hear someone complain about developer productivity, just slap them. Having slogged through hundreds of open source projects each year for the past several years, I can assure you that developers are extremely productive. Every time we put together this package -- InfoWorld’s annual Best of Open Source Awards, aka the Bossies -- I end up wishing developers were just a little less on the ball.
Of course I had help. InfoWorld is fortunate to draw on many contributors who work as software developers, systems integrators, data scientists, security consultants, and networking gurus in real life. If there’s an open source tool in their domain they don’t already know, they’re eager to dive in. Thanks to the hard work of these experts, our 2015 Bossies encompass some 100 winners in six categories:

Among the major clouds offering mobile back ends as a service, InfoWorld judged Microsoft’s to be the
- Bossie Awards 2015: The best open source applications
- Bossie Awards 2015: The best open source application development tools
- Bossie Awards 2015: The best open source big data tools
- Bossie Awards 2015: The best open source data center and cloud software
- Bossie Awards 2015: The best open source desktop and mobile software
- Bossie Awards 2015: The best open source networking and security software
Where do we find all of these winners? We hang out in the places that open source gathers. We take in the conferences, we hit the meetups, we climb the mountains of open source known as GitHub and Sourceforge -- and the hill of open source, CodePlex. (RIP, Google Code.) We never miss OSCON, and wherever we go, we keep our eyes and our ears open. When a leading light such as Joyent’s Bryan Cantrill reveals a tech crush (RethinkDB, recently), we zero in for a close look.
Some winners are inescapable. Docker has stolen every show that developers have attended for the last 18 months. And the Docker vortex has drawn a number of other new projects into the mix, as containers spark some radical rethinking of the operating system, the structure of applications, and how to monitor and manage all of the moving parts.
Other winners, like RethinkDB, sneak up on us. Just when you begin to think some part of the technology landscape is settling, a new project emerges to shake it up again. RethinkDB is one of a number of young projects that suggest there is much more to come in the world of postrelational databases.
We had no illusions that the Hadoop ecosystem was stabilizing, and sure enough, big data continues to explode. A number of new data analysis projects make their Bossies debut this year, some of them friends of Hadoop and some not. More real-time approaches to distributed data processing are kicking MapReduce to the curb, and for the first time since 2012, Hadoop itself is not among our winners.
Dev tools, databases, desktop apps, apps to run your business -- free, professional-grade software is falling from the sky. All you have to do is pick it up and use it. Open source licensing and the collaborative efforts of countless development teams (and the companies that employ them) are fueling an incredible boom in business software development. With our 2015 Bossies, we offer a guide to the best open source projects the boom has produced.
Doug Dineley — Executive Editor
Doug Dineley is an executive editor at InfoWorld, where he manages reviews.
Bossies 2015: The Best of Open Source Software Awards的更多相关文章
- 开源录屏工具 Best Screen Recording Open Source Software For Windows 2017
OBS Studio OBS (Open Broadcaster Software) - Free and open source software for live streaming and sc ...
- Public thanks to Shao Qirui for his contribution to open source software
Public thanks to Shao Qirui for his contribution to open source softwareShao Qirui is a student, but ...
- PAN-OS 6.1 Open Source Software (OSS) Listing
https://www.paloaltonetworks.com/documentation/oss-listings/oss-listings/pan-os-oss-listings/pan-os- ...
- Browse W3C's Open Source Software
https://www.w3.org/Status.html Browse W3C's Open Source Software Amaya - a Web browser/editor First ...
- Best Open Source Software
Best Open Source Software Open Source, Software, Top The promise of open source software is best qua ...
- List of open source software
List of open source software https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/ ...
- 30 Cool Open Source Software I Discovered in 2013
30 Cool Open Source Software I Discovered in 2013 #1 Replicant – Fully free Android distribution Rep ...
- List of the best open source software applications
List of the best open source software applications by Ryan • Oct 25th, 2008 • Category: Featured Art ...
- RFIDler - An open source Software Defined RFID Reader/Writer/Emulator
https://www.kickstarter.com/projects/1708444109/rfidler-a-software-defined-rfid-reader-writer-emul h ...
随机推荐
- jQuery统计上传文件的大小
对于现代浏览器(支持html5)来说,在客户端统计上传文件的大小,可以通过$(selector)[0].files[0].size来实现.但在老版本的IE浏览器中,比如IE7,IE8或IE9,却不支持 ...
- ASIHTTPRequest系列(一):同步和异步请求
ASIHTTPRequest系列(一):同步和异步请求 发表于8个月前(2013-11-27 19:21) 阅读(431) | 评论(0) 6人收藏此文章, 我要收藏 赞0 ASIHTTPRequ ...
- 基于CentOS的MySQL学习补充三--使用Shell批量创建数据库表
本文出处:http://blog.csdn.net/u012377333/article/details/47006087 接上篇介绍<基于CentOS的Mysql学习补充二--使用Shell创 ...
- BI 可视化
1. Blackbird: Open Source JavaScript Logging Utility Blackbird 是一款非常酷的 JavaScript 调试工具,带有一个漂亮的界面显示和过 ...
- lemon OA 我长时间经历的第一个开源项目
对于原作者来说, 他长时间运营了一个项目,lemon OA .目前,八百多star.在运营这个项目的过程中,我想说,他成了activiti 目前国内比较牛逼的几个人.还有 spring securit ...
- java集合类——Stack栈类与Queue队列
Stack继承Vector类,它通过五个操作对类 Vector 进行了扩展. 栈是 后进先出的. 栈提供了通常的 push 和 pop 操作,以及取堆栈顶点的 peek 方法.测试堆栈是否为空的 em ...
- java swing MenuItem乱码处理
用java开发一个带有托盘图标的程序, 其它模块的中文显示都是正常的,就只有托盘中点击小图标时弹出的菜单中的中文是方框(中文方块) 解决: 1: 在你的具有main函数的类也即你应用运行的主类上点击右 ...
- 转: MySQL5.7 ERROR 1142 (42000)问题
1,mysql全库导入报错 [root@dev_121_21 ~]# mysql--socket=/usr/local/mysql/mysql.sock --default-character-set ...
- mysql group by 报错异常解决
mysql报错及其解决方式 1.在使用group by 查询一张表的数据的时候:select date,time,max(delaytime) as delaytime,sum(delaynum) a ...
- Easyui numberbox获取焦点事件
Html文件: <input id="auctionBrandNoGetByHand" style="width:160px;" class=" ...