Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic project information into README #4

Merged
merged 1 commit into from
Apr 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@

**OpenSearch** is [a community-driven, open source fork](https://aws.amazon.com/blogs/opensource/introducing-opensearch/) of [Elasticsearch](https://en.wikipedia.org/wiki/Elasticsearch) and [Kibana](https://en.wikipedia.org/wiki/Kibana) licensed under the [Apache v2.0 License](LICENSE.txt). For more information, see [opensearch.org](https://opensearch.org/).

## Dashboards-Anywhere

This project is dedicated to build and to provide a cloud native infrastructure for the Dashboards service. The
infrastructure leverages Kubernetes on orchestration, lifecycle management, and extensibility. The goal is to provide a
way to deploy a production-ready Dashboards cluster on any cloud provider, as well as on-premise data centers.

There will be a web API and a command line API that are targeted to different types of use cases. Web interface provides
an interface for better integrations with other systems and the command line API is mainly provide the ease of use for
daily operations.

## Project Resources

* [Project Website](https://opensearch.org/)
Expand Down