Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eduluz1976/microservices-main
Documentation about other repositories where I'm publishing some projects microservices.
https://github.com/eduluz1976/microservices-main
Last synced: 8 days ago
JSON representation
Documentation about other repositories where I'm publishing some projects microservices.
- Host: GitHub
- URL: https://github.com/eduluz1976/microservices-main
- Owner: eduluz1976
- Created: 2021-08-13T07:40:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-13T07:55:53.000Z (over 3 years ago)
- Last Synced: 2024-03-14T00:29:15.155Z (8 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Microservices
This document describes the main requirements, assumptions, constraints and implementations details of different implementations of a set of projects.
# Projects
## Hello World
### Introduction
This microservice is a basic implementation of a REST API provider.
### Requirements
#### Routes
The following routes should be implemented:
- GET /status
- GET /helloWorld
- GET /#### Infrastructure
- All implementations should be deployed in a Docker image.
- Should have a common container, responsible for integration tests. This container receives as environment variables the URL + port of the service, and performs the tests.
- The solution should be stateless, ensuring high scalability.- Would be great to have the option to enable registration in a Consul instance.
### Implementations
#### Raw PHP
#### Phalcon
#### Laravel
#### NodeJS
#### Java (Spring)