/piper-projects

Piper projects are personal projects I have deployed on my piper one machine.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Welcome to the piper-projects wiki!


Piper Resume Projects (API Specification)

  1. piper-resume-service : Spring boot service orchestrating request for resume.
  2. piper-resume-web: React web baed application for resume service. Actions on web app are sent to kafka topic as events.
  3. piper-resume-repo: Mongodb supported backend service integrated with piper-resume-service.
  4. piper-resume-listener: Kafka based listener service, listening to events from the web and store them onto mongodb.
  5. piper-resume-spec: OpenAPI specification with openapi generator support. The specification is located at this link.