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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • bleve

    A modern text/numeric/geo-spatial/vector 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

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sonic

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

  • MeiliSearch

    A lightning-fast search API 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 real-time analytics DBMS

  • 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

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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

  • What is Hybrid Search?

    6 projects | dev.to | 6 Feb 2024
  • Any Full Text Search library for json data?

    13 projects | /r/golang | 1 Jan 2023
  • ZincSearch – lightweight alternative to Elasticsearch written in Go

    24 projects | news.ycombinator.com | 22 Sep 2022
  • Why Writing Your Own Search Engine Is Hard (2004)

    5 projects | news.ycombinator.com | 23 Jul 2022
  • Elastic Moving to SSPL

    4 projects | news.ycombinator.com | 14 Jan 2021