c0c0n3
c0c0n3
### Is your feature request related to a problem? Please describe Ken from FiWare implemented an backward compat patch for Orion-LD that will let NGSI-v2 clients subscribe for NGSI-LD entity...
### Is your feature request related to a problem? Please describe. The Reporter always returns a `422` on receiving a geo query with an NGSI SLF `equals` operator---have a look...
**Is your feature request related to a problem? Please describe.** Everytime we get a notification, we issue a query to get the Crate version. As @chicco785 noted in PR #299,...
Quantum Leap may store a `null` attribute value even if the attribute wasn't originally sent by the device. This is especially so in batch notifications where we take the union...
We'd like to be able to query the set of data points collected for a given entity type at a specified point in time. For example, we'd like to be...
PR #191 added support to store multiple entities in notification messages---btw, kudos to @ohylli. But we still need to think about how to handle: 1. **Partial errors**. What to do...
At the moment QL only supports basic query functionality but we're likely to have to be able to accommodate more sophisticated queries, especially if we want to use QL as...
### Summary We tend to think of historical data as [time series][time-series.wikipedia] and we represent them accordingly in QL. But is this really a good fit for all kinds of...
We need to review how we turn incoming NGSI data into Crate tabular format to identify corner cases we are unaware of and possibly change some of the existing translation...
PR #111 implements full support for NGSI geo queries. However, queries with the `equals` geo relationship operator are disabled for the time being---QL responds with a `422 NotSupportedQuery` as required...