Skip to content

Instantly share code, notes, and snippets.

@manigandham
Last active July 2, 2024 07:04
Show Gist options
  • Save manigandham/58320ddb24fed654b57b4ba22aceae25 to your computer and use it in GitHub Desktop.
Save manigandham/58320ddb24fed654b57b4ba22aceae25 to your computer and use it in GitHub Desktop.

Various search databases and backends as alternatives to Elasticsearch.

Rust

C++

Go

Javascript

@Attumm
Copy link

Attumm commented Feb 9, 2023

Would it be possible to add LambdaDB a Go in memory database for searching.
Lambdadb makes it possible that with just a csv of the data, into having contains search up and running within minutes.

It's used in production at multiple companies, a example of the database with +9 million records is running here, click the yellow.

There are even some instances with +100 million records.

Although is used, there haven't been many feature requests lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment