Simple reactive service that returns persons' info. Database is mongo.
Endpoints:
/persons
Simple reactive service that returns persons' credit cards info. Database is PostgreSQL.
Requirements: Launched PostgreSQL. Simple way use docker for launch:
docker run --name r2dbc-postgresql-sandbox -e POSTGRES_DB=sandbox_db -p 5432:5432 -d postgres
Simple service which call spring-reactor-mongo-service using webflux and proxy the result:
Endpoints:
/persons