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

Comparision to Vector (https://vector.dev/) #59

Closed
ypid-geberit opened this issue Jun 22, 2020 · 5 comments
Closed

Comparision to Vector (https://vector.dev/) #59

ypid-geberit opened this issue Jun 22, 2020 · 5 comments

Comments

@ypid-geberit
Copy link

ypid-geberit commented Jun 22, 2020

Seems you have similarities with https://vector.dev/. Both are written in Rust. Do you know this project?

@ypid-geberit ypid-geberit changed the title Comparision to vector.dev Comparision to Vector (https://vector.dev/) Jun 22, 2020
@vche
Copy link
Contributor

vche commented Jun 22, 2020

Hi !
Yes, I looked at it a year ago, while it still was in beta.
I did not test it though and am unable to provide you any comparison or benchmarking.

@ypid-geberit
Copy link
Author

At least for my use case, Vector seems better suited because Flowgger is currently missing ES output (ref: #11).

@vche Why do you prefer Flowgger over Vector?

@vche
Copy link
Contributor

vche commented Jun 22, 2020

You are right that vector has more output modules, and if you need ES in flowgger it would need to be added, which is not currently planned.

Flowgger is smaller than vector and has a less code. It allows compiling only the required input/output in order to minimize space and memory footprint (although to be fair i don't know if vector allows that as well now), as well as required dependencies.

Using a recently added passthrough options allows getting data from different sources, e.g. using different versions of RFC3164 for instance, or add a custom timestamp to the output file, features that we need.

In addition, at the time we started to work with flowgger, vector was only in alpha while flowgger was in use for much longer with a better history record regarding stability.

Keep in mind that I only looked at vector a year ago when it was still in alpha, so a lot might have changed since then.

@ypid-geberit
Copy link
Author

Thank you very much.

@Hoverbear
Copy link

There is also the http://tremor.rs/ project in our cozy ecosystem ☺️ !

Hi @Licenser!

@vche vche closed this as completed Nov 22, 2021
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