tile38 icon indicating copy to clipboard operation
tile38 copied to clipboard

Real-time Geospatial and Geofencing

Results 134 tile38 issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** In profiling our workload, tile38 appears to spend a hefty amount of time doing map lookups in `Collection.getFieldValues`. It seems...

**Is your feature request related to a problem? Please describe.** One aspect of our workload involves the use of Lua scripts in Tile38 mainly taking advantage of the NEARBY command...

I have a list of offers with format ```{ "offers": [ { "lat": "33.66209712", "lng": "-84.1817986", "name": "offer_1", "allow_distance": 10 }, { "lat": "33.69103912", "lng": "-84.24225095", "name": "offer_2", "allow_distance": 5...

So an example use case I am working with is below: Given we have a channel of items call it "users". We have another channel called "locations". The problem I...

**Is your feature request related to a problem? Please describe.** support to run inside iOS / Android. The use case is to build an application to track corona virus spreading:...

I tried tile38 in a local docker container and it works as intended. I now like to take the next step and deploy it to our server. However I can't...

Thanks for this great piece of software! I'd really like to see the configuration parameters and methods documented in a way that make a start a bit easier (without having...

**Describe the bug** We are observing intermittent spikes in memory usage that result in tile38 crashing and restarting in our Kubernetes cluster. We normally hover around 45 mb but spike...

**Describe the bug** A Redis client (go-redis) that issues a SUBSCRIBE command does not receive input. **To Reproduce** Start two Redis clients. Create a channel (geofence) and subscribe with Redis...

Hi, Thanks for the application, it's really great. For my use case of tile38, I end up with a large number of unique fields set in the same key, where...