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 ...
随机推荐
- maria-developers 开发者邮件
https://lists.launchpad.net/maria-developers/
- jstat命令 -- Java虚拟机监控统计工具
http://blog.sina.com.cn/s/blog_5f5716580100u76r.html 语法:jstat [generalOption | outputOptions vmid [i ...
- fritshoogland 大神ORACLE :pga-memory-operation latch
https://fritshoogland.wordpress.com/2017/03/01/oracle-12-2-wait-event-pga-memory-operation/#comment- ...
- JavaWeb系列之八(Cookie&Session)
1.jsp的入门 jsp就是一个servlet,终于会被编译成servlet,jsp:java server pages,java服务器端页面,包括html+java+jsp的指令 ...
- TCP套接字端口复用SO_REUSEADDR
下面建立的套接字都是tcp套接字 1.进程创建监听套接字socket1,邦定一个指定端口,并接受了若干连接.那么进程创建另外一个套接口socket2,并试图邦定同一个端口时候,bind错误返回“Add ...
- 导出文件在IE和火狐中文件名乱码问题的解决
$ua = $_SERVER["HTTP_USER_AGENT"]; $filename = "客户数据.xls"; $encoded_filename = u ...
- 基于Linux的智能家居的设计(3)
2 硬件设计 本课题的硬件设计包含主控制器.传输数据设计.数据採集设计.控制驱动设计.显示设计.门禁设计. 2.1 主控制器 依据方案三选择S3C6410主控芯片,S3C6410是由Samsung ...
- SystemParametersinfo的用法(一)
SystemParametersinfo的用法(一) 函数功能:该函数查询或设置系统级参数.该函数也可以在设置参数中更新用户配置文件. 函数原型:B00L SystemParametersinfo(U ...
- 利用MPMoviePlayerViewController 播放视频 iOS
方法一: @property (nonatomic, strong) MPMoviePlayerController *player; NSString *url = [[NSBundle mainB ...
- 能在xcode5中开发基于IOS7sdk的应用程序兼容ios4.3之后的系统吗?
能在xcode5中开发基于IOS7sdk的应用程序兼容ios4.3之后的系统吗?