Location based querying on your phone with almost any dataset
For any data source with latitude / longitude info, you can now run queries in a few taps and visualize results based on where your phone's current location (or another location you choose) For instance: * Logistics: Which warehouses near me are sold out of a product and need to be restocked? * Food Delivery: Which orders out for delivery are more than one hour since order time? * Maintenance: What locations near me have high-priority maintenance tickets open? It works with Google Sheets, bigquery, Snowflake, Presto, Trino Software Foundation, Starburst, Oracle MySQL, Postgres, Amazon…
What it does
In the maker’s words, at launch
For any data source with latitude / longitude info, you can now run queries in a few taps and visualize results based on where your phone's current location (or another location you choose) For instance: * Logistics: Which warehouses near me are sold out of a product and need to be restocked? * Food Delivery: Which orders out for delivery are more than one hour since order time? * Maintenance: What locations near me have high-priority maintenance tickets open? It works with Google Sheets, bigquery, Snowflake, Presto, Trino Software Foundation, Starburst, Oracle MySQL, Postgres, Amazon Redshift, and Databricks. If you create a location-based query and share it with colleagues, Zing will show the data closest to them dynamically. Free tier. If you want to get a bit weirded out next time you go out to eat, here's a good starter dataset to import as a google sheet: https://www.kaggle.com/datasets/datasf/sf-restaurant-inspect...
Does the same job
all alternatives →

- SASpreadsheetDB – A database that you can query with spreadsheets2017 · spreadsheetdb.io · ▲144



More life & fun this month
the category →- TL
Life & fun · 10d ago · louisabraham.github.io

Photosynthesis fires two of your iPhone
Life & fun · 28d ago · photosynthesis.camera
SoloUno▲310Take control of hair pulling, nail biting & skin picking
Life & fun · 28d ago · solouno.io

Scroll through all 43,252,003,274,489,856,000 reachable Rubik's Cube permutations.
Life & fun · 26d ago · everycube.alen.is


Hi HN, I built Eigendrum, a web tool that solves the 2D wave equation for arbitrary shapes so you can hear what they sound like as drums. How it works: * Solves -∇²u = λu using finite element analysis (Kφ = λMφ) on a triangle mesh. * Validated to <0.1% error against closed-form solutions for circles (Bessel zeros) and rectangles. * Sound model factors in strike location, Rayleigh damping, and mallet width. * Includes Kac drums I & II to demonstrate identical sound spectra from different geometries. * No frameworks, build steps, or dependencies. Repo and tests:…
Life & fun · 27d ago · baselashraf81.github.io
Launched alongside, March 2023
the whole month →




- BI
I'm a big fan of the BBC podcast In Our Time -- and (like most people) I've been playing with the OpenAI APIs. In Our Time has almost 1,000 episodes on everything from Cleopatra to the evolution of teeth to plasma physics, all still available, so it's my starting point to learn about most topics. But it's not well organised. So here are the episodes sorted by library code. It's fun to explore. Web scraping is usually pretty tedious, but I found that I could send the minimised HTML to GPT-3 and get (almost) perfect JSON back: the prompt includes the Typescript definition. At the same time I…
AI · 2023 · genmon.github.io