KStore VS kt-search

Compare KStore vs kt-search and see what are their differences.

KStore

A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and okio (by xxfast)

kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more. (by jillesvangurp)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
KStore kt-search
2 3
368 87
- -
7.6 9.1
3 days ago 8 days ago
Kotlin Kotlin
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

KStore

Posts with mentions or reviews of KStore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-28.

kt-search

Posts with mentions or reviews of kt-search. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-17.
  • Feature Flags in a CI Pipeline
    4 projects | news.ycombinator.com | 17 Jan 2023
    I use matrix tests with github actions to test my kt-search client with different versions of elastisearch and opensearch. Pretty easy to set up: https://github.com/jillesvangurp/kt-search/blob/master/.gith...

    Basically it fires up elasticsearch using docker-compose and then the integration tests run against that. You could use a similar strategy to test different feature flag combinations.

    For some of our private projects, we use kts to generate the github action yaml files using this: https://github.com/krzema12/github-workflows-kt

    Well worth checking out if you have more complex workflows. Yaml is just horrible in terms of copy paste reuse. Also nice to get some compile time safety and auto complete with our action files.

  • Kts Scripting of Yaml & Json Dialects
    4 projects | dev.to | 9 Aug 2022
    Whatever you are dealing with, you can create a Kotlin DSL for it. If you have any Json dialect, checkout my JsonDsl library, which is part of kt-search. With that you can create simple Kotlin classes to model your DSL using type safe properties and have a run-time modifiable map to add anything it doesn't model. Creating a Yaml version of this is very straightforward and likely something I might do at some point (pull requests welcome).
  • Best way to integrate elastic app search into an android app using Kotlin?
    2 projects | /r/elasticsearch | 3 Jun 2022
    jillesvangurp / kt-search

What are some alternatives?

When comparing KStore and kt-search you can also consider the following projects:

knbt - Kotlin NBT library for kotlinx.serialization

ktor-arrow-example - Real World implementation - "The mother of all demo apps". Written in Kotlin, with Ktor, Arrow, SqlDelight, KotlinX Serialization, etc.

okio - A modern I/O library for Android, Java, and Kotlin Multiplatform.

appbase-droid - Elasticsearch and appbase.io library for Android (and Java)

github-workflows-kt - Authoring GitHub Actions workflows in Kotlin. You won't go back to YAML!

NextPass - Android client for Nextcloud Passwords, built using the latest and greatest technologies.

kt-search-kts - Adds kts scripting to kt-search and provides some convenience around using that from kts.

Cinemax - Cinemax is a Movies & TV Shows application for Android.

maven-simple - Example Maven project demonstrating the use of

dagger - Application Delivery as Code that Runs Anywhere

es-kotlin-client - Kotlin client for Elasticsearch that adds kotlin DSLs, support for co-routines, and more to the official Java client. Deprecated and replaced by kt-search.