https://github.com/47degrees/functionalstreamsspringsample
Minimal sample of Functional Streams using Spring and Kotlin
https://github.com/47degrees/functionalstreamsspringsample
Last synced: 10 months ago
JSON representation
Minimal sample of Functional Streams using Spring and Kotlin
- Host: GitHub
- URL: https://github.com/47degrees/functionalstreamsspringsample
- Owner: 47degrees
- Created: 2020-04-23T07:42:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T16:57:34.000Z (over 5 years ago)
- Last Synced: 2025-02-03T14:42:57.000Z (11 months ago)
- Language: Kotlin
- Size: 336 KB
- Stars: 3
- Watchers: 46
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Functional Streams Spring sample
This project provides minimal implementations of the functional streams concept:
* **Server:** Spring Kotlin Restful api.
* **Consumer:** Spring Kotlin client for the api.
* **StreamingAppDemo:** Kotlin Android app modelled as a functional stream.