Skip to content

Commit aed4772

Browse files
committed
Updated readme
1 parent 0dc66c4 commit aed4772

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
RPT makes RDF/SPARQL workflows on the command line easy. The RDF Processing Toolkit (RPT) integrates several of our tools into a single CLI frontend: It features commands for running SPARQL-statements on triple and quad based data both streaming and static. SPARQL extensions for working with CSV, JSON and XML are included. So is an RML toolkit that allows one to convert RML to SPARQL (or TARQL). RPT embeds several SPARQL engines, including Jena’s ARQ and TDB, as well as one of our own for SPARQL-based batch processing using Apache Spark.
44

5+
## Quick Launch
6+
7+
```bash
8+
rpt integrate --server
9+
docker run -p '7531:7531' -it aksw/rpt integrate --server
10+
java -jar rpt.jar integrate --server
11+
```
12+
13+
![RPT Landing Page](docs/images/20260202_rpt-landing-page.png)
14+
515
## News
616
* 2025-05-14 The fat-jar issue described below has been identified and will be fixed with the next release.
717
* 2025-02-17 ⚠️ The fat-jar release of at least [v2.0.0-rc4](https://github.com/SmartDataAnalytics/RdfProcessingToolkit/releases/tag/v2.0.0-rc4) hangs a while during startup because it unpacks the jar. We are looking into how to fix this. The docker/rpm/deb releases do not appear to suffer from this issue.

0 commit comments

Comments
 (0)