Ross ROSS = Recommend OSS · open-source software intelligence for agents

nytimes/Store

Android Library for Async Data Loading and Caching observed · 2026-08-28

github.com/nytimes/Store · Java · Apache-2.0 (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases archived

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 3564
  • days_rel: n/a
  • days_push: 2462
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3494 stars · 303 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

library · maturity abandoned

caching http-client mobile-development android-tools jvm rxjava repository-pattern offline-first data-loading deprecated android mobile

1 source

Member repositories

RepositoryRoleHealth v2
nytimes/Storemain10

For agents

markdown · JSON · MCP: product_card(name="nytimes/Store")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem