DEV Community

Nicolas El Khoury
Nicolas El Khoury

Posted on

Redis Hackathon: NK-Microservices

Overview of My Submission

This project started out as an initiative to better explain how microservices and deploying Microservices work. As a matter of fact, few years ago, DevOps and Microservices were still a blackbox. In this regards, I developed this microservices project, composed of a Gateway Service, Backend Service, ArangoDB (persistent storage), and Redis (Caching).

The main purpose of this project is to highlight the importance and complexities of distributed systems, and highlight how different components interact with one another.

In addition to that, the project contains multiple deployment modes, with the aim of showcasing different ways of deploying a Microservices project

Submission Category:

MEAN/MERN Mavericks.

Language Used

Node.JS

Link to Code

The repository above contains all the information needed to download and deploy the project.

Top comments (0)