Skip to content

When to use LDE

LDE fits when your transformation problems are SPARQL-shaped and you want to avoid lock-in: transformations are plain SPARQL query files that run against any SPARQL 1.1 endpoint, with TypeScript only for the parts SPARQL cannot express. If your needs centre on one-off RML mappings or LDES ingestion, one of the alternatives below may serve you better.

Comparison

LD ElementsTriplyETLrdf-connectOpenLDES / LDI
FocusSPARQL-native pipelinesRDF ETL platformRDF stream processingLDES ingestion & publication
Pipeline languageSPARQL + TypeScriptTypeScript DSLDeclarative (RML)YAML (Spring Boot)
Lock-inNone – plain SPARQL filesProprietary platformFramework-specificFramework-specific
LicenseMITProprietaryMITEUPL-1.2

Released under the MIT License.