Zinc Search engine. A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
Go to file
hengfeiyang 1587fbf546 organize Environment 2022-05-19 21:14:26 +08:00
.devcontainer added devcontainer 2022-03-23 12:38:00 +00:00
.github/ISSUE_TEMPLATE image update 2022-04-25 15:00:27 -07:00
.vscode new ui (#116) 2022-03-20 22:53:45 -07:00
cmd/zinc organize Environment 2022-05-19 20:34:42 +08:00
examples added sample to load word files in ZincSearch 2022-05-11 13:52:29 -07:00
helm/zinc image update 2022-04-25 15:00:27 -07:00
k8s setup ingress for playground 2022-05-11 11:14:42 -07:00
pkg organize Environment 2022-05-19 21:14:26 +08:00
screenshots readme update 2022-02-14 19:32:14 -08:00
test organize Environment 2022-05-19 21:14:26 +08:00
web Merge branch 'typescript' 2022-05-18 06:47:31 -07:00
.dockerignore minio, version 2022-02-01 22:27:13 -08:00
.gitignore add ignore file 2022-05-19 15:02:17 +08:00
.goreleaser.yml updated image 2022-04-30 13:43:28 -07:00
build.sh changed references from prabhatsharma to zinc 2022-04-17 07:42:23 -07:00
buildspec.yml updated image 2022-04-30 13:43:28 -07:00
CONTRIBUTING.md changed references from prabhatsharma to zinc 2022-04-17 07:42:23 -07:00
COPYRIGHT style: add copyright 2022-04-29 21:21:37 +08:00
coverage.sh fixed coverage to work in linux 2022-05-18 04:54:32 -07:00
develop.sh refac: edit dev files and Dockerfile 2021-12-15 17:41:24 +03:00
Dockerfile incremented golang to 1.17 2022-04-17 09:39:50 -07:00
Dockerfile.hub incremented golang to 1.17 2022-04-17 09:39:50 -07:00
embed_test.go Merge branch 'main' into testing1 2022-05-03 02:31:11 -07:00
embed.go fixed copyright 2022-04-29 17:14:24 -07:00
go.mod update go mod 2022-05-18 20:20:18 +08:00
go.sum update go mod 2022-05-18 20:20:18 +08:00
LICENSE Initial commit 2021-12-02 04:49:42 -08:00
multiarch.sh updated image 2022-04-30 13:43:28 -07:00
README.md removed alpha 2022-05-18 14:49:06 -07:00
test.sh add tests 2022-05-17 23:08:09 +08:00

Zinc Search Engine

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.

Zinc Youtube

Playground Server

You could try ZincSearch without installing using below details:

Server https://playground.dev.zincsearch.com
User ID admin
Password Complexpass#123

Note: Do not store sensitive data on this server as its available to everyone on internet. Data will also be cleaned on this server regularly.

Join slack channel

Slack

Why zinc

While Elasticsearch is a very good product, it is complex and requires lots of resources and is more than a decade old. I built Zinc so it becomes easier for folks to use full text search indexing without doing a lot of work.

Features:

  1. Provides full text indexing capability
  2. Single binary for installation and running. Binaries available under releases for multiple platforms.
  3. Web UI for querying data written in Vue
  4. Compatibility with Elasticsearch APIs for ingestion of data (single record and bulk API)
  5. Out of the box authentication
  6. Schema less - No need to define schema upfront and different documents in the same index can have different fields.
  7. Index storage in s3 and minio (experimental)
  8. aggregation support

Roadmap items:

  1. High Availability
  2. Distributed reads and writes
  3. Geosptial search
  4. Raise an issue if you are looking for something.

Screenshots

Search screen

Search screen 1 Search screen for games

User management screen

Users screen

Getting started

Download / Installation / Run

Check installation installation docs

Data ingestion

Single record

Check single record ingestion docs

Bulk ingestion

Check bulk ingestion docs

Fluent bit

Check fluet-bit ingestion docs

Syslog-ng

Check syslog-ng ingestion docs

API Reference

Check Zinc API docs

How to develop and contribute to Zinc

Check the contributing guide

Who uses Zinc (Known users)?

  1. Quadrantsec

Please do raise a PR adding your details if you are using Zinc.