evgeniy-khist

evgeniy-khist

👤 Developer

6 repositories on SrcLog

View on GitHub
6 Repos
1.9k Stars
392 Forks
1.9k Watchers

Repositories (6)

postgresql-event-sourcing eugene-khyst/postgresql-event-sourcing Java

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 repository and run end-to-end tests to see how everything works together.

1.2k
letsencrypt-docker-compose evgeniy-khist/letsencrypt-docker-compose JavaScript

Set up Nginx and Let’s Encrypt with Docker Compose in less than 3 minutes with a Docker Compose project, which automatically obtains and renews free Let's Encrypt SSL/TLS certificates and sets up HTTPS in Nginx for multiple domain names and a simple CLI configuration management tool.

383
spring-data-examples eugene-khyst/spring-data-examples Java

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

105
ksqldb-event-souring evgeniy-khist/ksqldb-event-souring Java

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 sourced system that uses Kafka and ksqlDB as event store.

59
spring-kafka-non-blocking-retries-and-dlt evgeniy-khist/spring-kafka-non-blocking-retries-and-dlt Java

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.

56
geohash-example eugene-khyst/geohash-example Java

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

42