All Posts About Microservice (4)

Microservice using Python, Flask and SQLite Database

Microservice using Python, Flask and SQLite Database

12 Minutes Read

In this article, I will develop a Microservice Application using Python Language with Flask Framework and SQLite Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.

Flask Framework will serve as back-end server and I will be using Relational Database known as SQLite Database, for persisting(storing) the data.

Microservice Using Dropwizard, Hibernate and H2 Database

Microservice Using Dropwizard, Hibernate and H2 Database

19 Minutes Read

In this article, I will develop a Microservice Application using Dropwizard Framework and H2 Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.

Dropwizard Framework will serve as back-end server and I will be using Relational Database known as H2 Database, it is also known as an Embedded Java Database, for persisting(storing) the data.

Microservice Using Spring Boot, Hibernate and MongoDB Database

Microservice Using Spring Boot, Hibernate and MongoDB Database

10 Minutes Read

In this article, I will develop a Microservice Application using Spring Boot Framework and MongoDB Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.

Spring Boot Framework will serve as back-end server and I will be using No SQL Database known as MongoDB Database for persisting(storing) the data.

Microservice Using Spring Boot, Hibernate and H2 Database

Microservice Using Spring Boot, Hibernate and H2 Database

17 Minutes Read

In this article, I will develop a Microservice Application using Spring Boot Framework and H2 Database and expose all CRUD (Create, Read, Update, Delete) Operations as the REST APIs.

Spring Boot Framework will serve as back-end server and I will be using Relational Database known as H2 Database, it is also known as an Embedded Java Database, for persisting(storing) the data.