Posts

Showing posts from September, 2017

Geospatial queries in Azure Redis Cache using Node.js Azure API App

Image
Hello world! Now I come with a guide on how to perform geospatial queries in Azure Redis Cache using Redis for Node.js. To create our environment, we will perform the following steps: Create Redis server in Azure Create API App in App Services Create Node.js Web API in Visual Studio Publish Node.js API in Azure App Services Test API with Rest Client Download code here: Https://github.com/Kodran/Redis-Geospatial-WebAPI Pre requirements Azure subscription, you can get a free trial here Visual Studio 2013+ Node.js and npm Node.js Visual Studio Tools Https://www.visualstudio.com/en/vs/node-js/ Node.js Redis Client Npm install redis Create Redis server in Azure Enter to the Azure portal and look for: "Redis Cache", then add a Redis server and capture the data of the new server: For demonstration reasons, we will choose a standard server, remember that if we want to configure a Redis cluster or make more advanced configurations, we need

Consultas geoespaciales en Azure Redis Cache usando Node.js Azure API App

Image
Hello world! Ahora vengo con una guía de como realizar consultas geoespaciales en Azure Redis Cache usando Redis para Node.js. Para crear nuestro ambiente, vamos a realizar los siguientes pasos: Crear servidor de Redis en Azure Crear API App en App Services Crear Node.js Web API en Visual Studio Publicar API de Node.js en Azure App Services Probar API con Rest Client Descargar código aquí: https://github.com/Kodran/Redis-Geospatial-WebAPI Pre-Requisitos Suscripción a Azure, puedes obtener un free trial aquí Visual Studio 2013+ Node.js y npm Node.js Visual Studio Tools https://www.visualstudio.com/es/vs/node-js/ Node.js Redis Client npm install redis Crear servidor de Redis en Azure Ingresamos al portal de Azure y tecleamos en el buscador: "Redis Cache", luego agregamos un servidor de Redis y capturamos los datos del nuevo servidor: Por motivos de demostración, elegiremos un servidor standard, recordemos que si queremos configurar un clust