quickwit
quickwit copied to clipboard
Cloud-native search engine for observability. An open-source alternative to Datadog, Elasticsearch, Loki, and Tempo.
# Problem Today we do not really understand how long is spent in the different phase of a data request. Ideally we would like a breakdown of did we need...
The http client used by rusoto S3 is https://docs.rs/hyper/0.14.19/hyper/ I think it comes with the default conf. In our case, we might want to set up the TCP_NO_DELAY setting https://docs.rs/hyper/0.14.19/hyper/client/struct.HttpConnector.html#method.set_nodelay...
Now that we have an indexing server, we can expose some nice prometheus metrics.
On quickwit.io, the `main-branch` install docs points to the latest release binaries. It could be nice to point to the nightly binaries.
1. The ingestion logs end with `exit_status=Killed`, that is misleading 2. The ingestion logs should make it clear that they append data, at the end they could also additionally display...
The root directory has a loooooot of content. a) all subprojects b) junk and configuration. As a side effect, reading the README on github requires scrolling several screen, and the...
Improve (or just check) that tutorial with "search on AWS S3" shows how to set correctly the AWS env
For example, we can make sure that AWS S3 is reachable from the instance by using the AWS CLI to: - check the bucket existence - make a put /...
Cluster::join has 8 complicated arguments, and a bunch of helper functions for tests. We should introduce a ClusterConfig object, possibly with a builder pattern. We can also rely on chitchat's...
## Issue Outline Currently there is no fuzzy support in quickwit. Fuzzy aims to provide a solution for mistypings (typographical errors). This is often done by finding all terms within...