🔎 Open source distributed and RESTful search engine.
Go to file
Nick Knize bbaf705ffc [Rename] o.e.action.support subpackages (#291)
This commit refactors the remaining o.e.action.support subpackages to
o.opensearch.support. All references throughout the codebase are also refactored

Signed-off-by: Nicholas Knize <nknize@amazon.com>
2021-03-21 20:56:34 -05:00
.ci Fixing Bwc checks for 7.10.3 (#93) 2021-03-13 10:36:14 -06:00
.github fixing encoding on pull_request_template.md 2021-03-17 22:04:17 -07:00
.idea Rename .idea (#161) 2021-03-21 20:56:34 -05:00
benchmarks [Rename] benchmarks (#163) 2021-03-21 20:56:34 -05:00
buildSrc Update NOTICE.TXT with OpenSearch copyright (#232) 2021-03-21 20:56:34 -05:00
client [Rename] o.e.action.support subpackages (#291) 2021-03-21 20:56:34 -05:00
dev-tools Add script to perform signoff check between commits (#152) 2021-03-13 10:36:15 -06:00
distribution [Rename] refactor some of the o.e.search packages in the server module. (#294) 2021-03-21 20:56:34 -05:00
gradle [Rename] refactor the gradle directory. (#276) 2021-03-21 20:56:34 -05:00
libs [Rename] o.e.version (#296) 2021-03-21 20:56:34 -05:00
licenses Remove the Elastic license file, all checks for this license and the license REST APIs. (#12) 2021-03-13 10:36:07 -06:00
modules [Rename] o.e.action.support subpackages (#291) 2021-03-21 20:56:34 -05:00
plugins [Rename] plugins (#193) 2021-03-21 20:56:34 -05:00
qa [Rename] Refactor ES and Elasticsearch classes in server module bootstrap package (#197) 2021-03-21 20:56:34 -05:00
rest-api-spec [Rename] Rename files under three server sub folders (#195) 2021-03-21 20:56:34 -05:00
server [Rename] o.e.action.support subpackages (#291) 2021-03-21 20:56:34 -05:00
test [Rename] o.e.action.support subpackages (#291) 2021-03-21 20:56:34 -05:00
.dir-locals.el Go back to 140 column limit in .dir-locals.el 2017-04-14 08:50:53 -06:00
.editorconfig Remove default indent from .editorconfig (#49183) 2019-11-18 08:05:53 +00:00
.gitattributes Add a CHANGELOG file for release notes. (#29450) 2018-04-18 07:42:05 -07:00
.gitignore Update .gitignore 2021-03-13 10:36:16 -06:00
CODE_OF_CONDUCT.md Update CODE_OF_CONDUCT.md 2021-03-13 10:36:16 -06:00
CONTRIBUTING.md adding two files back in that were lost in the shuffle (#415) 2021-03-19 09:22:10 -05:00
DEVELOPER_GUIDE.md adding two files back in that were lost in the shuffle (#415) 2021-03-19 09:22:10 -05:00
Jenkinsfile Update CI workflow to work on new infra (#123) 2021-03-13 10:36:15 -06:00
LICENSE.txt Update LICENSE.txt (#227) 2021-03-13 10:36:16 -06:00
NOTICE.txt Update NOTICE.TXT with OpenSearch copyright (#232) 2021-03-13 10:36:16 -06:00
README.md Adding missing link to forum in README (#426) 2021-03-19 18:48:45 -07:00
TESTING.asciidoc TESTING.asciidoc udpate (#390) 2021-03-19 16:47:35 -07:00
Vagrantfile Remove opensuse 42 from vagrant tests (#63759) 2020-10-15 13:05:46 -07:00
build.gradle fixed reference to old repo (#333) 2021-03-16 16:10:40 -05:00
gradle.properties Explicitly use TLS 1.2 in Gradle (#63880) 2020-10-19 08:57:26 -07:00
gradlew Update gradle wrapper to 6.6 (#59909) (#60949) 2020-08-11 11:03:19 +02:00
gradlew.bat Update gradle wrapper to 6.6 (#59909) (#60949) 2020-08-11 11:03:19 +02:00
settings.gradle Remove any non oss from build, package, and distribution (#102) 2021-03-13 10:36:14 -06:00

README.md

OpenSearch

Hello!

OpenSearch is an open source search and analytics engine derived from Elasticsearch 7.10.2, and is currently in a pre-alpha state. While we're still in the process of getting set up, we are excited to build the best distributed search engine on the planet with you.

We'll update this page as the state of the project changes, so please check back frequently.

Current state of the world

We officially began work on the new fork on January 21st, 2021. Since then, we've been removing non-Apache code and doing a full rename of the project. For more details,

What works

  • All references to non-Apache 2.0 code should be removed, and we should be using the new project name everywhere.
  • ./gradlew precommit should be passing. Please let us know if you see issues.
  • CI/CD with a DCO check.

What doesn't work

  • Unit Tests
  • Integration Tests
  • Plug-ins

Guiding Principles

  • Great software. If it doesnt solve a user's problem, everything else is moot. It shall be software you love to use.

  • Open source like we mean it. Contributors shall be invested in this being a successful open source project for the long term. Its all Apache 2.0. Theres no Contributor License Agreement. Easy.

  • A level playing field. Contributors shall not tweak the software so that it runs better for any vendor at the expense of others. If this happens, call it out and the contributors shall fix it together as a community.

  • Used everywhere. The project goal is for as many people as possible to use it in their business, their software, and their projects. Use it however you want. Surprise the community!

  • Made with community input. Project maintainers shall ask for public input on direction, requirements, and implementation for any feature built.

  • Open to all contributions. Great open source software is built together, with a diverse community of contributors. If you want to get involved at any level - big, small, or huge - the project maintainers shall find a way to make it happen.

  • Respectful, approachable, and friendly. This will be a community where all will be heard, accepted, and valued, whether a new or experienced user or contributor.

  • A place to invent and innovate. You will be able to innovate rapidly. This project shall have a stable and predictable foundation that is modular, making it easy to extend.

How you can help

Look for the tag "Low Hanging Fruit"

If you're excited to jump in, we've tried to mark a few issues that would be good candidates to get started on. Look for the tag "Low Hanging Fruit" to find them.

Watch the forum, because there are a bunch of things we want to talk about

As we've been working, we've come up with a bunch of questions that we wanted to get community feedback on. Now that we're done with this first pass of renaming, you'll see us posting those questions to the forum. Please let us know your thoughts!

Questions? Feedback?

Let us know in the forums.