Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Opensearch Alternatives
Similar projects and alternatives to opensearch
-
-
Judoscale
Save 47% on cloud hosting with autoscaling that just works. Judoscale integrates with Django, FastAPI, Celery, and RQ to make autoscaling easy and reliable. Save big, and say goodbye to request timeouts and backed-up task queues.
-
Fenix
Discontinued ⚠️ Fenix (Firefox for Android) moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android
-
-
-
-
Typesense
Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
Koala
A lightweight Facebook library supporting the Graph, Marketing, and Atlas APIs, realtime updates, test users, and OAuth.
-
-
-
sonic
🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
-
-
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
opensearch discussion
opensearch reviews and mentions
-
About the browser choice screen in the EU
https://github.com/dewitt/opensearch/blob/master/opensearch-...
It is alas a bit complicated I'm that this particular spec allows for multiple query-parameters. Where-as most browsers seem to have a single substitution, %s.
-
Firefox Address Bar Tips
Or just right-click the input field, and if the browser recognizes it as a search field (they're good at it by default, but you can implement https://github.com/dewitt/opensearch to make extra sure), you'll get an option to create a search from it, with a keyword of your choosing (haven't tried Safari).
- Looking for Search API/DSL Design Resources
- Is there a place with a bunch of free API's I can use to practice making CRUD applications?
-
Show HN: Search Engine for Blogs
I still quite like the idea of having a number of independent search engines each indexing their own specialist subjects, and one or more federated search front-ends which can pull these together.
Doing it with APIs is a little tricky to make work in a usable way though. There have been various attempts at standardised APIs, e.g. OpenSearch[0], and metasearch engines like searX[1] have what are essentially pluggable scrapers, but there are still fundamental issues like getting different results at different times and having different ranking mechanisms.
Integrating at the index level could make a more usable search, but there are lots of other issues with this approach, e.g. those with Apache Solr's Cross Data Centre Replication[2]. And yes, the volumes of data may also be an issue, given a search index will typically be slightly larger than the compressed data size, e.g. the 16M wikipedia docs are approx 32Gb compressed and approx 40.75Gb in a search index.
[0] https://github.com/dewitt/opensearch , unrelated to Amazon's Elasticsearch fork
[1] https://github.com/searx/searx
[2] https://solr.apache.org/guide/8_11/cross-data-center-replica...
-
How to implement a search shortcut (OpenSearch) on any website
GitHub
-
Opensearch 1.0.0 Announced
There is already an open source project called OpenSearch which used to be located on the same domain. The original project is a specification for how to share search results with a common API.
- AWS released OpenSearch, a community-driven, open source fork of Elasticsearch and Kibana
- AWS releases forked Elasticsearch code. Announces new name: OpenSearc
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 23 Apr 2025
Stats
dewitt/opensearch is an open source project licensed under Creative Commons Attribution Share Alike 4.0 which is not an OSI approved license.
The primary programming language of opensearch is Python.