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
- Host: GitHub
- URL: https://github.com/i-walker/spring-webflux-arrow-example
- Owner: i-walker
- Archived: true
- Created: 2022-03-04T14:56:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T20:33:47.000Z (about 2 years ago)
- Last Synced: 2024-10-30T01:29:50.082Z (over 1 year ago)
- Language: Kotlin
- Size: 104 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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