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
Felipe Pontes
October 30, 2017
Technology
0
24
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
53
Minicurso de React-Native
felipemfp
0
130
Explorando dados com Pandas
felipemfp
1
76
Introdução ao React-Native
felipemfp
1
45
Iniciando com Git e GitHub
felipemfp
0
61
Other Decks in Technology
See All in Technology
30分でわかる『アジャイルデータモデリング』
hanon52_
9
2.7k
【Developers Summit 2025】プロダクトエンジニアから学ぶ、 ユーザーにより高い価値を届ける技術
niwatakeru
2
1.4k
2.5Dモデルのすべて
yu4u
2
890
データマネジメントのトレードオフに立ち向かう
ikkimiyazaki
6
1k
『衛星データ利用の方々にとって近いようで触れる機会のなさそうな小話 ~ 衛星搭載ソフトウェアと衛星運用ソフトウェア (実物) を動かしながらわいわいする編 ~』 @日本衛星データコミニティ勉強会
meltingrabbit
0
150
管理者しか知らないOutlookの裏側のAIを覗く#AzureTravelers
hirotomotaguchi
2
460
次世代KYC活動報告 / 20250219-BizDay17-KYC-nextgen
oidfj
0
260
あれは良かった、あれは苦労したB2B2C型SaaSの新規開発におけるCloud Spanner
hirohito1108
2
650
OpenID BizDay#17 KYC WG活動報告(法人) / 20250219-BizDay17-KYC-legalidentity
oidfj
0
250
RECRUIT TECH CONFERENCE 2025 プレイベント【高橋】
recruitengineers
PRO
0
160
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.6k
デスクトップだけじゃないUbuntu
mtyshibata
0
220
Featured
See All Featured
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
9
450
Building a Scalable Design System with Sketch
lauravandoore
461
33k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
12
960
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
The Invisible Side of Design
smashingmag
299
50k
For a Future-Friendly Web
brad_frost
176
9.5k
A Philosophy of Restraint
colly
203
16k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
46
2.3k
Unsuck your backbone
ammeep
669
57k
Designing for humans not robots
tammielis
250
25k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.2k
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.