Manticore Search
Manticore Search is a self-hosted database management tool that searches database delivering 2.83x faster performance than Elasticsearch. Features vector...
Overview
Easy to use open source fast database for search | Good alternative to Elasticsearch now | Drop-in replacement for E in the ELK stack Manticore Search is an easy-to-use open source fast database for search. Elasticsearch alternative, vector search, SQL interface, full-text search capabilities The project has 12K+ GitHub stars and is licensed under GPL-3.0.
Key Features
Source: GitHub README
- Full-text search and relevance:
- Over 20 full-text operators and over 20 ranking factors
- Custom ranking
- Other search capabilities:
- Rich filtering functionality
- Fuzzy search
- Faceted search
- Geo-spatial search
- Vector search
- Joining tables
Getting Started
Source: GitHub README
docker run --name manticore --rm -d manticoresearch/manticore && until docker logs manticore 2>&1 | grep -q "accepting connections"; do sleep 1; done && docker exec -it manticore mysql && docker stop manticore
create table movies(title text, year int) morphology='stem_en' html_strip='1' stopwords='en';
insert into movies(title, year) values ('The Seven Samurai', 1954), ('Bonnie and Clyde', 1954), ('Reservoir Dogs', 1992), ('Airplane!', 1980), ('Raging Bull', 1980), ('Groundhog Day', 1993), ('Jurassic Park</a>', 1993), ('Ferris Bueller\'s Day Off', 1986);
select highlight(), year from movies where match('the dog');
select highlight(), year from movies where match('days') facet year;
select * from movies where match('google');
Normalized Features
Source: tool-features-normalized.json
apt, brew, docker, elasticsearch, mysql, plugins, postgresql.
Deploy
Features
Integrations & APIs
- Plugin / Extension System
Compare Manticore Search
Both are database tools. Dbeaver has 6 unique features, Manticore Search has 3.
Both are database tools. Manticore Search has 3 unique features, Sonic has 2.
Both are database tools. Manticore Search has 5 unique features, Supabase has 3.
Both are database tools. Manticore Search has 3 unique features, TDengine has 1.
Related Databases & Data Tools Tools
View all 122 →Supabase
99KThe open-source Firebase alternative — Postgres database, Auth, instant APIs, Realtime subscriptions, Edge Functions, Storage, and Vector embeddings.
Prometheus
63KAn open-source monitoring system with a dimensional data model, flexible query language, efficient time series database and modern alerting approach.
NocoDB
62KTurn your existing database into a collaborative spreadsheet interface — without moving a single row of data.
Meilisearch
56KLightning-fast, typo-tolerant search engine with an intuitive API. Drop-in replacement for Algolia that you can self-host for free.
DBeaver
49KFree universal database management tool for developers, DBAs, and analysts. Supports 100+ databases including PostgreSQL, MySQL, SQLite, MongoDB, and more.
Milvus
43KMilvus is a high-performance open-source vector database built for AI applications, supporting billion-scale similarity search with sub-second latency.