zincsearch/zincsearch
Fork: 677 Star: 15590 (更新于 1970-01-01 00:00:00)
license: NOASSERTION
Language: Go .
ZincSearch . A lightweight alternative to elasticsearch that requires minimal resources, written in Go.
最后发布版本: v0.4.9 ( 2023-09-13 17:27:34)
❗Note: If your use case is of log search (app and security logs) instead of app search (implement search feature in your application or website) then you should check openobserve/openobserve project built in rust that is specifically built for log search use case.
ZincSearch
ZincSearch 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 ZincSearch. ZincSearch provides its own UI).
Check the below video for a quick demo of ZincSearch.
Why ZincSearch
While Elasticsearch is a very good product, it is complex and requires lots of resources and is more than a decade old. I built ZincSearch so it becomes easier for folks to use full text search indexing without doing a lot of work.
Features:
- Provides full text indexing capability
- 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 disk
- aggregation support
Documentation
Documentation is available at https://zincsearch-docs.zinc.dev/
Screenshots
Search screen
User management screen
Getting started
Quickstart
Check Quickstart
Releases
ZincSearch has hundreds of production installations.
ZincSearch Vs OpenObserve
Feature | ZincSearch | OpenObserve |
---|---|---|
Ideal use case | App search | Logs, metrics, traces (Immutable Data) |
Storage | Disk | Disk, Object (S3), GCS, MinIO, swift and more. |
Preferred Use case | App search | Observability (Logs, metrics, traces) |
Max data supported | 100s of GBs | Petabyte scale |
High availability | Not available | Yes |
Open source | Yes | Yes, OpenObserve |
ES API compatibility | Yes | Yes |
GUI | Basic | Very Advanced, including dashboards |
Cost | Open source | Open source |
Get started | Open source docs | Open source docs or Cloud |
Community
-
How to develop and contribute to ZincSearch
Check the contributing guide . Also check the roadmap items
Examples
You can use ZincSearch to index and search any data. Here are some examples that folks have created to index and search enron email dataset using zincsearch:
最近版本更新:(数据更新于 1970-01-01 00:00:00)
2023-09-13 17:27:34 v0.4.9
2023-08-22 22:41:05 v0.4.8
2023-06-16 12:53:35 v0.4.7
2023-06-14 13:18:00 v0.4.6
2023-04-25 17:02:27 v0.4.5
2023-04-22 12:37:11 v0.4.4
2023-03-21 22:08:59 v0.4.3
2023-03-08 01:25:04 v0.4.2
2023-02-24 23:33:58 v0.4.1
2023-02-16 11:52:55 v0.4.0
主题(topics):
elasticsearch, go, golang, modern, opensearch, search, searchengine, vuejs
zincsearch/zincsearch同语言 Go最近更新仓库
2024-11-05 08:55:31 XTLS/Xray-core
2024-11-05 00:03:47 SagerNet/sing-box
2024-11-04 20:34:19 Permify/permify
2024-11-04 15:07:27 containerd/containerd
2024-11-03 20:10:56 flipped-aurora/gin-vue-admin
2024-11-03 00:46:25 dolthub/dolt