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

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.

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)