Coral VS lucene

Compare Coral vs lucene and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
Coral lucene
10 11
1,863 2,358
0.1% 4.5%
9.9 9.8
5 days ago 4 days ago
TypeScript Java
GNU General Public License v3.0 or later Apache License 2.0
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.

Coral

Posts with mentions or reviews of Coral. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-05.
  • What Is a Vector Database
    22 projects | news.ycombinator.com | 5 May 2023
    The Coral Project [0] (commenting platform used on Washington Post, New York Times, The Verge) uses an Apache 2.0 license [1]. Which doesn't seem to have prevented it from raking in big SaaS customers.

    A lot of people worry about copy-cat services, but it's kind of rare that someone will be able to compete with you as the original in hosting your own service as well as you can. Especially when you consider support and maintenance requirements of a new product you aren't personally developing.

    I could see copy-cat services being more of an issue in the late stage of a product though? When everyone knows lots about how to stand it up and use it?

    [0] https://coralproject.net/

  • What's the result of Knight-Mozilla Initiative: Challenge 2 – Beyond Comment Threads
    1 project | /r/mozilla | 17 Mar 2023
    The Coral Project was created inline with this initiative. They have lots of guides that provide some of the research that was conducted: https://coralproject.net/
  • Commento - A Self Hosted Comment System for Websites
    6 projects | /r/selfhosted | 14 May 2022
    For comment system, I choose Coral Project Talk because it could use Akismet and Google Perspective API for reducing spam and harassment. I also need to think about the remove comments when user delete their account (GDPR stuff). Coral Talk has the above functions in the UI.
  • Everything you need to know about Opensource Jamstack
    10 projects | dev.to | 6 Oct 2021
    Another great API that could be self-hosted is Coral. It’s a commenting platform where users can leave online comments. It’s received contributions from over 40 people on Github. It has a good-first-issue tag and also offers a contribution guide.
  • Node.js 16 Available Now
    5 projects | news.ycombinator.com | 20 Apr 2021
    Yup! We do a Typescript/Node.js/GraphQL back-end with React/Relay/Typescript on the front end.

    https://github.com/coralproject/talk

    It's pretty nice having the whole code base share types, syntax, structure, etc.

  • Show HN: I'm working on a open-source, self-host alternative to Disqus
    9 projects | news.ycombinator.com | 20 Apr 2021
    Coral is poorly advertised outside it's ecosystem, but should be considered. https://github.com/coralproject/talk

    See https://docs.coralproject.net/coral/v5/integrating/cms/ to get an idea of it's use.

  • I made a student publication @ university & discovered a deep hate for WordPress — so I made my dream publishing platform
    1 project | /r/publishing | 1 Apr 2021
    Our highest tier comment system is quite powerful, and is based off Coral Talk by Vox. For beginners like yourself, if we allowed users to integrate Disqus on all tiers, would that alleviate your concerns with using Storipress?
  • Caching data on Apollo server
    2 projects | /r/graphql | 1 Mar 2021
    If you need some inspiration, we added support for server caching of responses on Coral: https://github.com/coralproject/talk/blob/develop/src/core/server/app/middleware/graphql/apolloServer.ts#L85-L88
  • Disqus, the Dark Commenting System
    8 projects | news.ycombinator.com | 4 Feb 2021
    I've seen some examples in which people embed Discourse discussions.

    There's also Coral (https://github.com/coralproject/talk) which used to be Mozilla + Vox project before Mozilla handed it over to Vox completely, but I have no experience with it.

lucene

Posts with mentions or reviews of lucene. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-17.
  • Building an efficient sparse keyword index in Python
    5 projects | dev.to | 17 Aug 2023
    First, a review of the landscape. As said in the introduction, there aren't a ton of good options. Apache Lucene is by far the best traditional search index from a speed, performance and functionality standpoint. It's the base for Elasticsearch/OpenSearch and many other projects. But it requires Java.
  • Java Panama Vector API Integrated with Apache Lucene
    1 project | /r/hypeurls | 27 May 2023
    3 projects | news.ycombinator.com | 27 May 2023
    https://github.com/apache/lucene/issues/10047

    2. The Panama Vector API allows CPU's that support it to accelerate vector operations: https://openjdk.org/jeps/438

    So this allows fast ANN on Lucene for semantic search!

    How did people do this before Lucene supported it? Only through entirely different tools?

  • What Is a Vector Database
    22 projects | news.ycombinator.com | 5 May 2023
    Are they forking Lucene or somehow getting the Lucene devs to increase that limit? Because this PR has been open for over a year now: https://github.com/apache/lucene/issues/11507
  • An alternative to Elasticsearch that runs on a few MBs of RAM
    65 projects | news.ycombinator.com | 24 Oct 2022
  • Lucene 9.4 (optionally) uses Panama's mapped MemorySegments when JDK 19 is detected
    1 project | /r/java | 30 Sep 2022
  • A primer on Roaring bitmaps: what they are and how they work
    3 projects | news.ycombinator.com | 3 Sep 2022
    Lucene's adaptation of Roaring uses the complement idea on a block-wise basis:

    https://github.com/apache/lucene/blob/84cae4f27cfd3feb3bb42d...

  • How are documents stored in Elasticsearch?
    1 project | /r/elasticsearch | 7 Feb 2022
    Like someone said, it's in locations as specified in the path.data. Depending on sharing and replication, it could be on more than one host. Elastic uses Apache Lucene to store documents, since it's open source, that rabbit hole will welcome research :-)
  • panama/foreign status update
    2 projects | /r/java | 4 Dec 2021
  • Amazon Elasticsearch Service Is Now Amazon OpenSearch Service
    4 projects | news.ycombinator.com | 9 Sep 2021
    It is pretty clear to me that Elastic is planning to build their ANN features differently than OpenDistro's k-NN implementation, or other plugins modules that extend Easticsearch in similar ways. They now will build on the Apache Lucene capabilities that were collaboratively built "upstream" by a number of individuals, some that work for Amazon and some that work for Elastic.

    From the linked issue, it seemed that they were originally planning to develop this as a proprietary feature of Elasticsearch, without contributing the functionality to Apache Lucene, but then changed direction when the Apache Lucene developers (some of which are currently employed to do such work by Amazon) started to build its approximate nearest neighbor (ANN) vector search capabilities. [1]

    It's great to see folks that work for Elastic collaborating and building on what is in Apache Lucene to extend the utility of ANN with Hierarchical Navigable Small World Graphs (HNSW) [2]! From this, I think it should be possible to implement an Open Source version of the functionality with a compatible API, if that is something that OpenSearch users seek.

    [1] https://issues.apache.org/jira/browse/LUCENE-9004

    [2] https://github.com/apache/lucene/pull/250

What are some alternatives?

When comparing Coral and lucene you can also consider the following projects:

Discourse - A platform for community discussion. Free, open, simple.

pisa - PISA: Performant Indexes and Search for Academia

phpBB - phpBB Development: phpBB is a popular open-source bulletin board written in PHP. This repository also contains the history of version 2.

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

GNU social - GNU social is social communication software for both public and private communications.

RoaringBitmap - A better compressed bitset in Java: used by Apache Spark, Netflix Atlas, Apache Pinot, Tablesaw, and many others

Mastodon - Your self-hosted, globally interconnected microblogging community

OpenSearch - 🔎 Open source distributed and RESTful search engine.

remark42 - comment engine

Apache Solr - Apache Lucene and Solr open-source search software

commento - A fast, bloat-free comments platform (Github mirror)

resin - Vector space search engine. Available as a HTTP service or as an embedded library.