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

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.

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的更多相关文章

  1. 开源录屏工具 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 ...

  2. 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 ...

  3. PAN-OS 6.1 Open Source Software (OSS) Listing

    https://www.paloaltonetworks.com/documentation/oss-listings/oss-listings/pan-os-oss-listings/pan-os- ...

  4. Browse W3C's Open Source Software

    https://www.w3.org/Status.html Browse W3C's Open Source Software Amaya - a Web browser/editor First ...

  5. Best Open Source Software

    Best Open Source Software Open Source, Software, Top The promise of open source software is best qua ...

  6. List of open source software

    List of open source software https://www.ibm.com/developerworks/community/wikis/home?lang=en#!/wiki/ ...

  7. 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 ...

  8. List of the best open source software applications

    List of the best open source software applications by Ryan • Oct 25th, 2008 • Category: Featured Art ...

  9. 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 ...

随机推荐

  1. tomcat开启SSL8443端口的方法

    参考文献: http://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html http://blog.sina.com.cn/s/blog_682b5aa1 ...

  2. oracle 11g wm_concat 、 listagg 函数的使用(合并数据)

    方法一 wn_concat() 函数 1.把以下图中Name一样的数据合并为一条,而且NO的值要这样显示如 C.1,C.2 2.实现这种效果的操作如下,先把Name的值进行分组(group by),再 ...

  3. 《Go学习笔记 . 雨痕》反射

    一.类型(Type) 反射(reflect)让我们能在运行期探知对象的类型信息和内存结构,这从一定程度上弥(mi)补了静态语言在动态行为上的不足.同时,反射还是实现元编程的重要手段. 和 C 数据结构 ...

  4. Google 镜像站搜集

    在特殊的地方和特殊的时间,流畅顺利的打开一个网站也变得如此艰难. 2016.01.16 更新.本站订阅更新功能已上线,欢迎订阅! 以下是直接使用谷歌的方法,如需***戳这里(VPN | Shadows ...

  5. 网速4M等于多少KB/S,等于多少kbps

    4M=512KB/S=4096Kbps 1KB/S=8Kbps 8倍速 转:http://zhidao.baidu.com/link?url=8GAyhcY9BbVstQr8pE3I7QP_M53Km ...

  6. delphi 隐藏标题栏

      1.隐藏窗体的标题栏在Delphi中隐藏窗体的标题栏,相信大家都会说是一个件十分容易的事情,只需要设置BorderStyle的属性为bsNone就可以了,不过这种设置方法不但去掉了窗体的标题栏,而 ...

  7. AngularJS使用OData请求ASP.NET Web API资源的思路

    本篇整理AngularJS使用OData请求ASP.NET Web API资源的思路. 首先给ASP.NET Web API插上OData的翅膀,通过NuGet安装OData. 然后,给control ...

  8. 详细注释!二维码条码扫描源码,使用Zxing core2.3

    from:http://www.eoeandroid.com/forum.php?mod=viewthread&tid=325529&page=1 现如今很多项目中都会应用到条码扫描解 ...

  9. poj 3041(最大匹配问题)

    http://poj.org/problem?id=3041 Asteroids Time Limit: 1000MS   Memory Limit: 65536K Total Submissions ...

  10. 行尸走肉第八季/全集The Walking Dead迅雷下载

    <行尸走肉第八季>将在10月22号回归播出, 将于5月1日起正式开始拍摄!目前剧组已开始招募客串演员和丧尸群演,第八季拍摄时长初步预计会持续到11月16日.而这三位已确认为<行尸走肉 ...