Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/avidee007/ehr-service
- Owner: avidee007
- Created: 2024-07-27T18:43:51.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:13:11.000Z (6 months ago)
- Last Synced: 2024-11-20T13:16:52.496Z (3 months ago)
- Topics: docker, kafka, spring-boot, spring-data-jpa, spring-data-redis, spring-security, spring-webflux, swagger-ui
- Language: Java
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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