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

Compatibility with elasticsearch APIs #52

Closed
iFrozenPhoenix opened this issue Dec 21, 2021 · 4 comments
Closed

Compatibility with elasticsearch APIs #52

iFrozenPhoenix opened this issue Dec 21, 2021 · 4 comments

Comments

@iFrozenPhoenix
Copy link

iFrozenPhoenix commented Dec 21, 2021

First of all, this is a really cool project, with really impressive response times in searches.

According to the docs there are currently a thew ES APIs implemented.
I'd like to ask if compatibility, I mean in regards of a drop-in replacement for workloads where ES is the backend, is intended?

Are there already experiences with deployments where ES is normally used as a backend like Jaeger, OpenCTI or other projects?

@iFrozenPhoenix iFrozenPhoenix changed the title Compatibility with elasticsearch Compatibility with elasticsearch APIs Dec 21, 2021
@prabhatsharma
Copy link
Collaborator

Zinc is still in alpha. It currently provides compatibility only with log ingestion APIs (individual records and bulk)

@iFrozenPhoenix
Copy link
Author

@prabhatsharma ok I have understood that, but what is the target?
Is it the target to be compatible or is it the target to be a standalone product that is similar to ES?

@prabhatsharma
Copy link
Collaborator

Target is to build a system that allows users to analyze their logs well, which does not necessarily mean ES compatibility. Ingestion APIs were easy to make compatible and made a lot of sense as ingestion using fluentnbit/fluentd/vector and anything else required no additional effort once this is done. However rebuilding ES APIs and its DSL would be a lot more work and I think that effort will be well spent doing other things.

@thomas-mc-work
Copy link

too bad 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants