tile38/internal
tidwall bdc80a7f70 Added WHERE expressions
It's now possible to do:

   SCAN fleet WHERE "properties.speed < 25 || properties.speed > 50"

Uses javascript-like syntax using the https://github.com/tidwall/expr package.

Automatically reference fields and GeoJSON properties:

   SET fleet truck1 FIELD speed 65 POINT -112 33

Can be queried:

   SCAN fleet WHERE "speed > 50"
   SCAN fleet WHERE "id == 'truck1'"
   SCAN fleet WHERE "speed > 50 && id == 'truck1'"
2022-10-20 17:01:12 -07:00
..
bing Code cleanup 2019-10-30 10:17:59 -07:00
buffer Added BUFFER option for Within and Intersects 2021-12-09 18:14:50 -07:00
clip Code cleanup 2021-07-08 06:46:08 -07:00
collection Allow for queries GeoJSON properties 2022-10-20 14:26:34 -07:00
deadline Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
endpoint Thread safe log and support for concurrent tile38 instances 2022-09-26 10:02:02 -07:00
field Add field path queries for json and comparison operators 2022-10-20 11:17:01 -07:00
glob Cleanup code for Go 1.19 2022-09-12 17:06:27 -07:00
hservice Faster point in polygon / GeoJSON updates 2018-10-13 04:30:48 -07:00
log Thread safe log and support for concurrent tile38 instances 2022-09-26 10:02:02 -07:00
object Update btree and minor optz 2022-09-21 18:29:01 -07:00
server Added WHERE expressions 2022-10-20 17:01:12 -07:00
sstring Field overhaul 2022-09-19 17:47:38 -07:00