opensearch VS hn-search

Compare opensearch vs hn-search and see what are their differences.

opensearch

OpenSearch is a collection of simple formats for the sharing of search results. (by dewitt)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
opensearch hn-search
9 1,620
716 524
- 1.5%
0.0 2.9
8 months ago 6 months ago
Python TypeScript
Creative Commons Attribution Share Alike 4.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

opensearch

Posts with mentions or reviews of opensearch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-10.
  • Firefox Address Bar Tips
    13 projects | news.ycombinator.com | 10 Jul 2023
    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
    1 project | /r/Solr | 4 Jan 2023
  • Is there a place with a bunch of free API's I can use to practice making CRUD applications?
    7 projects | /r/learnjavascript | 2 Jun 2022
    https://github.com/public-apis/public-apis https://data.gov.sg/developer http://opendatacommunities.org/ https://www.data.gov/developers/apis https://data.sfgov.org/browse?limitTo=datasets&utf8=? https://mashupaustralia.org/open-access-to-psi/ https://catalogue.data.govt.nz/dataset https://rapidapi.com/ https://www.programmableweb.com/apis https://rapidapi.com/collection/list-of-free-apis https://any-api.com/ https://compassioninpolitics.wordpress.com/2009/06/03/best-free-apis-for-web-developers/ https://rapidapi.com/pozzad/api/email-validator-1 https://public-apis.xyz/ https://developers.facebook.com/ https://dev.twitter.com https://www.programmableweb.com/news/5-weather-apis-weatherbug-to-weather-channel/2009/04/15 https://duckduckgo.com/api https://openweathermap.org/api https://github.com/dewitt/opensearch http://www.atomenabled.org/ https://openid.net/developers/ http://developer.foodessentials.com/ https://postcoder.com/docs/address-lookup https://github.com/public-apis/public-apis https://www.data.gov/developers/apis https://rapidapi.com/ https://www.programmableweb.com/apis https://rapidapi.com/collection/list-of-free-apis https://any-api.com/ https://compassioninpolitics.wordpress.com/2009/06/03/best-free-apis-for-web-developers/ https://rapidapi.com/pozzad/api/email-validator-1 https://public-apis.xyz/ https://www.programmableweb.com/news/5-weather-apis-weatherbug-to-weather-channel/2009/04/15 https://duckduckgo.com/api https://openweathermap.org/api https://postcoder.com/docs/address-lookup https://postcoder.com/docs/address-lookup http://vendapin.com/cecb46.html https://my-json-server.typicode.com/ https://jsonplaceholder.typicode.com/ https://reqres.in/ https://my-json-server.typicode.com/ https://randomapi.com/pricing https://randomuser.me/ https://reqres.in/ https://randomapi.com/pricing http://www.mindit-bookmarking.com/ https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://www.geoapify.com/map-marker-icons-generator-create-beautiful-icons-for-your-map https://elevation-api.io/ https://open-elevation.com/ https://www.thoughtco.com/save-a-web-page-as-html-or-mht-1058361 https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://www.programmableweb.com/apis/directory https://www.sitepoint.com/10-html5-apis-worth-looking/ http://www.99lime.com/elements/ https://docs.angularjs.org/api https://docs.angularjs.org/api/ng/service/$http https://docs.angularjs.org/api/ngMock/service/$httpBackend https://developers.google.com/earth/ http://www.worldwindcentral.com/wiki/Google_Earth_comparison https://theroadtodelphi.com/2010/08/07/using-the-google-maps-api-v3-from-delphi-part-i-basic-functionality/ https://jasontpenny.com/blog/2009/01/11/google-maps-in-a-twebbrowser-from-delphi-directions/ https://geochalkboard.wordpress.com/2009/03/11/density-mapping-in-google-maps-with-heatmapapi/ https://www.ixxat.com/products/products-industrial/protocol-sw-and-apis https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.backgroundworker?redirectedfrom=MSDN&view=netframework-4.7.2 http://custforum.axis.com/viewtopic.php?t=1963&sid=7990ea009d57544606efd627f3a40541 https://stackoverflow.com/questions/5137717/seeking-simple-coding-example-for-axis-webcam-using-vapix
  • Show HN: Search Engine for Blogs
    5 projects | news.ycombinator.com | 29 Mar 2022
    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
    2 projects | dev.to | 3 Mar 2022
    GitHub
  • Opensearch 1.0.0 Announced
    1 project | /r/programming | 13 Jul 2021
    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
    1 project | /r/programming | 12 Apr 2021
  • AWS releases forked Elasticsearch code. Announces new name: OpenSearc
    10 projects | news.ycombinator.com | 12 Apr 2021

hn-search

Posts with mentions or reviews of hn-search. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-23.
  • Russian GRU was behind the attack in VrbΔ›tice, NCOZ confirms
    1 project | news.ycombinator.com | 29 Apr 2024
    If it's not [flagged], there's no flagging and hence also no flagging ring. baybal2 has been banned on and off for years now https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
  • Gary Killdall, creator of CP/M, wrote Pixar's original 3D renderer [pdf]
    1 project | news.ycombinator.com | 27 Apr 2024
    The submitted title was "Gary Killdall, creator of CP/M, wrote Pixar's original 3D renderer".

    Submitters: If you want to say what you think is important about an article, that's fine, but do it by adding a comment to the thread. Then your view will be on a level playing field with everyone else's: https://hn.algolia.com/?dateRange=all&page=0&prefix=false&so...

    (From https://news.ycombinator.com/newsguidelines.html: "Please use the original title, unless it is misleading or linkbait; don't editorialize.")

  • Nearsightedness is at epidemic levels – and the problem begins in childhood
    1 project | news.ycombinator.com | 24 Apr 2024
    Vision therapy for myopia helps some people, but not everyone, likely due to genetic and neuroplasticity differences, https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu.... Nevertheless, many of the principles are useful for children whose eyes and brains are still developing.
  • Tesla driver arrested for homicide after running over motorcyclist on Autopilot
    1 project | news.ycombinator.com | 24 Apr 2024
    I'm a huge Tesla skeptic, but Tesla and Musk are lightning rods for tabloid-style garbage that doesn't belong on HN, so it doesn't surprise me that we often see negative Tesla content flagged to death. Meanwhile we also see plenty of content that hits the front page and stays there [0].

    Do you have examples of professional, interesting Tesla content that got flagged?

    [0] More than half of the past year's most popular Tesla articles were negative: https://hn.algolia.com/?dateRange=pastYear&page=0&prefix=tru...

  • The Man Who Killed Google Search
    3 projects | news.ycombinator.com | 23 Apr 2024
    It's April 23rd, 2024, and I am still looking for a good, reliable, honest and simple search engine.

    All I want to do is search.

    No AI.

    No ads.

    No shopping.

    Please don't "Answer my question." I enjoy doing my own original research, thanks.

    I'm entirely willing - wanting even - to pay for it.

    Currently Kagi has my $, but I'm saddened and frustrated that they're not even focused on Search, they're focused on AI[1] and t-shirts.

    Amazingly, in 2024, there is still a market opportunity for a good search engine.

    It can't really just be me, can it?

    [1]: https://hn.algolia.com/?query=%22kagi%22+%22ai%22

  • Ask HN: Is Hacker News under attack from spam bots?
    1 project | news.ycombinator.com | 22 Apr 2024
    https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

    For historical purposes

  • Tesla Recalls All Cybertrucks for Faulty Accelerator Pedals
    1 project | news.ycombinator.com | 21 Apr 2024
    Most likely because there have been oodles of low-quality stories on these topics. We turned the flags off on this one since it maybe rises above the noise (see https://hn.algolia.com/?dateRange=all&page=0&prefix=false&so... for past explanations on how we approach that).
  • Show HN: What Are You Working On?
    6 projects | news.ycombinator.com | 21 Apr 2024
    Hey HN,

    I'm sure you've seen the monthly "Ask HN: What Are You Working On?" headlines on [Hacker News](https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...).

    Honestly, it's my favorite topic because it's packed with insights about what other hackers are up to.

    I wondered what it would be like if instead of just a headline, there was a whole website where hackers could post daily updates, and where we could follow the hackers we're interested in for their latest updates. And so, this web site was born.

    I hope it gets used frequently so we can all benefit from it together. I look forward to hearing your thoughts.

    Let me know what you think!

  • Not Apply to YC
    1 project | news.ycombinator.com | 20 Apr 2024
    I don't know what one thing you're referring to, but it's a core principle of HN to try to avoid repetition, and especially the repetition+indignation combo, which is the commonest and most tedious thing on the internet.

    https://hn.algolia.com/?dateRange=all&page=0&prefix=false&so...

  • Nand to Tetris: Building a Modern Computer System from First Principles
    1 project | news.ycombinator.com | 19 Apr 2024
    Happy 10,000 day to you

    https://news.ycombinator.com/from?site=nand2tetris.org

    https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

    https://hn.algolia.com/?dateRange=all&page=0&prefix=true&que...

What are some alternatives?

When comparing opensearch and hn-search you can also consider the following projects:

vector - A high-performance observability data pipeline.

duckduckgo-locales - Translation files for <a href="https://duckduckgo.com"> </a>

sonic - πŸ¦” Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

graylog - Free and open log management

parser - πŸ“œ Extract meaningful content from the chaos of a web page

OpenSearch - πŸ”Ž Open source distributed and RESTful search engine.

readability - A standalone version of the readability lib

OpenSearch-Dashboards - πŸ“Š Open source visualization dashboards for OpenSearch.

yq - Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents

fake-store-api - FakeStoreAPI is a free online REST API that provides you fake e-commerce JSON data

milkdown - 🍼 Plugin driven WYSIWYG markdown editor framework.