An open API service indexing awesome lists of open source software.

https://github.com/sbcd90/opensearch-hello-world-plugin

a simple AWS OpenSearch plugin just for use as a skeleton for kotlin
https://github.com/sbcd90/opensearch-hello-world-plugin

Last synced: 6 days ago
JSON representation

a simple AWS OpenSearch plugin just for use as a skeleton for kotlin

Awesome Lists containing this project

README

          

opensearch-hello-world-plugin
=============================

This is a simple AWS OpenSearch plugin just for use as a skeleton for kotlin.

Testing
=======

```
curl -XPOST 'http://localhost:9200/_plugins/hello_world' -H 'Content-Type: application/json' -d '{"name":"sbcd90"}' -u 'admin:admin' --insecure

{"_id":"sbcd90"}%
```