
Raka
Which Rio street market is open right now, how long until it closes, and which one is yours.
Overview
Raka puts the street markets of Rio on a map with the one piece of information a visitor actually needs first: whether it is open right now, and how long is left. From there it filters by what you came for, across fourteen categories, and routes you to the stall.
Problem
Fair schedules live scattered across posts, signs and word of mouth, so a visitor with an afternoon free has no way to tell which market is running today. The information exists; it just has no single place to be read from.
Trade-off
The market data is fetched from CloudKit once, in full, and every filter, search and sort after that runs in memory on the device. For a dataset this size that makes filtering instant, keeps the app usable when the signal drops between two stalls, and means the whole catalogue can be re-sorted without asking the network for permission.
What it does
Stack
What I took from it
Anything that reads as live on screen — a countdown, an open badge — is a decision about how often the interface is allowed to rebuild itself. Tying that to a clock is easy to write; tying it to the moments that actually change state is what keeps a map cheap to leave open while walking around.