• Stars
    star
    1
  • Language
    Java
  • Created almost 4 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Example microservice chassis I use for portfolio/tutorial based projects. Stack: Springboot, Docker, Kubernetes, Jib, Dekorate, Skaffold

More Repositories

1

customer-webservice-api

A RESTful web based microservice used to perform CRUD operations on Customer records. Stack: SpringBoot, Open API, Docker, Kubernetes, JPA, Postgres, H2, SQL, Contract Testing, Container based Integration Testing
Java
2
star
2

microservice-ecosystem

microservice-ecosystem playground
HTML
1
star
3

https-example-using-self-signed-certificate

https example using self signed certificate
Java
1
star
4

event-driven-orchestration-saga-pattern

work in progress - main goal of this project is to build a example ecosystem to demonstrate a Camunda based implementation of the SAGA pattern. springboot, camunda workflow engine, jpa, postgres, flyway, rabbitmq
Java
1
star
5

springboot-rest-microservice

A Springboot based microservice utilising: OpenApi, JPA(db queries), Redis(Caching), MapStruct(model mapping), RabbitMQ(events), Contract Testing, Integration Testing, Postgres(prod db), H2(test db), Flyway(db Migration), Deployment: Helm, Docker
Java
1
star
6

customer-webservice-frontend

customer-webservice-frontend with server-side pagination. AngularJS, ngx-pagination, bootstrap, jquery, jspopper
TypeScript
1
star
7

jpa-streamer-example

JPA-Streamer-Example - An Open Source Library to Express Hibernate/JPA Queries as Java Streams
Java
1
star
8

cot-ecosystem

cot-ecosystem
TypeScript
1
star
9

cqrs-pattern-using-event-sourcing

work in progress - An example SpringBoot project demonstrating the CQRS pattern with Event-Sourcing using Apache Kafka
Java
1
star
10

twitter-live-feed-api

A Springboot project that creates a real-time stream to Twitter API, returning all tweets based on a set of specified keywords. The microservice will store the tweets in its own db before broadcasting all updates to an event topic that can be consumed by other services. A REST based controller was also implemented allowing the tweet feed to be consumed by a UI. demoing rest, jpa, rabbitmq messaging, twitter stream api
Mustache
1
star
11

api-first-driven-development-example

A simple example of "API First Driven Development" using the OpenAPI and Springboot. A predetermined OpenAPI spec is used to generate a REST Controller Interface and its associated response Models. The generated code is then integrated into the codebase.
Java
1
star