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
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • 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.

  • 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 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

  • 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.

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