yahoo/elide
Elide is a Java library that lets you stand up a GraphQL/JSON-API web service with minimal effort. observed · 2026-08-28
Health v2 · maintenance only
84/100
- Activity 98
- Release rhythm 57
- Longevity 100
Flags: no_license
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: 118.0
- age_days: 3978
- days_rel: 129
- days_push: 15
- n_releases_24m: 7
Adoption not part of the score
1032 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
library · maturity active
api-framework graphql orm web-framework authorization data-visualization web-development backend apis databases analytics jvm self-hosted json-api jpa hibernate spring-boot crud-api semantic-layer openapi graphql-federation web-server
3 sources
- readme: https://github.com/yahoo/elide · fetched 2026-08-28 · 937a98b2836b
- homepage: https://elide.io · fetched 2026-08-29 · 5f02a45a17d5
- site_page: https://elide.io/pages/guide/v7/01-start.html · fetched 2026-08-29 · 073a61878126
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| yahoo/elide | main | 84 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem