WorldCypher
Ask questions about space, time, and what happens next.
WorldCypher extends Cypher with spatial and temporal primitives. If you've written a Cypher query, you can write a WorldCypher query. The difference: coordinates, trajectories, zones, and time windows are native concepts, not string comparisons.

"Given the current spatial configuration of all tracked entities, which entities will enter a specified zone within the next 3 seconds, ranked by arrival time, with the projected spatial state at the moment of entry."
That single query requires path projection, zone intersection, time ordering, and spatial estimation. All evaluated continuously, in under a millisecond, 60 times per second.
Try that on PostGIS.

Space as a first-class citizen.

Time as a queryable axis.

Predict position inside the query itself.

Honest answers, not binary guesses.
WorldCypher reference docs ship with the public release. Get early access to the language spec, example queries, and the interactive playground.