Home ZooKeeper Library First of Netflix’s Open Source Menagerie to Escape

ZooKeeper Library First of Netflix’s Open Source Menagerie to Escape

Netflix has taken the wraps off of its ZooKeeper library and has given some insight to coming open source projects as well. The company announced four projects in its pipeline, and a portal on GitHub for its projects.

Curator is a set of libraries that are supposed to make using Apache ZooKeeper simpler. While ZooKeeper has its own client, Netflix says “using the client is non-trivial and error prone.”

What is Curator?

ZooKeeper is a “coordination service” for distributed applications, originally developed by Yahoo. The basic idea is that ZooKeeper is software to coordinate distributed processes, something that was usually done with one-off software that’s fragile, not actually a part of the core applications and usually disposed to errors. So, ZooKeeper is meant to be a solution that can be re-used for managing all kinds of distributed applications.

Problem being that using ZooKeeper itself may be more complicated and error-prone than some companies want to deal with.

Curator comprises a replacement client for ZooKeeper, a framework to simplify using ZooKeeper, tools for error handling, and several recipes built with the Curator framework. Curator also includes several utilities and extensions.

Curator adds a “pluggable retry mechanism” to ZooKeeper so that when something throws an error, there’s a set of policies that can be used when trying to retry an operation. It also provides connection state monitoring and instance management.

Curator is available immediately and is Apache 2.0 licensed.

More to Come

This is the first of (at least) four projects that Netflix plans to release. Jordan Zimmerman, the author of Curator and the post announcing it, says that Netflix will be releasing three tools for working with Cassandra. Astyanax is described as a client for Cassandra, CassJMeter for running Cassandra tests, and Priam. Zimmerman writes that Priam will handle centralized configuration management, backup/recovery and token management for Cassandra.

It’s also worth noting part of the post is a prominent solicitation to developers who also might want to work on open source projects for Netflix. Despite the company’s rough year, it looks like open source is doing pretty well at Netflix.

About ReadWrite’s Editorial Process

The ReadWrite Editorial policy involves closely monitoring the tech industry for major developments, new product launches, AI breakthroughs, video game releases and other newsworthy events. Editors assign relevant stories to staff writers or freelance contributors with expertise in each particular topic area. Before publication, articles go through a rigorous round of editing for accuracy, clarity, and to ensure adherence to ReadWrite's style guidelines.

Get the biggest tech headlines of the day delivered to your inbox

    By signing up, you agree to our Terms and Privacy Policy. Unsubscribe anytime.

    Tech News

    Explore the latest in tech with our Tech News. We cut through the noise for concise, relevant updates, keeping you informed about the rapidly evolving tech landscape with curated content that separates signal from noise.

    In-Depth Tech Stories

    Explore tech impact in In-Depth Stories. Narrative data journalism offers comprehensive analyses, revealing stories behind data. Understand industry trends for a deeper perspective on tech's intricate relationships with society.

    Expert Reviews

    Empower decisions with Expert Reviews, merging industry expertise and insightful analysis. Delve into tech intricacies, get the best deals, and stay ahead with our trustworthy guide to navigating the ever-changing tech market.