On another thread several folks were talking about opensearch.org website. I’d like to use this thread to stop derailing the main conversation (my fault) .
For those who don’t know - opensearch.org is also open source and available on github. Right now, I’ve been working on it pretty much solo but it’s totally open for contribution.
@searchymcsearchface I’m working on client code generation and I would like to link the documentation to the site.
Do you have an ETA on doc REST API moving from OpenDistro to OpenSearch?
@aparo, I am curious which client you are working on? As we expect the OpenSearch and Elasticsearch APIs to drift apart over time, we have already started a rework of go-elasticsearch to go-opensearch.
I’m working on Scala ad Python.
The actual Python is not typed.
I had created a scala one in zio-elasticsearch, but I want have a full typed generated by ES specification.