Pinned Repositories
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.
geogeometry
GeoGeometry is a set of algorithms and functions for manipulating geo hashes and geometric shapes with geo coordinates.
geotools-js
Javascript port of geotools
inbot-utils
Misc utility classes we use at Inbot that are probably useful to others
jsonj
A fluent Java API for manipulating json data structures
kotlin4example
Literate programming for Kotlin. Write markdown based documentation for your kotlin project with working examples.
kt-search
Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
kt-search-kts
Adds kts scripting to kt-search and provides some convenience around using that from kts.
rankquest-studio
Rankquest Studio is a web based tool that you can use to benchmark search relevance metrics for your search APIs.
spring-depend
Tool for getting a spring bean dependency graph
jillesvangurp's Repositories
jillesvangurp/geogeometry
GeoGeometry is a set of algorithms and functions for manipulating geo hashes and geometric shapes with geo coordinates.
jillesvangurp/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.
jillesvangurp/kt-search
Multi platform kotlin client for Elasticsearch & Opensearch with easily extendable Kotlin DSLs for queries, mappings, bulk, and more.
jillesvangurp/spring-depend
Tool for getting a spring bean dependency graph
jillesvangurp/osm2geojson
Tool to convert open street map xml to geojson
jillesvangurp/kotlin4example
Literate programming for Kotlin. Write markdown based documentation for your kotlin project with working examples.
jillesvangurp/json-dsl
Create Kotlin DSLs for any JSON/YAML. JsonDsl is a library that helps you build Kotlin DSLs for JSON and YAML dialects. The DSLs are easy to extend with custom fields by users via a MutableMap. This allows your DSL users to work around any features you don't have in your DSL.
jillesvangurp/rankquest-studio
Rankquest Studio is a web based tool that you can use to benchmark search relevance metrics for your search APIs.
jillesvangurp/querylight
Querylight is an in memory, kotlin multi platform text indexing library that implements tf/idf and a minimal query language. Great for client side search in web apps, android or other Kotlin apps.
jillesvangurp/www.jillesvangurp.com
My website
jillesvangurp/fluent-ai
Open source editor for project fluent localization files with AI assisted translations. Save time and money translating your applications into any language you want.
jillesvangurp/kotlin-opencage-client
Kotlin multiplatform client for the Opencage Geocoding API
jillesvangurp/inbot-utils
Misc utility classes we use at Inbot that are probably useful to others
jillesvangurp/awesome-kotlin
A curated list of awesome Kotlin related stuff Inspired by awesome-java.
jillesvangurp/rankquest-cli
Companion tool for Rankquest Studio that you can use to benchmark your search APIs from the command line.
jillesvangurp/rankquest-core
Rankquest is a kotlin multiplatform rank evalution library that can be used to benchmark any API that returns search results. It powers Rankquest Studio.
jillesvangurp/kt-search-kts
Adds kts scripting to kt-search and provides some convenience around using that from kts.
jillesvangurp/documentation-website
The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
jillesvangurp/elasticsearch
Open Source, Distributed, RESTful Search Engine
jillesvangurp/fritz2
Easily build reactive web-apps in Kotlin based on flows and coroutines.
jillesvangurp/hellocompose
jillesvangurp/jillesvangurp.github.io
Project documentation
jillesvangurp/json-dsl-jupyter
jupyter notebook with some examples for json-dsl
jillesvangurp/kmp-template
Template project for creating kotlin multi platform libraries
jillesvangurp/konform
Portable validations for Kotlin
jillesvangurp/kotlin-vega-dsl
Kotlin DSL for Vega based on json-dsl
jillesvangurp/kotlinx-serialization-extensions
jillesvangurp/kt-search-logback-appender
Log appender for Logback that bulk indexes to Elasticsearch/Opensearch using kt-search as the client. Intended for use with jvm based application servers like Spring Boot
jillesvangurp/openai-embeddings-processor
jillesvangurp/template-fritz2
Opinionated template for new Fritz2 kotlin-js browser applications