Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace elastic with zinc ( golang ) #2380

Closed
gedw99 opened this issue Jan 13, 2022 · 7 comments
Closed

Replace elastic with zinc ( golang ) #2380

gedw99 opened this issue Jan 13, 2022 · 7 comments
Labels
enhancement New feature or request

Comments

@gedw99
Copy link

gedw99 commented Jan 13, 2022

Is your feature request related to a problem? Please describe.

just like we have SQLite db we can use zinc which is a drop in replacement / alternative for Elastic

https://github.com/prabhatsharma/zinc

There is a go client now too :

https://github.com/opensearch-project/opensearch-go

@gedw99 gedw99 added the enhancement New feature or request label Jan 13, 2022
@mobiletoly
Copy link

Isn't it Zinc states that "Note: Zinc and all its APIs are considered to be alpha stage at this time. Expect breaking changes in API contracts and data format before at this stage."

Not sure that Temporal team should do something under this stage of Zinc development.

@irab
Copy link

irab commented Jan 19, 2022

List of things that Zinc doesn't support 👀 :

  • High availability
  • Distributed reads and writes
  • Geospatial search.
  • Index storage in memory
  • Index storage in s3

@gedw99
Copy link
Author

gedw99 commented Jan 19, 2022

Totally true . My point was that it will be possible once it matures

@gedw99
Copy link
Author

gedw99 commented Jan 19, 2022

List of things that Zinc doesn't support 👀 :

  • High availability
  • Distributed reads and writes
  • Geospatial search.
  • Index storage in memory
  • Index storage in s3

the other one then is:
https://github.com/mosuka/phalanx

It’s aim is not to imitate the Elastic Search API though.

@gedw99
Copy link
Author

gedw99 commented Jan 28, 2022

@irab yes Zinc is not ready yet. But it is progressing.

They have the same things that you raised on their roadmap at: https://github.com/prabhatsharma/zinc#roadmap-items

zincsearch/zincsearch#60 discussed the Scale out and HA asepcts.

@gedw99
Copy link
Author

gedw99 commented Oct 19, 2022

It uses Minio s3 now, in order to have scale and HA.

Its has Geospatial search.

All these aspects are reasonable new but are used by users.

@sync-by-unito sync-by-unito bot closed this as completed Mar 3, 2023
@yiminc yiminc reopened this Mar 3, 2023
@yiminc
Copy link
Member

yiminc commented Sep 1, 2023

No immediate plan to work on this.

@yiminc yiminc closed this as completed Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants