-
Production Geonode
-
Customize Geonode
-
Install Geonode
-
Infraestrutura de dados espaciais com GeoNode – Parte 2
No último post, tivemos uma breve introdução do que é o GeoNode. Neste post iremos falar do que você precisa pra instalar a sua instância deste gerenciador de informações espaciais. 1. Requisitos para…
-
Infraestrutura de dados espaciais com GeoNode – Parte 1
GeoNode é um sistema de gerenciamento de conteúdo geoespacial, uma plataforma para gerenciamento e publicação de dados geoespaciais. Ele reúne projetos de software open source maduros e estáveis sob u…
-
Graceful shutdown NodeJS HTTP server when using PM2
So you have created a NodeJS server that receives tons of requests and you are really happy but, as every piece of software, you found a bug or add a new feature to it. It is clear you will need to sh…
-
Using PM2 to manage NodeJS cluster
The cluster module allows us to create worker processes to improve our NodeJS applications performance. This is specially important in web applications, where a master process receives all the request…
-
OpenDRI & GeoNode: A Case Study for Institutional Investments in Open Source
GeoNode is a web catalog of geospatial data that allows users to share, access and visualize geospatial data. GFDRR’s Open Data for Resilience Initiative (OpenDRI) began supporting the GeoNode project…
-
GeoNode for Developers Workshop
This workshop covers the following topics: GeoNode in development mode, how to The geonode-project to customize GeoNode Change the look and feel Add your own app Add your own models, views and…
-
Understanding the NodeJS cluster module
TL;DR NodeJS processes runs on a single process, which means it does not take adavantage from multi-core systems by default. If you have an 8 core CPU and run a NodeJS program via $ node app.js it wi…