An open API service indexing awesome lists of open source software.

https://github.com/i-walker/spring-webflux-arrow-example

A microservice example with Spring Webflux + Arrow in Kotlin
https://github.com/i-walker/spring-webflux-arrow-example

Last synced: 13 days ago
JSON representation

A microservice example with Spring Webflux + Arrow in Kotlin

Awesome Lists containing this project

README

          

# Spring Webflux Arrow Example

A microservice example with Spring Webflux, Arrow.

Other technologies used:
- Jetbrains Exposed for the persistence layer.
- Kotest for testing
- Kotlinx-serialisation

Highly inspired by https://github.com/nomisRev/ktor-arrow-example