Commit 60707ca
committed
feat: stats-based pruning, workbench UI, and instance-level S3 config (Phase 3)
Replace predicate partitioning with flat files and per-file min/max stats
for pruning. Add S3 Store to RDF4J Workbench with creation form and TTL
config template. S3 connection settings (bucket, endpoint, credentials)
resolve from environment variables (RDF4J_S3_*) or system properties so
multiple repositories share a single bucket, each isolated by s3Prefix.1 parent 306c533 commit 60707ca
20 files changed
Lines changed: 1301 additions & 862 deletions
File tree
- core
- repository/api/src/main/resources/org/eclipse/rdf4j/repository/config
- sail/s3
- src
- main/java/org/eclipse/rdf4j/sail/s3
- config
- storage
- test/java/org/eclipse/rdf4j/sail/s3
- storage
- tools/workbench/src/main/webapp/transformations
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments