Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Kora Java examples

Kora Java examples are independent Gradle applications that demonstrate Kora modules in small, focused services.

Example Description Kora modules
kora-java-cache-caffeine In-memory cache example based on Caffeine. CaffeineCacheModule
kora-java-cache-redis Redis-backed cache example. RedisCacheModule
kora-java-camunda-engine Camunda 7 BPMN engine with REST API. CamundaEngineBpmnModule, CamundaRestUndertowModule
kora-java-camunda-zeebe-worker Camunda 8 Zeebe worker example. ZeebeWorkerModule
kora-java-config-hocon Reading application configuration from HOCON. HoconConfigModule
kora-java-config-yaml Reading application configuration from YAML. YamlConfigModule
kora-java-crud Full CRUD HTTP service with persistence, cache, resilience, validation, metrics and OpenAPI management. UndertowHttpServerModule, JdbcDatabaseModule, CaffeineCacheModule, ResilientModule, ValidationModule, JsonModule, MetricsModule, OpenApiManagementModule
kora-java-crud-submodule Same CRUD domain split into application, common, pet API and vet API Gradle submodules. UndertowHttpServerModule, JdbcDatabaseModule, CaffeineCacheModule, ResilientModule, ValidationModule, JsonModule, MetricsModule, OpenApiManagementModule
kora-java-database-cassandra Cassandra repository and mapper examples. CassandraDatabaseModule
kora-java-database-jdbc JDBC repository and mapper examples. JdbcDatabaseModule
kora-java-database-r2dbc R2DBC repository and mapper examples. R2dbcDatabaseModule
kora-java-database-vertx Vert.x SQL client repository and mapper examples. VertxDatabaseModule
kora-java-grpc-client gRPC client example. GrpcClientModule
kora-java-grpc-server gRPC server example. GrpcServerModule
kora-java-helloworld Minimal HTTP JSON service. UndertowHttpServerModule, JsonModule
kora-java-http-client Declarative HTTP client example. JdkHttpClientModule
kora-java-http-server HTTP server example. UndertowHttpServerModule
kora-java-kafka Kafka producer and listener example. KafkaModule
kora-java-openapi-generator-http-client OpenAPI-generated HTTP client. OpenAPI Generator, JdkHttpClientModule
kora-java-openapi-generator-http-server OpenAPI-generated HTTP server. OpenAPI Generator, UndertowHttpServerModule
kora-java-resilient Resilience features such as retry, timeout and circuit breaker. ResilientModule
kora-java-s3-client-aws S3 client example for AWS SDK integration. AwsS3ClientModule
kora-java-s3-client-minio S3 client example for MinIO integration. MinioS3ClientModule
kora-java-scheduling-jdk Scheduled tasks using the JDK scheduler. SchedulingJdkModule
kora-java-scheduling-quartz Scheduled tasks using Quartz. QuartzModule
kora-java-soap-client SOAP client example. SoapClientModule
kora-java-telemetry Metrics and OpenTelemetry tracing exporter example. MetricsModule, OpentelemetryGrpcExporterModule
kora-java-validation Declarative validation examples. ValidatorModule