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:

How to build a mobile app on Azure Deep Dive promo

Among the major clouds offering mobile back ends as a service, InfoWorld judged Microsoft’s to be the

READ NOW

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.

 

 
优秀的个人博客,低调大师

微信关注我们

原文链接:https://yq.aliyun.com/articles/546247

转载内容版权归作者及来源网站所有!

低调大师中文资讯倾力打造互联网数据资讯、行业资源、电子商务、移动互联网、网络营销平台。持续更新报道IT业界、互联网、市场资讯、驱动更新,是最及时权威的产业资讯及硬件资讯报道平台。

相关文章

发表评论

资源下载

更多资源
Mario,低调大师唯一一个Java游戏作品

Mario,低调大师唯一一个Java游戏作品

马里奥是站在游戏界顶峰的超人气多面角色。马里奥靠吃蘑菇成长,特征是大鼻子、头戴帽子、身穿背带裤,还留着胡子。与他的双胞胎兄弟路易基一起,长年担任任天堂的招牌角色。

Apache Tomcat7、8、9(Java Web服务器)

Apache Tomcat7、8、9(Java Web服务器)

Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。

Eclipse(集成开发环境)

Eclipse(集成开发环境)

Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。幸运的是,Eclipse 附带了一个标准的插件集,包括Java开发工具(Java Development Kit,JDK)。

Java Development Kit(Java开发工具)

Java Development Kit(Java开发工具)

JDK是 Java 语言的软件开发工具包,主要用于移动设备、嵌入式设备上的java应用程序。JDK是整个java开发的核心,它包含了JAVA的运行环境(JVM+Java系统类库)和JAVA工具。