GithubHelp home page GithubHelp logo

zeno's Introduction

Netflix Zeno

NetflixOSS Lifecycle

Zeno is now retired. See hollow for Netflix's replacement technology.

Some applications have data sets with extremely low latency tolerance. For Netflix, this applies to metadata about our movies and TV shows. We store this data directly in RAM on the servers responsible for powering the Netflix experience.

Netflix leans heavily on the Zeno framework to manage, transport, and keep updated these gigabytes of constantly-changing data replicated across thousands of servers. Zeno:

  • Creates compact serialized representations of a set of Java Objects.
  • Automatically detects and removes duplication in a data set.
  • Automatically produces a minimal set of changes required to keep data up-to-date.
  • Is efficient about resource impact when deserializing data.
  • Provides powerful tools to debug data sets.
  • Defines a pattern for separation between data model and data operations, increasing the agility of development teams.

Zeno is highly optimized. See The Netflix Tech Blog for a description of how Netflix has benefited from the development and application of the Zeno framework.

Artifacts

Zeno binaries are published to Maven Central.

GroupID/Org ArtifactID/Name Latest Version
com.netflix.zeno netflix-zeno 2.6

In a Maven .pom file:

    ...
    <dependency>
    	<groupId>com.netflix.zeno</groupId>
    	<artifactId>netflix-zeno</artifactId>
    	<version>2.6</version>
    </dependency>
    ...

Documentation

Documentation is available on the wiki.

Build

Zeno is built via Gradle (www.gradle.org). To build from the command line:

   ./gradlew build

Support

Zeno is actively used and maintained by the Metadata Infrastructure team at Netflix. Issues will be addressed in a timely manner. Support can be obtained through the Zeno google group

zeno's People

Contributors

dkoszewnik avatar vuzilla avatar puneetlakhina avatar jatin146 avatar joesondow avatar pborreli avatar rspieldenner avatar davesu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.