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
52
Minicurso de React-Native
felipemfp
0
130
Explorando dados com Pandas
felipemfp
1
73
Introdução ao React-Native
felipemfp
1
43
Iniciando com Git e GitHub
felipemfp
0
60
Other Decks in Technology
See All in Technology
30分でわかる「リスクから学ぶKubernetesコンテナセキュリティ」/30min-k8s-container-sec
mochizuki875
3
450
機械学習を「社会実装」するということ 2025年版 / Social Implementation of Machine Learning 2025 Version
moepy_stats
6
1.5k
GoogleのAIエージェント論 Authors: Julia Wiesinger, Patrick Marlow and Vladimir Vuskovic
customercloud
PRO
0
160
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
300
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
6
55k
Azureの開発で辛いところ
re3turn
0
240
新卒1年目、はじめてのアプリケーションサーバー【IBM WebSphere Liberty】
ktgrryt
0
140
Unsafe.BitCast のすゝめ。
nenonaninu
0
200
2025年に挑戦したいこと
molmolken
0
160
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
150
「人物ごとのアルバム」の精度改善の軌跡/Improving accuracy of albums by person
mixi_engineers
PRO
1
110
「隙間家具OSS」に至る道/Fujiwara Tech Conference 2025
fujiwara3
7
6.5k
Featured
See All Featured
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
How to Think Like a Performance Engineer
csswizardry
22
1.3k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Practical Orchestrator
shlominoach
186
10k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
The Cult of Friendly URLs
andyhume
78
6.1k
Fireside Chat
paigeccino
34
3.1k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7k
A designer walks into a library…
pauljervisheath
205
24k
Code Reviewing Like a Champion
maltzj
521
39k
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.