# nytimes/Store

Android Library for Async Data Loading and Caching

Repository: https://github.com/nytimes/Store
Canonical: https://ross.abutalabs.com/products/nytimes-store
Language: Java
License: Apache-2.0
License Family: permissive
Topics: android-library, caching, rxjava, data-flow
Archived: true
Last push: 2019-12-06T21:32:10+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 3564, "days_push": 2462, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3494, forks 303 (observed 2026-08-28T04:08:07.294513+00:00)

## What it is
Store is a Java/Android library for reactive async data loading and caching, implementing the Repository pattern with an RxJava API. It manages fetching, parsing, and two-layer (memory and disk) caching of data with request throttling.

## Use cases
- cache network responses on android
- offline-first data loading in android app
- avoid duplicate network requests with request throttling
- reactive data layer with rxjava
- in-memory and disk caching for android

## When to choose
- building an Android app with RxJava that needs offline support
- you want a Repository-pattern abstraction over network and cache

## When to avoid
- starting a new project - use the maintained dropbox/Store fork instead
- your project uses Kotlin coroutines/Flow rather than RxJava

## Facets
- artifact type: library
- maturity: abandoned
- function: caching, http-client
- domain: mobile-development, android-tools
- platform: jvm
- tags: rxjava, repository-pattern, offline-first, data-loading, deprecated, android, mobile

## Member repositories
- nytimes/Store (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:07.294513+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:35:55.402840+00:00, confidence not recorded.
  - readme: https://github.com/nytimes/Store (fetched 2026-08-28T04:08:07.294513+00:00, sha a7ce5d8d5a67)
- Data as of 2026-08-30T08:39:29.467469+00:00.
