The following pages and posts are tagged with
| Title | Type | Excerpt |
|---|---|---|
| Things-Search service | Page | The Things-Search service maintains an optimized search index of all Things and executes search queries against it. TL;DR: The Things-Search service listens for Thing and Policy change events, updates a search-optimized MongoDB collection, and processes RQL search queries to find matching Things. Overview The Things-Search service has... |
| Search functionality | Page | Ditto provides a search service that lets you query across all managed digital twins using RQL expressions. TL;DR: You search Things using RQL filter expressions, with results sorted and paged. The search index updates asynchronously (eventual consistency) – typically within 1-2 seconds. Overview You can access... |
| HTTP API Search | Page | You search for Things using RQL expressions against the HTTP search endpoint, with support for filtering, sorting, paging, and field selection. TL;DR: Send GET or POST requests to /api/2/search/things with filter, option, fields, and <code... |
| Things - Search protocol specification | Page | The search protocol lets you query across all digital twins using a reactive-streams-based flow of paginated results. TL;DR: Send a subscribe command to start a search, then use request to pull pages of results and cancel to stop early. Ditto responds with... |
| Release notes 0.1.0-M3 | Page | Version 0.1.0-M3 of Eclipse Ditto, released on 12.01.2018 |
| Release notes 0.2.0-M1 | Page | Version 0.2.0-M1 of Eclipse Ditto, released on 07.02.2018 |