Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
How Lanyrd does Geo
Search
Simon Willison
February 07, 2013
Technology
1
110
How Lanyrd does Geo
Presented at Geomob London in February 2013
http://lanyrd.com/2013/geomob-february/
Simon Willison
February 07, 2013
Tweet
Share
More Decks by Simon Willison
See All by Simon Willison
Big Opportunities in Small Data
simon
0
450
Massively increase your productivity on personal projects with comprehensive documentation and automated tests
simon
1
2.8k
Datasette (CSVConf 2019)
simon
1
330
Instant serverless APIs, powered by SQLite
simon
1
1.7k
Datasette
simon
1
800
The denormalized query engine design pattern
simon
2
2k
Exploring complex data with Elasticsearch and Python
simon
1
820
Django Origins (and some things I have built with Django)
simon
1
260
Monitoring and Introspecting Django
simon
2
3.4k
Other Decks in Technology
See All in Technology
Redux → Recoil → Zustand → useSyncExternalStore: 状態管理の10年とReact本来の姿
zozotech
PRO
20
8.8k
Javaコミュニティの歩き方 ~参加から貢献まで、すべて教えます~
tabatad
0
130
クレジットカードの不正を防止する技術
yutadayo
17
7.8k
組織の“見えない壁”を越えよ!エンタープライズシフトに必須な3つのPMの「在り方」変革 #pmconf2025
masakazu178
1
380
事業状況で変化する最適解。進化し続ける開発組織とアーキテクチャ
caddi_eng
1
2.4k
FFMとJVMの実装から学ぶJavaのインテグリティ
kazumura
0
150
不確実性に備える ABEMA の信頼性設計とオブザーバビリティ基盤
nagapad
2
2.2k
AI駆動開発を実現するためのアーキテクチャと取り組み
baseballyama
8
4.2k
大規模モノレポの秩序管理 失速しない多言語化フロントエンドの運用 / JSConf JP 2025
shoota
0
280
膨大なデータをどうさばく? Java × MQで作るPub/Subアーキテクチャ
zenta
0
110
re:Invent2025 事前勉強会 歴史と愉しみ方10分LT編
toshi_atsumi
0
170
改竄して学ぶコンテナサプライチェーンセキュリティ ~コンテナイメージの完全性を目指して~/tampering-container-supplychain-security
mochizuki875
1
360
Featured
See All Featured
KATA
mclloyd
PRO
32
15k
The Pragmatic Product Professional
lauravandoore
36
7k
Reflections from 52 weeks, 52 projects
jeffersonlam
355
21k
The World Runs on Bad Software
bkeepers
PRO
72
12k
Java REST API Framework Comparison - PWX 2021
mraible
34
9k
We Have a Design System, Now What?
morganepeng
54
7.9k
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
670
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Making Projects Easy
brettharned
120
6.5k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
How STYLIGHT went responsive
nonsquared
100
5.9k
Transcript
None
We use MapBox maps around the site
We suggest events based on the user’s Twitter and LinkedIn
contacts, and their interests
Each event has a page showing who is speaking and
attending, the schedule and more
Speakers get detailed profile pages
Users can track topics in specific geographical regions
The site is built around a place hierarchy
So you can see everything in a specific city, or
everything in England
Or view events for a topic in a place
Our microformats provide rich site snippets on Google
We provide GeoRSS feeds, which can be fed in to
Google Maps
Our hierarchical place database is built on top of Yahoo!
Geo Planet
We run off our own copy of the GeoPlanet database,
which Yahoo! no longer provide...
But it has been mirrored by the Internet Archive
You can explore GeoPlanet using Yahoo!’s YQL API
treebeard is an excellent library for dealing with trees in
a SQL database
Our search feature is built on top of Solr...
We support search within an area by indexing the full
place hierarchy for each event
Events have a primary venue, so we can plot them
as a single point on a map
We encourage people to attach existing venues first to help
avoid duplicates
None
Lanyrd has a foursquare app, which provides event information when
you check in to the venue
We have a tool to help match our venues to
foursquare venues
Foursquare have an API specifically for matching venues
The apps platform is very powerful, and extremely easy to
integrate with