Registry / other / ditto-model-rql

ditto-model-rql

JSON →
library1.5.1javamavenunverified

Eclipse Ditto model for RQL (Resource Query Language) used to query digital twins in IoT applications.

<dependency> <groupId>org.eclipse.ditto</groupId> <artifactId>ditto-model-rql</artifactId> <version>1.5.1</version> </dependency>
INSTALL
IMPORT
SIG · DITTO-MODEL-RQL
D
ditto-model-rql
otherjavav1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Predicate
org.eclipse.ditto.model.rql.Predicate

Parse an RQL predicate string

import org.eclipse.ditto.model.rql.Predicate; import org.eclipse.ditto.model.rql.RqlParser; public class DittoRqlQuickstart { public static void main(String[] args) { Predicate predicate = RqlParser.parsePredicate("eq(thingId,'myThing')"); System.out.println(predicate); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Meta
1
Amazon
1
Resources
ditto-model-rql — mvn dependency:get ditto-model-rql · libregistry