Kotlin Spring

Open-source Kotlin projects categorized as Spring

Top 17 Kotlin Spring Projects

  • 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):

      

  • spring-kotlin-coroutine

    Kotlin coroutine support for Spring.

  • 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.

    InfluxDB logo
  • kotlin-compiler-server

    Server for executing kotlin code

  • hikaku

    A library that tests if the implementation of a REST-API meets its specification.

  • 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() } } }

  • thing

    A rule-based entity management library written in Kotlin

  • Project mention: Thing - A rule-based entity management library written in Kotlin | /r/coding | 2023-04-29
  • 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)

  • 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.

    WorkOS logo
  • htmx-supabase-spring-boot-starter

    Get started with htmx + Supabase + spring

  • Kotlin-Spring-Postgres-Redis-Microservice

    Kotlin Spring-WebFlux R2DBC Redisson K8S Microservice

  • android-animation-samples

    A repository where I experiment with different animations on Android & write articles about it.

  • spring-componentmap

    JVM library for simple injection of maps of beans.

  • spring-boot-kotlin-reactive-example

    Spring Boot WebFlux with Kotlin compilable to native executable via GraalVM

  • sea-shell-archiver

    This is web application made specifically to study a reactive archiitectur.

  • Taggit

    Taggit is a project to manage your starred github repositories

  • spring-webflux-response-wrapper

    Spring WebFlux Response Wrapper (Telegram bot API style)

  • beautrace-spring-servlet

    Spring Boot starter library that tracks code execution for every http request

  • SaaSHub

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

    SaaSHub logo
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).

Kotlin Spring related posts

Index


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