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
GeoGuide: Our stack, libraries and structure
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Felipe Pontes
October 30, 2017
Technology
0
32
GeoGuide: Our stack, libraries and structure
Felipe Pontes
October 30, 2017
Tweet
Share
More Decks by Felipe Pontes
See All by Felipe Pontes
Minicurso de React-Native
felipemfp
1
59
Minicurso de React-Native
felipemfp
0
130
Explorando dados com Pandas
felipemfp
1
120
Introdução ao React-Native
felipemfp
1
49
Iniciando com Git e GitHub
felipemfp
0
68
Other Decks in Technology
See All in Technology
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.2k
GitLab Duo Agent Platform + Local LLMサービングで幸せになりたい
jyoshise
0
140
Kiro のクレジットを使い切る!
otanikohei2023
0
110
トップマネジメントとコンピテンシーから考えるエンジニアリングマネジメント
zigorou
4
550
Webアクセシビリティ技術と実装の実際
tomokusaba
0
230
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
10k
Master Dataグループ紹介資料
sansan33
PRO
1
4.4k
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
180
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.1k
JAWS DAYS 2026 CDP道場 事前説明会 / JAWS DAYS 2026 CDP Dojo briefing document
naospon
0
190
All About Sansan – for New Global Engineers
sansan33
PRO
1
1.4k
us-east-1 に障害が起きた時に、 ap-northeast-1 にどんな影響があるか 説明できるようになろう!
miu_crescent
PRO
5
1.9k
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Leveraging Curiosity to Care for An Aging Population
cassininazir
1
190
The Illustrated Children's Guide to Kubernetes
chrisshort
51
52k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
The innovator’s Mindset - Leading Through an Era of Exponential Change - McGill University 2025
jdejongh
PRO
1
120
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
Measuring & Analyzing Core Web Vitals
bluesmoon
9
770
WCS-LA-2024
lcolladotor
0
470
The Cost Of JavaScript in 2023
addyosmani
55
9.7k
Docker and Python
trallard
47
3.8k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
254
22k
Transcript
GeoGuide: Our stack, libraries and structure Plácido A. Souza Neto,
Behrooz Omidvar-Tehrani, Felipe Pontes, Francisco Bento, Tiago Lisboa, Rute Fernandes
TL;DR geoguideproject.github.io 2
Python and Flask Our powerful backend geoguideproject.github.io 3
VanillaJS, Babel and Webpack Our awesome frontend geoguideproject.github.io 4
PostGIS The spatial database geoguideproject.github.io 5
Docker and Docker-Compose The simplest setup geoguideproject.github.io 6
Most important libraries •Pandas Open-source, BSD-3-Clause •D3 Open-source, BSD-3-Clause •Google
Maps API •Crossfilter Open-source, Apache License 2.0 geoguideproject.github.io 7
Project structure . ├── geoguide │ ├── client │ │
├── static │ │ └── templates │ └── server ├── .env ├── deploy ├── docker-compose.yml ├── Dockerfile ├── generate_key.py ├── manage.py ├── package.json ├── requirements.txt └── webpack.config.js
Thank you! Visit github.com/GeoGuideProject to see our project and papers.