Find the nearest place to ICK (Innovation Centre Kosovo)
Hint
Copy
-- Find restaurants within 1km of ICK (Innovation Centre Kosovo)SELECT title, ST_Distance_Sphere( ST_Point(latitude, longitude), ST_Point(42.65507999973656, 21.16488168321288) ) as distance_metersFROM placesORDER BY distance_meters;
Congratulations! You’ve completed the batch analytics portion of the workshop. You’ve learned to:✅ Explore and clean JSON data
✅ Analyze places data from Google
✅ Implement geospatial analyticsNext Step: Ready for real-time analytics? Move on to Task 2: Real-Time Analytics to learn about ClickHouse and streaming data processing.