zincsearch/zincsearch: 一个进行全文索引的搜索引擎。它是 Elasticsearch 的轻量级替代品,运行时只使用一小部分资源。它使用蓝色作为底层索引库 · Issue #629 · awesome-ops/awesome-ops.github.io · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❗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
7861
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.
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:
❗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 7861 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:
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
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:
The text was updated successfully, but these errors were encountered: