Kotlin spring-boot

Open-source Kotlin projects categorized as spring-boot

Top 23 Kotlin spring-boot Projects

  • Komga

    Media server for comics/mangas/BDs/magazines/eBooks with API and OPDS support

    Project mention: Any self host manga reader with volume support? | /r/mangapiracy | 2023-12-10

    Komga

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • kvision

    Object oriented web framework for Kotlin/JS

  • sentry-java

    A Sentry SDK for Java, Android and other JVM languages.

    Project mention: Methods and processes for reduce bugs in production | news.ycombinator.com | 2023-08-24

    >As now we've introduced some peers code review, automatic testing on most critical stuff (but since the codebase sucks these aren't really reliable tests)

    They may not be "reliable", but these are your safety net, or harness, so you don't fall. I wrote about similar issues, for instance here: https://news.ycombinator.com/item?id=26591067 and, given your promotion, here: https://news.ycombinator.com/item?id=37211796. It contains a few steps starting from "So...".

    You can add monitoring, something like Sentry (https://sentry.io) will capture exceptions that were not handled that you have not seen because the stack trace is buried in hundreds of pages of logs or something. It groups them by exception and counts them. It's pretty awesome. (https://docs.sentry.io). It supports around 108 platforms (Java, Python, JavaScript, etc.). This lets you see the exceptions and makes prioritizing easier (which ones are the most frequent, which ones impact the most, etc.).

    If you don't have them already, issue templates are really useful and the comment I linked to explains why, but here's an example of an issue template (again, you can configure them for different types of issues so team members select from a dropdown for a bug or a feature):

      

  • zally

    A minimalistic, simple-to-use API linter

  • khipster

    Kotlin based JHipster

  • spring-petclinic-kotlin

    Kotlin version of Spring Petclinic

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • spring-kotlin-functional

    Spring Framework Kotlin APIs, the functional way

  • kotlin-compiler-server

    Server for executing kotlin code

  • spring-view-component

    Easily create server-side ui components with spring boot and add interactivity with htmx

    Project mention: How to publish a Kotlin/Java Spring Boot library with Gradle to Maven Central - Complete Guide | dev.to | 2023-11-08

    publishing{ publications { create("Maven") { from(components["java"]) groupId = "de.tschuehly" artifactId = "spring-view-component-thymeleaf" description = "Create server rendered components with thymeleaf" } withType { pom { packaging = "jar" name.set("spring-view-component-thymeleaf") description.set("Spring ViewComponent Thymeleaf") url.set("https://github.com/tschuehly/spring-view-component/") inceptionYear.set("2023") licenses { license { name.set("MIT license") url.set("https://opensource.org/licenses/MIT") } } developers { developer { id.set("tschuehly") name.set("Thomas Schuehly") email.set("[email protected]") } } scm { connection.set("scm:git:[email protected]:tschuehly/spring-view-component.git") developerConnection.set("scm:git:ssh:[email protected]:tschuehly/spring-view-component.git") url.set("https://github.com/tschuehly/spring-view-component") } } } } repositories { maven { url = layout.buildDirectory.dir("staging-deploy").get().asFile.toURI() } } }

  • spring-boot-kotlin-template

    SpringBoot basic structure template based on Kotlin (by team-dodn)

  • course-spring-microservices

    Code examples built for the purpose of video course: Microservices With Spring Boot And Spring Cloud

  • stove

    Stove: The easiest way of writing e2e tests for your back-end API in Kotlin

    Project mention: Dokker v0.0.1 | /r/Kotlin | 2023-04-22

    Check it out this framework: https://github.com/Trendyol/stove4k

  • traefik-forward-auth0

    A backend for performing forward authentication with Auth0 using the Traefik reverse proxy.

  • interfAIce

    Define an interface, and use LLM as your implementation!

    Project mention: Meet interfAIce: Integration ChatGPT in your apps through "Functional Prompt Engineering" | /r/ChatGPT | 2023-06-15

    interfAIce brings "Functional Prompt Engineering" into your applications, allowing you to define GPT tasks as normal interface methods and use them as though they were local components. Say goodbye to the process of crafting lengthy explanations to describe response formats to GPT. The auto-generated proxies of interfAIce efficiently handle the prompting, encoding, and decoding for you. The given video demonstrates interfAIce in action. If you find this interesting, you can find everything you need on our Github repo (https://github.com/mscheong01/interfAIce)

  • htmx-supabase-spring-boot-starter

    Get started with htmx + Supabase + spring

  • openapi-processor-spring

    an OpenAPI 3.0 & 3.1 interface & model java code generator for Spring Boot

  • spring-boot-react-sample

    Example of spring-boot application serving a reactjs application

  • Kotlin-Spring-Postgres-Redis-Microservice

    Kotlin Spring-WebFlux R2DBC Redisson K8S Microservice

  • spring-boot-examples

    Spring-based applications using Java and Kotlin

  • graphql-kotlin-toolkit

    GraphQL toolkit for Kotlin.

  • spring-boot-kotlin-reactive-example

    Spring Boot WebFlux with Kotlin compilable to native executable via GraalVM

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-10.

Kotlin spring-boot related posts

Index

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com