Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nyrta1/flexilib
- Owner: nyrta1
- Created: 2024-01-21T15:49:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-07T21:07:09.000Z (10 months ago)
- Last Synced: 2024-11-24T11:12:37.306Z (2 months ago)
- Topics: api-gateway, java17, json-api, spring-boot, spring-cloud, xml-api, yaml-api
- Language: Java
- Homepage:
- Size: 140 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.