minsql
minsql copied to clipboard
High-performance log search engine.
After cloninig this repository and doing: `docker build . -t minio/minsql` I'm getting: ``` Browserslist: caniuse-lite is outdated. Please run next command npm update Killed npm ERR! code ELIFECYCLE npm...
Following along with the minsql repo documentation and the examples, I fail to create a datastore after setting minsql up with a metabucket. The below command points to some playground...
Following the documentation on the minsql github repo page, the example doesn't work. The mc container is supposed to create a minsql-meta bucket, and the output from the conainer is...
The new async/await syntax is coming and tokio and hyper already adopted that syntax in their master branches, so we should prepare to adopt it as well.
We are going to move Tokens to Username/Password pair and pass them using basic http auth rather than a header
If we delete a datastore we need to ensure all logs referencing it are also updated.
Adding a new Log doesn't auto start an ingest buffer
We need an API implementation to do CRUD operations on the `datastores` object. - [x] Listing of datastores (GET) - [x] Creation of a datastore (POST) - [x] Viewing of...
Seed a `play` log and datastore with each new minsql installation.