Zinc is a next generation search engine written in Go
Zinc Search engine. A lightweight alternative to Elasticsearch that requires minimal resources, written in Go.
Zinc is a search engine that does full text indexing. It is a lightweight alternative to Elasticsearch and runs using a fraction of the resources. It uses bluge as the underlying indexing library.
It is very simple and easy to operate as opposed to Elasticsearch which requires a couple dozen knobs to understand and tune which you can get up and running in 2 minutes
It is a drop-in replacement for Elasticsearch if you are just ingesting data using APIs and searching using kibana (Kibana is not supported with zinc. Zinc provides its own UI).
Check the below video for a quick demo of Zinc.
Features
- Provides full text indexing capability
- Rich admin user-interface
- Single binary for installation and running. Binaries available under releases for multiple platforms.
- Web UI for querying data written in Vue
- Compatibility with Elasticsearch APIs for ingestion of data (single record and bulk API)
- Out of the box authentication
- Schema less - No need to define schema upfront and different documents in the same index can have different fields.
- Index storage in s3 and minio (experimental)
- aggregation support
- Search filters
- Supports bulk ingestion
- Comes with a rich API set
- Built-in query editor
- It supports complex queries
License
Zinc is an open-source released under the Apache License Version 2.0.