Innopolis University Java Team
The main aim is the unificating technology stack and the sharing experience between the Innopolis University Java Developers.
Pinned Repositories
bloom-filter-implementation-example
This project presents an applying Bloom filter example of the REST-service GET requests.
change-data-capture-instances
This projects presents instances of the Change Data Capture (CDC) realization via different technologies and techniques.
deduplication-service-example
Java-based service for message deduplication from Kafka. It utilizes rocksDB to store checksum data of previously processed messages, ensuring reliable duplicate detection and preventing redundant processing of the same messages.
orm-patterns-instances
This is repository with several examples of orm realisations
restful-querying-instances
This is a java projects with simple instances of the restful service query method
restful-test-instances
This is a multimodule java projects with simple samples of the testing the restful service
spring-boot-custom-message-converting-instances
This is a simple realization of custom messages pre/post processing in spring-boot HTTP/Stream requests & responses
spring-boot-distributed-tracing-instances
This projects presents instances of the micro-services distributed tracing realization via Spring Boot and Open Tracing technologies implementation.
spring-boot-metrics-instances
This project presents instances of how to collect and display statistics on the use of micro-services and their logs, as well as distributed request tracing.
spring-security-instances
This projects presents instances of the Spring Security technology implementation.
Innopolis University Java Team's Repositories
innopolis-university-java-team/bloom-filter-implementation-example
This project presents an applying Bloom filter example of the REST-service GET requests.
innopolis-university-java-team/change-data-capture-instances
This projects presents instances of the Change Data Capture (CDC) realization via different technologies and techniques.
innopolis-university-java-team/deduplication-service-example
Java-based service for message deduplication from Kafka. It utilizes rocksDB to store checksum data of previously processed messages, ensuring reliable duplicate detection and preventing redundant processing of the same messages.
innopolis-university-java-team/orm-patterns-instances
This is repository with several examples of orm realisations
innopolis-university-java-team/restful-querying-instances
This is a java projects with simple instances of the restful service query method
innopolis-university-java-team/restful-test-instances
This is a multimodule java projects with simple samples of the testing the restful service
innopolis-university-java-team/spring-boot-custom-message-converting-instances
This is a simple realization of custom messages pre/post processing in spring-boot HTTP/Stream requests & responses
innopolis-university-java-team/spring-boot-distributed-tracing-instances
This projects presents instances of the micro-services distributed tracing realization via Spring Boot and Open Tracing technologies implementation.
innopolis-university-java-team/spring-boot-metrics-instances
This project presents instances of how to collect and display statistics on the use of micro-services and their logs, as well as distributed request tracing.
innopolis-university-java-team/spring-security-instances
This projects presents instances of the Spring Security technology implementation.
innopolis-university-java-team/metrics-grafana
This is a custom Grafana image with pre-installed datasource (Prometheus, Loki, Zipkin, ...) and dashboards (Spring-Boot metrics, ...)
innopolis-university-java-team/restful-updating-instances
The samples of an entity update