Skip to content

Commit

Permalink
fix references to openobserve (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhatsharma committed Jun 1, 2023
1 parent d7fc810 commit 21a659a
Showing 1 changed file with 19 additions and 21 deletions.
40 changes: 19 additions & 21 deletions README.md
@@ -1,7 +1,8 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/zincsearch/zincsearch)](https://goreportcard.com/report/github.com/zincsearch/zincsearch)
[![Docs](https://img.shields.io/badge/Docs-Docs-green)](https://zincsearch-docs.zinc.dev/) [![codecov](https://codecov.io/github/zincsearch/zincsearch/branch/main/graph/badge.svg)](https://codecov.io/github/zinclabs/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 [zinclabs/zincobserve](https://github.com/zinclabs/zincobserve) project built in rust that is specifically built for log search use case.
❗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](https://github.com/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](https://github.com/blugelabs/bluge) as the underlying indexing library.
Expand All @@ -16,7 +17,7 @@ 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.
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:

Expand All @@ -36,38 +37,37 @@ Documentation is available at [https://zincsearch-docs.zinc.dev/](https://zincse
# Screenshots

## Search screen

![Search screen](./screenshots/search_screen.jpg)

## User management screen

![Users screen](./screenshots/users_screen.jpg)

# Getting started


## Quickstart

Check [Quickstart](https://zincsearch-docs.zinc.dev/quickstart/)


# Releases

ZincSearch has hundreds of production installations is in GA.

ZincSearch has hundreds of production installations.

# ZincSearch Vs ZincObserve
# ZincSearch Vs OpenObserve

| Feature | ZincSearch | ZincObserve |
----------------------|-----------|-----------------------------------|
| 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, [ZincObserve](https://github.com/zinclabs/zincobserve) |
| ES API compatibility| Yes | Yes |
| GUI | Basic | Very Advanced, including dashboards |
| Cost | Open source | Open source|
| Get started | [Open source docs](https://zincsearch-docs.zinc.dev/quickstart/) | [Open source docs](https://docs.zinc.dev/quickstart) or [Cloud](https://observe.zinc.dev) |
| 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](https://github.com/openobserve/openobserve) |
| ES API compatibility | Yes | Yes |
| GUI | Basic | Very Advanced, including dashboards |
| Cost | Open source | Open source |
| Get started | [Open source docs](https://zincsearch-docs.zinc.dev/quickstart/) | [Open source docs](https://openobserve.ai/docs) or [Cloud](https://cloud.openobserve.ai) |

# Community

Expand All @@ -85,5 +85,3 @@ You can use ZincSearch to index and search any data. Here are some examples that
1. https://github.com/devjopa/golab-search
1. https://github.com/avaco2312/zincsearch
1. https://github.com/paolorossig/email-indexer


0 comments on commit 21a659a

Please sign in to comment.