BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage News Trends in the latest Technology Radar

Trends in the latest Technology Radar

Leia em Português

This item in japanese

Bookmarks

ThoughtWorks's latest "Technology Radar" focuses on mobile, accessible analytics, simple architectures, reproducible environments, and data persistence done right.

Consumer interactions will be primarily through mobile platforms in the future and this is one of the drivers of the "Technology Radar" recommendations. Another trend is how reliable cloud computing platforms will enable accessible analytics. The need for architects to create simple architectures through interchangeable best of breed technologies is also highlighted. Emphasis is put on encouraging teams to create reproducible environments to reap the benefits of visibility, traceability, scalability, and reliability at their finger tips. Software Engineers are encouraged in the "Technology Radar" to use NoSql databases to easily model domains in the data persistence done right trend.

Technologies recommended for adoption align strongly with the prevalence of mobile platforms in consumer hands:

"Mobile first embraces this trend by designing user interfaces and server interactions that target mobile devices in the first instance."

Back end systems are embracing graph database technologies that can easily represent complex distributed domains (e.g. mobile usage):

"Graph databases store information as arbitrarily interconnected nodes linked by named relations, rather than as tables and joins."

Additionally, back end systems will capture as much data as possible to perform advanced analytics at massive scale on low cost computing cloud resources:

"Now, using a spectrum of new technologies like NoSQL, data harvesters, MapReduce frameworks, and clusters of shared-nothing commodity servers, we have the power necessary to make truly effective use of these techniques [machine learning, semantic analysis, text mining, quantitative analytics]."

On the other hand there are technologies that have been put on hold that would make for brittle continuous delivery pipelines otherwise:

"Web browser automation tools like Selenium have encouraged widespread automated testing through the browser. While these tests continue to have their place in a test portfolio, most teams find that executing the bulk of tests through the browser creates a slow and fragile test suite."

[ All quotes above were taken directly from the ThoughtWorks "Technology Radar." ]

A portion of the recommendations directly reinforce DevOps best practices. Automated deployment and Infrastructure as code in combination with configuration management tools, e.g. Chef or Puppet, allow for efficient management of large server farms. Immutable servers become especially important with large server farms that are automatically scaled (e.g. AWS Auto Scaling). Continuous integration in the cloud is ready for trials on projects that have identified potential benefits and are prepared to manage the risk (e.g. security, vendor conventions, tech stack availability). AtTask leveraged the cloud for CI and their solution has reduced their acceptance testing from three days to minutes.

The "Technology Radar" intends to influence decision making through recommendations about what should be adopted and what should be held at bay.  The recommendations in the "Technology Radar" follow the same format as their previous radar and are similar to the recommendations produced by Gartner's research of technology along the Hype Cycle.

Rate this Article

Adoption
Style

Hello stranger!

You need to Register an InfoQ account or or login to post comments. But there's so much more behind being registered.

Get the most out of the InfoQ experience.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Community comments

  • Seriously?

    by Jean-Jacques Dubray,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Adopt Neo4J and Assess MongoDB? If you compare the their respective jobtrends it appears that a lot of companies are "assessing" MongoDB, I actually have seen quite a bit adopting it too.

  • Thanks for the comment. Here is some follow-up information.

    by Aslan Brooke,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks so much for the link to the job trends interface on Indeed.Com. While it appears to be the case that there is a substantial opportunity for MongoDB expertise I think some clarifications are in order. MongoDB is in the "Trial" category and on the verge of adoption according to the Technology Radar charts. You mentioned the "Assess" category, I don't think that is accurate. Additionally as far as the classifications go in comparison, Neo4j has been around longer based on its initial release having been in 2007 and MongoDB having had its initial release in 2009. Thanks again for the comments, I look forward to more dialog on this and other news items in the future.

    -Aslan

  • Re: Thanks for the comment. Here is some follow-up information.

    by marc prades,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    MongoDB is already widely adopted, and it's like first choice NoSQL dbs for any nodeJS application(no java involved , no impedance mismatch as you save javascript maps directy in the database with 0 effort).
    It's not a silver bullet, but works very well and allows fullstack javascript development. Doesnt seem to have "dynamic" map reduce views though (?) unlike couchdb. NeoJS is powerfull and neat but a bit more complicated to learn and deploy(imho).

  • Re: Thanks for the comment. Here is some follow-up information.

    by marc prades,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    i meant Neo4J sorry for the typo

  • Re: Seriously?

    by Erik Doernenburg,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    The reason why we placed Neo4J into adopt and MongoDB "only" into trial is not their relative popularity. For graph databases we see Neo4J as the clear front-runner and therefore recommend it to anyone who needs a graph database. For other databases the picture is not so clear-cut. We have MongoDB, Couchbase, and Riak on the radar, their usage scenarios overlap, and we consider all three very viable options. For that reason we suggest that if you're in this space you trial these three and pick the one that works best for you. Hope this makes sense. Sometimes it's really hard to put complex facts into a simple form.

  • Re: Seriously?

    by Aslan Brooke,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Thanks so much for the clarification about Neo4J and MongoDB. I'm glad you shared the background facts on the Technology Radar formation.

  • Re: Seriously?

    by Jean-Jacques Dubray,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Erik,

    I am not quite sure I understand your rationale. There is clearly a category called "Graph Databases" (en.wikipedia.org/wiki/Graph_database) but MongoDB is not part of that category. It seems to me that you are comparing Apples and Oranges and you are recommending to just eat one kind of Apple. Are you saying that Graph Databases are the leading category of NOSql databases? and regardless of what you are trying to achieve you should first look at a Graph Database?

    From my perspective that casts a big shadow on your overall analysis.

  • Re: Seriously?

    by Erik Doernenburg,

    Your message is awaiting moderation. Thank you for participating in the discussion.

    Jean-Jaques,

    maybe I didn't explain this all too well. Let me try again. Of course, there are different types of databases, including relational databases, graph databases, document databases, key/value databases, column-family databases etc. We were quite aware of this, after all Martin Fowler and Pramod Sadalage, who recently wrote a nice book on NoSQL databases, are part of the group that creates the radar.

    We think that graph databases are quite distinct from the other types. So, I agree, it does not make sense to try to compare a graph database with a database of a different type. Among all the graph databases, though, we see see Neo4J as the clear front-runner. Therefore we recommend that people adopt Neo4J if they need a graph database. We do not want to imply that people should always use a graph database, though.

    If people want to explore NoSQL databases but don't need a graph database then we recommend that they trial one of the three other databases we have listed. MongoDB and Couchbase are generally considered document databases and Riak a key/value database. The usage scenarios for these databases (non-relational, non-graph databases) do overlap. Certain problems may be solved either by a key/value database or by a document database. In fact, even the definitions and the actual implementations overlap to a degree. So, because it's not clear when to adopt which, we felt it was a better suggestion to trial the three most promising databases in this sector.

    Over the past years we have used NoSQL databases on many projects. Because of that experience we did want to go beyond talking about database types in general and decided to name the databases we have made positive experiences with. In hindsight it becomes obvious that we should have explained clearer the distinction that exists in our thinking between graph and non-graph databases.

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

Allowed html: a,b,br,blockquote,i,li,pre,u,ul,p

BT