kt-search VS kt-search-kts

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

kt-search

Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more. (by jillesvangurp)

kt-search-kts

Adds kts scripting to kt-search and provides some convenience around using that from kts. (by jillesvangurp)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
kt-search kt-search-kts
3 1
89 0
- -
9.1 3.6
6 days ago 12 months ago
Kotlin Kotlin
MIT License 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.

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

kt-search-kts

Posts with mentions or reviews of kt-search-kts. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-09.
  • Kts Scripting of Yaml & Json Dialects
    4 projects | dev.to | 9 Aug 2022
    So, that was easily remedied and I now have a companion library that combines that with kotlinx-cli to make writing scripts very straightforward.

What are some alternatives?

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

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

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

KStore - A tiny Kotlin multiplatform library that assists in saving and restoring objects to and from disk using kotlinx.coroutines, kotlinx.serialisation and okio

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

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.