Skip to content

A collection of modular libraries tailor-made for Kotlin enthusiasts.

License

Notifications You must be signed in to change notification settings

bee-produced/bee-built

Repository files navigation


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.

Modules

  • bee.persistent
    Easier data handling for GraphQL + JPA, choose implementation
  • bee.fetched
    Automatically generate nested data fetchers for usage with data loaders in DGS, documentation
  • bee.functional
    Functional Kotlin bindings, integration with DGS, bee.persistent & more, documentation
  • bee.buzz
    Simple event manager based on the mediator pattern, based on C#'s MediatR library