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
44
Iniciando com Git e GitHub
felipemfp
0
61
Other Decks in Technology
See All in Technology
プロセス改善による品質向上事例
tomasagi
1
1.6k
SA Night #2 FinatextのSA思想/SA Night #2 Finatext session
satoshiimai
1
100
技術負債の「予兆検知」と「状況異変」のススメ / Technology Dept
i35_267
1
1k
転生CISOサバイバル・ガイド / CISO Career Transition Survival Guide
kanny
3
410
依存関係があるコンポーネントは Barrel ファイルでまとめよう
azukiazusa1
3
530
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
2
730
『衛星データ利用の方々にとって近いようで触れる機会のなさそうな小話 ~ 衛星搭載ソフトウェアと衛星運用ソフトウェア (実物) を動かしながらわいわいする編 ~』 @日本衛星データコミニティ勉強会
meltingrabbit
0
120
ハッキングの世界に迫る~攻撃者の思考で考えるセキュリティ~
nomizone
12
4.5k
事業継続を支える自動テストの考え方
tsuemura
0
300
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
230
個人開発から公式機能へ: PlaywrightとRailsをつなげた3年の軌跡
yusukeiwaki
11
2.7k
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
110
Featured
See All Featured
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
99
18k
Done Done
chrislema
182
16k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
KATA
mclloyd
29
14k
Agile that works and the tools we love
rasmusluckow
328
21k
Visualization
eitanlees
146
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
193
16k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
GitHub's CSS Performance
jonrohan
1030
460k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
Rails Girls Zürich Keynote
gr2m
94
13k
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.