Zebeth Media Solutions

Bazel

With $8.6M in seed funding, Nx wants to take monorepos mainstream • ZebethMedia

Narwhal, the company behind the popular monorepo-focused open source Nx build system for JavaScript code, today announced that it has raised an $8.6 million seed funding round co-led by Nexus Venture Partners and Andreesen Horowitz. A number of angel investors, including GitHub co-founder Tom Preston-Werner, also participated in this round. Founded by two former Google employees on the Angular team, Jeff Cross (CEO) and Victor Savkin (CTO), Narwahl actually started out as an Angular consulting shop, helping large banks, airlines and other enterprises — the kind of companies that typically use Angular. As Cross told me, it was working with Capital One that actually pushed the team to pursue Nx and turn that into the company’s main product. At that point, the concept of monorepos was already very familiar to them, thanks to their work at Google, which uses one of the world’s largest monorepos to manage its codebase. Image Credits: Nx “They had their login team,” Cross explained. “If you logged in to CapitalOne.com, it’s seven lines of business building one unified app — and it was split across so many repositories, they couldn’t coordinate on deploys, they couldn’t coordinate really on anything. And they really needed a monorepo. And so we built Nx for their use case and then made it work with every other client we were working with, which was most of these large companies.” Cross believes that monorepos are inherently easier to manage for large teams. The founders, he said, were spoiled at Google because thanks to the monorepo, any developer could build any part of Google’s codebase with minimal effort. Everything, after all, used the same tool chain and testing infrastructure. Meanwhile, having many teams work on different repositories creates a lot of friction, given that the teams then have to build a common API — and create a new repository for it, create the integration process and figure out how to publish that. “And with publishing, inevitably every company adds versioning to the publishing. So it’s never ‘we publish every commit and it’s immediately updated in the repository.’ It’s more like: ‘we publish it, we use somewhere to say if this a breaking change, a minor one, or is this a patch? And what that ends up happening in most companies is that they never get the time to actually update it,” Cross said. So the idea behind Nx is to give every company the tools to manage their JavaScript monorepos — and migrate them to one if necessary. As Cross explained it, the open-source Nx project and Nx Cloud help companies organize their code in these massive repositories, using Nx’s concept of project graphs. It’s worth noting that Nx was great inspired by Google’s Bazel build and test system, so it includes some familiar features like the ability to distribute computation and task execution across multiple machines. Cross cited one major retail giant the company is currently working with that made the move to Nx’s enterprise product and now saves over 40,000 hours of compute time a month thanks to its distributed caching system. One of the nice features of Nx (and also Bazel, to be fair), is that it knows when two developers are trying to run the same tasks and checks if there is already a cached version. Narwhal/Nx is already a bit ahead of most open-source companies at the seed stage in that it already has a hosted service (Nx Cloud) and an enterprise version as its main products. Given the kind of large enterprise customers Nx works with, it’s no surprise that Nx offers them the ability to run the service in their private instances and isolated from external APIs. The company currently has just over 30 employees on its team, which is mostly remote. Of those, 25 are engineers. Most recently, Narwhal also took over the stewardship of Lerna.js, a popular open-source JavaScript monorepo tool that had previously remained somewhat unmaintained. Narwhal will now provide critical bug fixes and security updates for it. “Monorepo adoption is exploding worldwide, driven by advantages like ease of collaboration, shared codebase visibility, dependency management, and refactoring,” said Abhishek Sharma, managing director at Nexus Venture Partners. “However, as monorepos scale, robust tooling becomes essential to managing them, and Build Time becomes a critical factor. This is where Nx shines. We were drawn to Nx because of its world-class team, category leadership, strong developer community, and massive global adoption: from startups to Fortune 500 companies. We’re grateful to Jeff and Victor for choosing us as their partner in this journey.”

With $18M in new funding, EngFlow wants to speed up your builds • ZebethMedia

Back in 2015, Google launched an open-source port of its internal automation tool for building and testing code. Dubbed Bazel (because the internal tool was called Blaze), the service uses a Python dialect to help developers write their rules and macros. Today, the tooling is used by companies ranging from Adobe to Databricks, Dropbox, LinkedIn and Redfin, so when the lead developer of Bazel at Google, Ulf Adams, and the lead of enterprise customer onboarding for Bazel at Google and co-creator of BazelCon, Helen Altshuler, raise new funding for their Bazel-centric startup EngFlow, it’s probably worth paying attention to. As the team announced today, EngFlow has raised an $18 million Series A round from Tiger Global, Firstminute Capital and Andreessen Horowitz, which also led the company’s $3.7 million seed round. Cockroach Labs CEO Spencer Kimball, Github co-founder Tom Preston-Werner and Snowflake CFO Mike Scarpelli, as well as Envoy creator Matt Klein and GitHub engineering VP Rachel Potvin also participated in this round. Image Credits: Bazel EngFlow describes itself as a “build acceleration company” that helps its enterprise customers more efficiently build and test their source code, with support for Bazel, Chromium and the Android Platform. “When we are talking about Bazel use at Google, an important factor is that Google has integrated Bazel with a lot of developer services,” Adams said. “So it’s not just the build tool, but you have remote execution, you have a user interface, you have coverage runners for analyzing coverage data from the tests, you have integration with deployment, all of that stuff. We’ve been talking to Bazel users for four years and they are looking for these things. Sometimes we say that Google is a snowflake, Google is special, but we often see that other companies want to want to do similar things. And so we thought there was an opportunity there.” Altshuler also stressed that increasingly, enterprises are creating platform engineering teams that aim to bring a more opinionated approach to CI/CD to their teams. “That is usually the audience for Bazel to try it to make it work for their specific company — and then launch it to the engineers. These platform engineering teams are our primary customers, but behind every platform engineering team, there are hundreds, thousands, maybe tens of thousands of engineers that are impacted by Bazel as a result and hopefully don’t have to be Bazel experts and know all of the internals — it should just work for them,” she noted. Image Credits: Bazel The team noted that a lot of new customers are migrating from Gradle or CMake to the service, so it’s maybe no surprise that EngFlow also recently hired Jay Conrod, the developer of the open-source Gazelle tool for migrating to Bazel (and also a former Googler). It’s worth stressing that while Bazel is a main focus here, the platform also supports Chromium and Android platform builds. Brave, with its Chromium-based browser, is a customer, for example. For Brave, EngFlow’s distributed build system brought build times down from two hours to fifteen minutes. But still, Bazel is the main focus here and the team today also launched its Bazel Invocation Analyzer, a new open-source tool that allows developers to get deeper insights into their Bazel profiles and optimize their builds. “Build is one of the most critical aspects of building software. And traditionally it’s been a massive time and cost sink for companies to get right,” said Martin Casado, General Partner at Andreessen Horowitz. “EngFlow is the leading company changing all of this. Coming from deep roots in Bazel and build, they’ve put together a solution which for the first time we’ve ever seen, is able to tackle the most complex code bases and large infrastructure environments and offer dramatic savings in development time and costs. These aren’t mere words, EngFlow has extraordinary customer traction across a number of verticals, far more than we normally see at this stage. We’re delighted to be investors and doubling down as EngFlow continues their path as the leading build company.” Given the popularity of taking Google open-source tools and bringing them to the enterprise (hello, Kubernetes), it’s maybe no surprise that EngFlow isn’t the only startup in this space. YC-backed BuildBuddy, for example, also offers a Bazel-centric build system. Meanwhile, well-funded Gradle Enterprise offers support for Gradle, Maven and Bazel as part of its enterprise build tool.

Subscribe to Zebeth Media Solutions

You may contact us by filling in this form any time you need professional support or have any questions. You can also fill in the form to leave your comments or feedback.

We respect your privacy.
business and solar energy