Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avidee007/ehr-service

Electronic health record (EHR) service using Spring Webflux, caching with Redis Cache, event processing with Kafka and web security with Spring Security.
https://github.com/avidee007/ehr-service

docker kafka spring-boot spring-data-jpa spring-data-redis spring-security spring-webflux swagger-ui

Last synced: 18 days ago
JSON representation

Electronic health record (EHR) service using Spring Webflux, caching with Redis Cache, event processing with Kafka and web security with Spring Security.

Awesome Lists containing this project

README

        

# **Electronic Health Record (ehr) Service**
Electronic health record (EHR) service built using below components: -

* Reactive RESTFul apis with Spring Web flux
* ORM with Spring data JPA
* API Security with Spring Security
* Caching with Spring Caching with Redis
* Asynchronous event-based communication with Spring Kafka
* Api documentation with Swagger UI using Open API Specification
* Application Containerization using DockerFile