-
Updated
Sep 5, 2020 - Java
iot
Here are 698 public repositories matching this topic...
-
Updated
Sep 7, 2020 - Java
-
Updated
Sep 3, 2020 - Java
LIKE implementation
QuestDB implements regex string match with the operators ~= and !~. However, LIKE is not implemented.
Describe the solution you'd like
Implement LIKE such that
column LIKE pattern becomes ~=(column, pattern)
NOT column LIKE pattern becomes !~(column, pattern)
-
Updated
Sep 2, 2020 - Java
-
Updated
Jun 4, 2019 - Java
-
Updated
Jun 13, 2020 - Java
-
Updated
Sep 1, 2020 - Java
-
Updated
May 7, 2020 - Java
-
Updated
Aug 26, 2020 - Java
-
Updated
Oct 21, 2019 - Java
-
Updated
Apr 20, 2019 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 2, 2020 - Java
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 4, 2020 - Java
-
Updated
Sep 6, 2020 - Java
-
Updated
Sep 4, 2020 - Java
Freedomotic supports more than 20 languages using Transifex.
We are searching contributors for new languages or existing translations.
Solution 1 (recommanded in particular for a new language)
- Join our team on Transifex https://www.transifex.com/freedomotic/freedomotic-open-source-buildi/
- Complete the translation
- Download the file .properties and submit a PR
Solution 2
- Wor
Problem or use case
The client is currently only logging errors and warnings. For debugging purposes and during application development, it would be very useful to also have logs detailing the message flow.
Preferred solution or suggestions
TRACE level logging for incoming and outgoing MQTT control packet types, e.g., PUBLISH, SUBSCRIBE, PUBACK, SUBACK.
Improve this page
Add a description, image, and links to the iot topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the iot topic, visit your repo's landing page and select "manage topics."
Use case:
Have better compatibility with PostgreSQL tools
Feature description:
PostgreSQL supports various Data Type Formatting Functions
CrateDB has
date_formatandformatas alternative, but for improved tooling support it would be good to have the PostgreSQL variants: