diff --git a/OSSMETADATA b/OSSMETADATA index b96d4a4..8bff0a1 100644 --- a/OSSMETADATA +++ b/OSSMETADATA @@ -1 +1 @@ -osslifecycle=active +osslifecycle=maintenance diff --git a/README.md b/README.md index 6c9be52..8a3a95b 100644 --- a/README.md +++ b/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.