A Geographic Microservice. Part 1: The PostGreSQL, PostGIS and AWS

By Medium - 2021-02-26

Description

Traditional monolithic web applications are hard to scale. As the code base ages and becomes more complex, adding new features or new technologies becomes increasingly difficult. Within a…

Summary

  • A Geographic Microservice The idea of Microservices Traditional monolithic web applications are hard to scale.
  • less detail, smaller file The larger files contain more details and curves, especially noticeable when the border of the district is a river and/or state boundary.
  • Because more data is needed to map all the curves, the red boundary set has a larger file size than the blue one.
  • Now, that the AWS cloud based database is functional, populated with some data, and we can successfully query it, we want to expose data from this congressional districts table through a REST API microservice on AWS.

 

Topics

  1. Backend (0.47)
  2. Database (0.25)
  3. Security (0.07)

Similar Articles

Python and MySQL Database: A Practical Introduction

By realpython - 2021-01-22

In this tutorial, you'll learn how to connect your Python application with a MySQL database. You'll design a movie rating system and perform some common queries on it. You'll also see best practices a ...

Spring Data Neo4j - Developer Guides

By Neo4j Graph Database Platform - 2021-01-05

For Java developers who use the Spring Framework or Spring Boot and want to take advantage of reactive development principles, this guide introduces Spring integration through the Spring Data Neo4j pr ...

How to use IndexedDB to build Progressive Web Apps

By Medium - 2020-09-01

In this previous post, I talked about implementation of IndexedDB inside Service Workers. If you don’t understand that part, please read that article to clear up some concepts about service workers…