https://github.com/bee-produced/bee-built
A collection of modular libraries tailor-made for Kotlin enthusiasts.
https://github.com/bee-produced/bee-built
dgs functional-programming graphql hibernate immutable jpa kotlin monolith spring-boot
Last synced: 2 months ago
JSON representation
A collection of modular libraries tailor-made for Kotlin enthusiasts.
- Host: GitHub
- URL: https://github.com/bee-produced/bee-built
- Owner: bee-produced
- License: mit
- Created: 2023-09-25T15:40:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-16T15:37:53.000Z (about 1 year ago)
- Last Synced: 2025-10-02T12:43:36.071Z (9 months ago)
- Topics: dgs, functional-programming, graphql, hibernate, immutable, jpa, kotlin, monolith, spring-boot
- Language: Kotlin
- Homepage:
- Size: 988 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
bee-built
A collection of modular libraries tailor-made for Kotlin enthusiasts.
## *Currently under Construction 🛠️*
### Example Project
An example project showcasing `bee-built` can be found under [example](./example/README.md).
### Modules
* `bee.persistent`
Easier data handling for GraphQL + JPA, [choose implementation](./bee.persistent/README.md)
* `bee.fetched`
Automatically generate nested data fetchers for usage with data loaders in DGS, [documentation](./bee.fetched/README.md)
* `bee.functional`
Functional Kotlin bindings, integration with DGS, `bee.persistent` & more, [documentation](./bee.functional/README.md)
* `bee.buzz`
Simple event manager based on the mediator pattern, based on C#'s [MediatR library](https://github.com/jbogard/MediatR)