DZone
Thanks for visiting DZone today,
Edit Profile
  • Manage Email Subscriptions
  • How to Post to DZone
  • Article Submission Guidelines
Sign Out View Profile
  • Post an Article
  • Manage My Drafts
Over 2 million developers have joined DZone.
Log In / Join
Refcards Trend Reports Events Over 2 million developers have joined DZone. Join Today! Thanks for visiting DZone today,
Edit Profile Manage Email Subscriptions Moderation Admin Console How to Post to DZone Article Submission Guidelines
View Profile
Sign Out
Refcards
Trend Reports
Events
Zones
Culture and Methodologies Agile Career Development Methodologies Team Management
Data Engineering AI/ML Big Data Data Databases IoT
Software Design and Architecture Cloud Architecture Containers Integration Microservices Performance Security
Coding Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
Culture and Methodologies
Agile Career Development Methodologies Team Management
Data Engineering
AI/ML Big Data Data Databases IoT
Software Design and Architecture
Cloud Architecture Containers Integration Microservices Performance Security
Coding
Frameworks Java JavaScript Languages Tools
Testing, Deployment, and Maintenance
Deployment DevOps and CI/CD Maintenance Monitoring and Observability Testing, Tools, and Frameworks
  1. DZone
  2. Testing, Deployment, and Maintenance
  3. DevOps and CI/CD
  4. Netflix Devops Chose Gradle for Continuous Delivery

Netflix Devops Chose Gradle for Continuous Delivery

A case study on how Netflix uses Gradle for their build processes and Continuous Delivery.

Miko Matsumura user avatar by
Miko Matsumura
·
Apr. 01, 16 · Opinion
Like (2)
Save
Tweet
Share
4.73K Views

Join the DZone community and get the full member experience.

Join For Free

Netflix DevOps is admired around the world for their Developer productivity. Netflix bases their success on the ability to collect data from their 75 million members worldwide and use it to keep improving their offering to targeted audiences. How do they achieve this success?

Part of their success comes from their well-known culture of Freedom and Responsibility which they call F&R, which is a part of the emergent topic of “DevOps Culture”. But another key facet of their success is having a highly integrated DevOps Tool chain which enables Continuous Delivery of software.

Continuous Delivery allows Netflix DevOps to release certain features and content to subsets of viewers to test how popular they are.  This level of experimentation required Netflix to work on highly automated build and deployment processes used for delivering software. Their priority was the maintainability and reusability of their code while eliminating manual steps.

That’s why they decided to automate their build and deployment processes used for delivering software. Gradle is a key part of their automation tool chain. In a recent blog post, Netflix explains why Gradle suits their needs so well. They created Nebula, an opinionated set of plugins for the Gradle build system.

“Nebula extends the robust build automation functionality provided by Gradle with a suite of open source plugins for dependency management, release management, packaging, and much more.”

Nebula benefits from Gradle’s first-class support for building, testing, and packaging Java applications, which covers the majority of their code. As a result projects in the organization significantly reduced the boilerplate for build logic by introducing conventions and standards. Developers mainly focus on the implementation of their business logic instead of having to deal with complex, unmaintainable build code.

Their selection criteria for a build system is detailed in their Introduction to Nebula post.

Prior to Nebula, Netflix software was built using an Ant and Ivy based solution we called CBF (Common Build Framework). All Java software at Netflix was built using CBF. The Engineering Tools team at Netflix built and supported CBF. As CBF usage grew, the team felt the increasing challenges of supporting a large Ant/Ivy-based build system.

They began looking for a build tool that:

  • Enabled testability
  • Provided first class support for Java applications
  • Had a rich community and ecosystem
  • Allowed us to vastly simplify build files

The team began to look around the industry for alternative build systems and decided that Gradle was the best solution for Netflix. The results of that conversion to Gradle is Nebula.

Read the complete post by Netflix Developer Productivity Manager Mike McGarr to more about how Netflix DevOps builds code at the Netflix Blog.

Continuous Integration/Deployment Gradle DevOps Delivery (commerce)

Published at DZone with permission of Miko Matsumura. See the original article here.

Opinions expressed by DZone contributors are their own.

Popular on DZone

  • Easy Smart Contract Debugging With Truffle’s Console.log
  • How to Create a Real-Time Scalable Streaming App Using Apache NiFi, Apache Pulsar, and Apache Flink SQL
  • Tech Layoffs [Comic]
  • Agile Transformation With ChatGPT or McBoston?

Comments

Partner Resources

X

ABOUT US

  • About DZone
  • Send feedback
  • Careers
  • Sitemap

ADVERTISE

  • Advertise with DZone

CONTRIBUTE ON DZONE

  • Article Submission Guidelines
  • Become a Contributor
  • Visit the Writers' Zone

LEGAL

  • Terms of Service
  • Privacy Policy

CONTACT US

  • 600 Park Offices Drive
  • Suite 300
  • Durham, NC 27709
  • support@dzone.com
  • +1 (919) 678-0300

Let's be friends: