# speedment/speedment

Speedment is a Stream ORM Java Toolkit and Runtime

Repository: https://github.com/speedment/speedment
Canonical: https://ross.abutalabs.com/products/speedment
Language: Java
License: Apache-2.0
License Family: permissive
Topics: java, database, stream, orm, code-generator, javafx, java-ee, spring, spring-boot
Last push: 2023-11-07T17:59:16+00:00

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

## Adoption (not part of the score)
Stars 2091, forks 231 (observed 2026-08-28T04:06:12.378257+00:00)

## What it is
Speedment is an open-source Java Stream ORM toolkit and runtime that analyzes the metadata of an existing SQL database and generates a Java representation of the data model. It lets developers query databases using standard Java Streams instead of writing SQL or learning a new query API.

## Use cases
- query a sql database using java streams instead of writing sql
- generate java entity classes from an existing database schema
- build type-safe database queries in pure java
- integrate an orm with spring boot applications
- create efficient java database applications without a new query api

## When to choose
- you have an existing relational database and want type-safe stream-based access from Java
- you prefer standard Java Streams over SQL strings or JPA
- you want automatic code generation from database metadata

## When to avoid
- you need a widely active project with frequent updates and large community
- you need NoSQL or non-relational database support
- you prefer JPA/Hibernate ecosystem tooling

## Facets
- artifact type: library
- maturity: maintenance
- function: orm, database, database-driver
- domain: databases, developer-tools, backend
- platform: jvm, cross-platform
- tags: java-streams, sql, code-generator, javafx, spring-boot, type-safe-queries, code-generation

## Member repositories
- speedment/speedment (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:12.378257+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-30T02:55:34.322164+00:00, confidence not recorded.
  - readme: https://github.com/speedment/speedment (fetched 2026-08-28T04:06:12.378257+00:00, sha 0cd7f8822201)
- Data as of 2026-08-30T08:39:29.467469+00:00.
