Daniel Valdivia
Daniel Valdivia
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.
We need a component that takes a valid query and builds a list of ways to consume that query on MinSQL via HTTP request in multiple languages. We need to...
We need a component that will render the results on a listing API call and render a table with pagination. - [ ] Render the results of a listing API...
We need to build a `query builder` screen that allows users to reverse build the `Abstract Syntax Tree` of a query by prompting them with suggestions as they type. A...
We need an API to allow for login into the MinSQL UI, the generated sessions tokens should be stored on the `Metabucket` and cached on the MinSQL side. A `listen_bucket_notification`...
We need to build a compactor that continuously compact log files from smaller chunk sizes up to 2GB files, grouped per day. We need an atomic merge operation on `MinIO`...
### Preflight Checklist * [X] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [X] I have searched the issue tracker for a feature request...
Some python packages need `gcc` to install due to their build wheels needing it for installation, for example `numpy` requires `pycocotools` which requires `gcc` to complete installation. As `elyra/kf-notebook:3.11.0` doesn't...