redis-rs
MeiliSearch
Our great sponsors
redis-rs | MeiliSearch | |
---|---|---|
13 | 116 | |
3,046 | 36,871 | |
2.2% | 2.2% | |
9.2 | 9.9 | |
about 22 hours ago | 7 days ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redis-rs
-
[I made this] – staticPi – websocket forwarder
staticpi, is a websocket forwarding service. Basically, it enables one to keep a Raspberry pi, or any computer, “connected”, in order to send and receive messages to and from any client, without having to deal with a static IP address, open ports on your router, or similar. Built in Rust, using axum, which in turn uses tungestine-rs for the websocket connections, tokio, sqlx, redis-rs and others.
-
A Rust client library for interacting with Microsoft Airsim https://github.com/Sollimann/airsim-client
redis (use streams and pubsub)
-
Redust: a new Redis client
Are you addressing the long-standing issue that the redis client has related to dropped connections?
redis: by far the most popular and definitely the most ergonomic library. However, I was frustrated by its pubsub support; while generally acceptable, it's impossible to perform subscription operations while consuming messages. I like the library, but the workarounds to this issue were unacceptable to me.
-
Chumsky, a parser combinator crate that makes writing error-tolerant parsers with recovery easy and fun!
I switched to LALRPOP for gluon but I still use combine in https://github.com/mitsuhiko/redis-rs and some other projects which need to parse "protocols" (less need for good error messages/error recovery and more need for speed).
-
Getting started with MongoDB and Redis in Rust
The project is implemented with MongoDB Rust driver and redis-rs crate.
-
Redis Streams in Action - Part 2 (Rust app to consume from the Twitter Streaming API)
redis-rs, a Rust library for Redis with both high and low-level APIs
-
What are some examples of particularly well written crates?
I think the redis crate was a well-organized API library. It's still sometimes hard to know the right things to make public and I think they nailed it.
- Trying to utilize sqlx with postgresql and expecting performance on par with jdbc 😀. How do you guys do prepared statement, arg/param setting, batch insertions etc? The documentation doesn’t take me anywhere near that.
-
Consuming high-throughput Redis streams with Rust
Based on redis-rs, this library is a port of the Elixir Redix.Stream library.
MeiliSearch
- What's everyone working on this week (23/2023)?
-
Seeking a free full text search solution for large data with progress display
Don't know about a progress bar, but here is an open source search engine: https://www.meilisearch.com/
-
Officially releasing the Cloud offering of Meilisearch - the most popular Rust search engine
toml [dependencies] milli_v1 = { git = "https://github.com/meilisearch/meilisearch", package = "milli", tag = "v1.1.1" }
-
Production grade databases in Rust
Meilisearch
- has anyone using typesense with flutter?
-
Is elasticsearch for me? Currently using Full text search
Elasticsearch is heavy to run and manage. Take a look at Meilisearch and Typesense
-
Am I using async rust correctly along with blocking rust?
While it doesn't answer your question, may I suggest you take a look at Melisearch ? It is an open-source search engine implemented in Rust. Very easy to deploy and use (assuming you don't need to embed the engine into your binary).
-
Revisiting site search + SQLite as a search engine
Meilisearch - https://www.meilisearch.com - 10,000 free searches/month, then $0.25/1,000 searches.
-
SearQ: A RESTful search engine
To develop SearQ, I used Ruby with Meilisearch an open-source, lightning-fast, and hyper-relevant search engine that fits effortlessly into your apps, websites, and workflow...and several open source libraries.
-
Show HN: OpenTheo – Transcribed and searchable Bible teaching with Whisper.cpp
Hey all! I just launched OpenTheo, a free collection of transcribed Bible teachings and other Christian material. So far, I've transcribed over 10,000 hours of content for the first time, including teachings from Steve Gregg, Tim Keller, Dr. Martyn Lloyd-Jones, and more.
Transcripts are fully interactive. You can click on any words in the transcript to instantly start playing the audio at that point in time. The currently playing portion of the transcript is also underlined to make it easier to follow along.
Transcripts are produced using ggerganov's Whisper.cpp (https://github.com/ggerganov/whisper.cpp). None of this work would have been possible without the Whisper model and ggerganov's work to enable it to run on CPUs.
The content of transcripts are indexed and searchable via the site search (powered by Meilisearch - https://github.com/meilisearch/meilisearch), making it easy to find content on specific topics or that discuss specific of the Bible.
Questions/comments are welcome!
What are some alternatives?
tikv - Distributed transactional key-value database, originally created to complement TiDB
Typesense - Open Source alternative to Algolia + Pinecone and an Easier-to-Use alternative to ElasticSearch ⚡ 🔍 ✨ Fast, typo tolerant, in-memory fuzzy Search Engine for building delightful search experiences
Elasticsearch - Free and Open, Distributed, RESTful Search Engine
zincsearch - ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
Searx - Privacy-respecting metasearch engine
rust-postgres - Native PostgreSQL driver for the Rust programming language
sonic - 🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.
r2d2 - A generic connection pool for Rust
Yacy - Distributed Peer-to-Peer Web Search Engine and Intranet Search Appliance
RedisLess - RedisLess is a fast, lightweight, embedded and scalable in-memory Key/Value store library compatible with the Redis API.
OpenSearch - 🔎 Open source distributed and RESTful search engine.
PickleDB - PickleDB-rs is a lightweight and simple key-value store. It is a Rust version for Python's PickleDB