Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nyrta1/flexilib

JSON, XML, YAML multi data format library services using Spring Cloud microservices
https://github.com/nyrta1/flexilib

api-gateway java17 json-api spring-boot spring-cloud xml-api yaml-api

Last synced: 3 days ago
JSON representation

JSON, XML, YAML multi data format library services using Spring Cloud microservices

Awesome Lists containing this project

README

        

# Multi-Data-Format Microservices Library System

This project is designed to use a single database where multiple microservices retrieve and provide data in various formats such as JSON, XML, and YAML.

## Servers:

- JSON server hosted on: `localhost:8081`
- XML server hosted on: `localhost:8082`
- YAML server hosted on: `localhost:8083`
- API Gateway server hosted on: `localhost:8060`
- Config server hosted on: `localhost:8088`
- Service Registry hosted on: `localhost:8761`

## Usage

You can access the services at the provided host and port combinations.

- JSON server: `http://localhost:8081`
- XML server: `http://localhost:8082`
- YAML server: `http://localhost:8083`
- API Gateway: `http://localhost:8060`
- Config server: `http://localhost:8088`
- Service Registry: `http://localhost:8761`

## README.md Files

If you want to find out a lot of information about services, open the services folder and read README.md

Feel free to explore and integrate these services into your applications.