redis
0.16.0github.com/jgaskins/redis
Pure-Crystal Redis client, supporting clustering, RedisJSON, RediSearch, and RedisTimeSeries
Found 56 shards matching search
github.com/jgaskins/redis
Pure-Crystal Redis client, supporting clustering, RedisJSON, RediSearch, and RedisTimeSeries
github.com/wyhaines/splay_tree_map.cr
This is a Crystal implementation of a Splay Tree; which is a type of binary search tree that is semi-balanced and that tends to self-optimize so that the most accessed items are the fastest to retrieve.
github.com/acoustep/fuzzy_match.cr
Fuzzy Match provides search functionality similar to Sublime Text 2 file searching.
github.com/placeos/search-ingest
Search indexing service, mirroring documents in RethinkDB to Elasticsearch
github.com/trans/usearch.cr
Crystal bindings for usearch
github.com/Ragmaanir/soegen
Elasticsearch client library for crystal, similar to rubys stretcher gem
github.com/franciscoGPS/lucky_full_text_search
Full text search for lucky framework
github.com/amscotti/brave_search
A Crystal library for the Brave Search API with full type safety, comprehensive endpoint support, and excellent developer experience.
github.com/dsisnero/crig-postgres
PostgreSQL vector store for Crystal with pgvector support. Provides vector similarity search powered by pgvector extension.
github.com/kritoke/lexis-minhash
Lexis MinHash is a locality-sensitive hashing (LSH) library for detecting similar text documents using the MinHash technique. It provides efficient clustering of similar documents by generating hash signatures and using banding techniques for fast similarity search.
github.com/dsisnero/crig-sqlite
SQLite vector store for Crystal with sqlite-vec extension support. Provides easy-to-use vector similarity search powered by sqlite-vec.
github.com/trans/microgpt
microGPT is for GPT research and experimentaton
github.com/imdrasil/hermes.cr
Datamapper like Crystal ORM and adapter for Elasticsearch
github.com/paktek123/elasticsearch-crystal
Elasticsearch API wrapper for Crystal Lang
github.com/devnote-dev/docr
A CLI tool for searching Crystal documentation
github.com/babelian/sonic-crystal
A Crystal client for Sonic search backend (Ported from https://github.com/atipugin/sonic-ruby)
github.com/zendrx/speak
Lightweight local LLM in Crystal. Disk-based KV cache, file reading, user memory, and web search. Runs on CPU
github.com/watzon/spotlight
Search engine parsing for Crystal
github.com/ylansegal/franklin.cr
CLI utility to search public libraries powered by Overdrive. Written in crystal (ported from my ruby version).
github.com/johnjansen/ternary_search_tree
A Crystal implementation of a Ternary Search Tree