
Typesense Has a Free Open-Source Search Engine Built for Speed
Typesense is a free, open-source search engine that's optimized for instant search-as-you-type experiences. Built in C++, it delivers sub-millisecond search results. What Is Typesense? Typesense is a typo-tolerant, blazing-fast search engine designed as an easier-to-use alternative to Elasticsearch and a free alternative to Algolia. What makes it special: Sub-millisecond search latency Typo tolerance out of the box Tunable ranking and relevance Faceting and filtering Geo search Vector search (AI-powered semantic search) Scoped API keys (multi-tenancy) Single binary, no dependencies High availability with built-in replication Quick Start Install # Docker docker run -p 8108:8108 \ -v /tmp/typesense-data:/data \ typesense/typesense:27.1 \ --data-dir /data \ --api-key = your-api-key # macOS brew install typesense/tap/typesense-server Create a Collection curl "http://localhost:8108/collections" \ -X POST \ -H "X-TYPESENSE-API-KEY: your-api-key" \ -d '{ "name": "products", "fields": [ {"name
Continue reading on Dev.to Webdev
Opens in a new tab



.jpg&w=1200&q=75)
