Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 725 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 725 Bytes

OpenSearch SDK

Introduction

Opensearch plugins have allowed the extension and ehancements of various core features however, current plugin architecture carries the risk of fatally impacting clusters should they fail. In order to ensure that plugins may run safely without impacting the system, our goal is to effectively isolate plugin interactions with OpenSearch by modularizing the extension points to which they hook onto.

Read more about extensibility here

Contributing

See Developer Guide