Seeking a free full text search solution for large data with progress display

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Mergify - Updating dependencies is time-consuming.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • bleve

    A modern text indexing library for go

    I know of https://github.com/blevesearch/bleve and I think there was another project for full text search that I can't find now.

  • bluge

    indexing library for Go

    Another one, that seems to be a spinoff of bleve: https://github.com/blugelabs/bluge

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • sonic

    🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

  • MeiliSearch

    A lightning-fast search engine that fits effortlessly into your apps, websites, and workflow.

    Don't know about a progress bar, but here is an open source search engine: https://www.meilisearch.com/

  • ClickHouse

    ClickHouse® is a free analytics DBMS for big data

    there's nothing faster than clickhouse. all queries have progress display by default (available both in CLI and in golang api). unfortunately full text search is experimental, but you can get (fuzzy) string matching and read data directly from .txt (which would be a bit slower than using a native data format and use much more space) potentially without running a server

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts