Dev Useful Stuff
2.02K subscribers
2 photos
337 links
Here you can find some interesting links to development libraries, frameworks, tools, plugins and articles
Download Telegram
ripgrep - is a line oriented search tool that works similar to "grep" or "ack", but much more faster.
Written on Rust 👌🏻

#rust #cli #search

https://github.com/BurntSushi/ripgrep
RediSearch is open source (★761) full-text search engine built on top of Redis. It is the nice lightweight alternative to Solr and ElasticSearch. Written in C.

#search #redis
https://worldbrain.io - a free browser extension to search for every word of every website & PDF you visited or bookmarked. The data is stored and indexed only on your local computer and won't be accessible to anyone else. At the moment the project in Beta status. Check the video demonstration for the details.

#extension #search #beta #browser
Solr and Elasticsearch are the most popular search engines built on top of Apache Lucene. These are great tools, they do their job nicely. But the problem is they are written on Java that's why they usually consume a significant amount of server resources. Here are few resource-efficient alternatives written on Rust:

Tantivy (★ 2,330) is a full-text search engine library inspired by Apache Lucene and written in Rust.
Toshi (★ 2,056) is meant to be a full-text search engine similar to Elasticsearch. Toshi strives to be to Elasticsearch what Tantivy is to Lucene.
Sonic (★ 6,118) 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

#search #engine #lucene #rust
​​Manticore Search - (724★ on GitHub) is the lightweight SQL-first database designed for search applications that suits both big and small data collections. Written in C++

#search #index #c++
ripgrep - (27.5k★) is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files. ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep. Written on Rust.

#rust #search #cli #terminal
​​grep.app - A new search engine that lets you search across a half million git public repositories on GitHub, optionally using regular expression.

#search #github #repo
👍3🔥2👀1
​​Skim - (★ 6.2k) is a fuzzy finder in rust!

We spend so much of our time navigating through files, lines, and commands. That's where Skim comes in! It's a powerful fuzzy finder designed to make your workflow faster and more efficient.

If you use fzf for your finder in console, it's time to try something new. Check out a short demo here.

#cli #rust #terminal #tui #search #finder
👍1