ZincSearch
ZincSearch is a lightweight full-text search engine with a built-in web UI for querying, indexing, and managing your data. It is designed as a resource-efficient alternative to Elasticsearch.
What You Can Do After Deployment
- Visit your domain — Access the ZincSearch web console and log in with your admin credentials
- Create an index — Define your first search index through the web UI or API
- Ingest data — Send JSON documents to your index via the Elasticsearch-compatible API
- Run full-text searches — Use the web UI or API to perform powerful search queries
- Manage users — Create additional user accounts from the Users screen
Key Features
- Built-in web UI for searching, querying, and user management
- Elasticsearch-compatible ingestion and search APIs
- Extremely low resource usage compared to Elasticsearch
- Full-text indexing with aggregation support
- Multi-tenancy with user-level access control
- Supports JSON, CSV, and bulk ingestion formats
- High-performance storage with BlugeIndex
- REST API for programmatic access
- Single binary deployment with no external dependencies
- Open-source under Apache-2.0 license
License
Apache-2.0 — GitHub