# yahoo/elide

Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort.

Repository: https://github.com/yahoo/elide
Canonical: https://ross.abutalabs.com/products/elide
Homepage: https://elide.io
Language: Java
License: NOASSERTION
License Family: other
Topics: json-api, java-library, java, jpa, hibernate-jpa, graphql, web, mobile, api-framework, elide, hacktoberfest, orm, hibernate, analytics, api, api-rest
Last push: 2026-08-18T23:02:09+00:00

## Health v2 (maintenance only)
Score: 84/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 57, longevity 100
- inputs: {"age_days": 3978, "days_push": 15, "days_rel": 129, "gap_med": 118.0, "n_releases_24m": 7}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1032, forks 238 (observed 2026-08-28T04:03:18.227575+00:00)

## What it is
Elide is a Java library that generates model-driven JSON-API and GraphQL web services from JPA-annotated data models with minimal effort. It provides declarative security permissions, atomic multi-object mutations, filtering/sorting/pagination, and a semantic layer for analytic queries.

## Use cases
- expose JPA entities as a JSON-API or GraphQL CRUD service
- build a GraphQL API from Java data models without writing resolvers
- add declarative field- and entity-level access control to an API
- serve analytic aggregate queries over a semantic model layer
- perform atomic multi-object create/update/delete in one request
- visualize and explore data with Yavin dashboards over Elide APIs

## When to choose
- you have JPA/Hibernate models and want a full CRUD or GraphQL API quickly
- you need fine-grained declarative permissions on API fields and entities
- you want built-in filtering, sorting, pagination, and subscriptions
- you're building analytics/reporting APIs with a semantic layer

## When to avoid
- you're not on the JVM or don't use JPA/Hibernate
- you need full manual control over API endpoints and resolvers
- your data layer isn't relational or JPA-compatible
- you need a lightweight REST framework without model-driven conventions

## Facets
- artifact type: library
- maturity: active
- function: api-framework, graphql, orm, web-framework, authorization, data-visualization
- domain: web-development, backend, apis, databases, analytics
- platform: jvm, self-hosted
- tags: json-api, jpa, hibernate, spring-boot, crud-api, semantic-layer, openapi, graphql-federation, web-server

## Member repositories
- yahoo/elide (main) score 84

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:18.227575+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-30T07:07:24.104787+00:00, confidence not recorded.
  - readme: https://github.com/yahoo/elide (fetched 2026-08-28T04:03:18.227575+00:00, sha 937a98b2836b)
  - homepage: https://elide.io (fetched 2026-08-29T13:06:35.386457+00:00, sha 5f02a45a17d5)
  - site_page: https://elide.io/pages/guide/v7/01-start.html (fetched 2026-08-29T13:06:35.395956+00:00, sha 073a61878126)
- Data as of 2026-08-30T08:39:29.467469+00:00.
