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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Simon Willison
February 07, 2013
Technology
1
120
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
530
Massively increase your productivity on personal projects with comprehensive documentation and automated tests
simon
1
2.8k
Datasette (CSVConf 2019)
simon
1
360
Instant serverless APIs, powered by SQLite
simon
1
1.8k
Datasette
simon
1
840
The denormalized query engine design pattern
simon
2
2.1k
Exploring complex data with Elasticsearch and Python
simon
1
830
Django Origins (and some things I have built with Django)
simon
1
270
Monitoring and Introspecting Django
simon
2
3.4k
Other Decks in Technology
See All in Technology
猫でもわかるKiro CLI(AI 駆動開発への道編)
kentapapa
0
260
最強のAIエージェントを諦めたら品質が上がった話 / how quality improved after giving up on the strongest AI agent
kt2mikan
0
190
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
13k
OCHaCafe S11 #2 コンテナ時代の次の一手:Wasm 最前線
oracle4engineer
PRO
2
150
内製AIチャットボットで学んだDatadog LLM Observability活用術
mkdev10
0
130
[E2]CCoEはAI指揮官へ。Bedrock×MCPで構築するコスト・セキュリティ自律運用基盤
taku1418
0
190
Claude Code Skills 勉強会 (DevelersIO向けに調整済み) / claude code skills for devio
masahirokawahara
1
22k
Sansanでの認証基盤内製化と移行
sansantech
PRO
0
570
非情報系研究者へ送る Transformer入門
rishiyama
13
8.5k
It’s “Time” to use Temporal
sajikix
3
210
Kubernetesにおける推論基盤
ry
1
410
(Test) ai-meetup slide creation
oikon48
3
440
Featured
See All Featured
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
270
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
Designing for Performance
lara
611
70k
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
Producing Creativity
orderedlist
PRO
348
40k
Git: the NoSQL Database
bkeepers
PRO
432
66k
Bash Introduction
62gerente
615
210k
4 Signs Your Business is Dying
shpigford
187
22k
The SEO identity crisis: Don't let AI make you average
varn
0
420
Stop Working from a Prison Cell
hatefulcrawdad
274
21k
Leading Effective Engineering Teams in the AI Era
addyosmani
9
1.7k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
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