Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated NetflixOSS lifecycle and added shields.io badge
  • Loading branch information
dkoszewnik committed Jun 8, 2017
1 parent 35cda1b commit 7c11719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OSSMETADATA
@@ -1 +1 @@
osslifecycle=active
osslifecycle=maintenance
2 changes: 2 additions & 0 deletions README.md
@@ -1,6 +1,8 @@
NetflixGraph
============

[![NetflixOSS Lifecycle](https://img.shields.io/osslifecycle/Netflix/netflix-graph.svg)](#)

NetflixGraph is a compact in-memory data structure used to represent directed graph data. You can use NetflixGraph to vastly reduce the size of your application’s memory footprint, potentially by an order of magnitude or more. If your application is I/O bound, you may be able to remove that bottleneck by holding your entire dataset in RAM. This may be possible with NetflixGraph; you’ll likely be very surprised by how little memory is actually required to represent your data.

NetflixGraph provides an API to translate your data into a graph format, compress that data in memory, then serialize the compressed in-memory representation of the data so that it may be easily transported across your infrastructure.
Expand Down

0 comments on commit 7c11719

Please sign in to comment.