Eugene Khyst

Results 12 repositories owned by Eugene Khyst

letsencrypt-docker-compose

468
Stars
209
Forks
Watchers

Set up Nginx and Let’s Encrypt in less than 3 minutes with a Docker Compose project that automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multipl...

postgresql-event-sourcing

968
Stars
84
Forks
Watchers

A reference implementation of an event-sourced system that uses PostgreSQL as an event store built with Spring Boot. Fork the repository and use it as a template for your projects. Or clone the reposi...

spring-data-examples

97
Stars
43
Forks
Watchers

Spring Data JPA, Spring Data JDBC, and Spring Data R2DBC examples and a comprehensive guide to JPA fetching and locking strategies.

eventstoredb-event-sourcing

68
Stars
21
Forks
Watchers

EventStoreDB is the database for Event Sourcing. This repository provides a sample of event sourced system that uses EventStoreDB as event store.

geohash-example

41
Stars
10
Forks
Watchers

The example of server-side geo clustering using relational database (SQL) and geohash index

jmxtrans-agent-elasticsearch

17
Stars
2
Forks
Watchers

Java agent that sends JMX metrics to Elasticsearch.

ksqldb-event-souring

73
Stars
15
Forks
Watchers

Kafka is not for event sourcing, isn't it? Kafka alone is not an event store, but Kafka and ksqlDB together allow building full-featured event stores. This repository provides a sample of event source...

pairwise-comparison

28
Stars
10
Forks
Watchers

An interactive web application for comparing entities using the pairwise comparison method

A sample of non-blocking retries and dead letter topics (aka reliable reprocessing and dead letter queues) with Apache Kafka using Spring Boot and Spring Kafka.