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
Oracle Cloud Infrastructureデータベース・クラウド:各バージョンのサポート期間
oracle4engineer
PRO
57
47k
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2026年2月20日開催)
oracle4engineer
PRO
0
110
AI時代のAPIファースト開発
nagix
2
580
20260222ねこIoTLT ねこIoTLTをふりかえる
poropinai1966
0
210
ソフトウェアアーキテクトのための意思決定術: Create Decision Readiness—The Real Skill Behind Architectural Decision
snoozer05
PRO
8
2.3k
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
370
LINEヤフーにおけるAI駆動開発組織のプロデュース施策
lycorptech_jp
PRO
0
150
AIで 浮いた時間で 何をする? 2026春 #devsumi
konifar
16
3.3k
あすけん_Developers_Summit_2026_-_Vibe_Coding起点での新機能開発で__あすけん_が乗り越えた壁.pdf
iwahiro
0
810
opsmethod第1回_アラート調査の自動化にむけて
yamatook
0
290
技術書を出版するまでの1161時間50分38秒
kakeami
0
160
俺の失敗を乗り越えろ!メーカーの開発現場での失敗談と乗り越え方 ~ゆるゆるチームリーダー編~
spiddle
0
320
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
sira's awesome portfolio website redesign presentation
elsirapls
0
160
Faster Mobile Websites
deanohume
310
31k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
25
1.8k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
HDC tutorial
michielstock
1
460
Paper Plane
katiecoart
PRO
0
47k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
86
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.8k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Between Models and Reality
mayunak
1
210
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.