How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A cryptocurrency implementation in less than 1500 lines of code
A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI (based on React.js) to search this index.
Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data retrieval. It functions as a RESTful data indexer and vector database, allowing for the storage and management of structured JSON documents across multiple nodes. The system distinguishes itself through its ability to serve as a log analytics platform for monitoring system health and security events. It incorporates vector search implementation using mathematical embeddings to support generative AI and augmented generation applications. The platform covers a broad range of c
Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input.
tinysearch is a lightweight, fast, full-text search engine. It is designed for static websites.
The main features of tinysearch/tinysearch are: Databases and Search.
Projects with overlapping indexed features include: conradoqg/naivecoin — A cryptocurrency implementation in less than 1500 lines of code. dchest/static-search — A Go program to generate JSON index of HTML files, and a JavaScript component with optional UI (based on React.js) to… elasticsearch/elasticsearch — Elasticsearch is a distributed search engine and NoSQL document store designed for full-text search and real-time data… fergiemcdowall/search-index — ```javascript import { SearchIndex } from 'search-index'. itemsapi/itemsjs — Extremely fast faceted search engine in JavaScript - lightweight, flexible, and simple to use. Created to perform fast… bevacqua/fuzzysearch — Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based…