Manticore Search is a fast, open-source database built specifically for search applications. It focuses on delivering low response times and high throughput, making it exceptionally efficient for analyzing large datasets. The database is designed to be cost-effective, performing powerfully even on minimal hardware resources like a single CPU core and 1GB of memory.
It serves as a powerful Elasticsearch alternative, demonstrating significantly better performance in various benchmarks for big data and log analytics. You can integrate it with tools like Kibana for a familiar experience with enhanced speed.
Key capabilities include:
services:
manticore:
image: manticoresearch/manticore:latest
container_name: manticore
restart: unless-stopped
ports:
- "9306:9306"
- "9308:9308"
- "9312:9312"
volumes:
- ./manticore-data:/var/lib/manticore
environment:
- EXTRA=1
# No sensitive environment variables are required for the default Manticore Search deployment.
Auto-fetched about 12 hours ago
Auto-fetched about 12 hours ago