quackpipe
quackpipe copied to clipboard
GigAPI Roadmap
The following tasks are currently pending (WIP)
- [ ] Insert API
- [x] add
/writeendpoints for InfluxDB3 compatibility #66 - [x] support
dbURL parameter for InfluxDB3 compatibility - [x] support
dbfrom path suffix ie:/write/{dbname}@akvlad - [ ] support
dbfrom namespace in metrics name (db.metric) @akvlad - [ ] implement rudimentals for other ingestion modules (hep, ch, etc) @akvlad
- [ ] return correct HTTP responses (ie: 204 for ingestion)
- [x] add
- [ ] Flight SQL API
- [ ] Query API
- [x] SQL Query engine w/ parameters
- [ ] Embed query module into gigapi all-in-one
- [x] Parquet API
- [x] Add
DBlevel for inserts 96621a49db59cfb64880dbe3223dd11563085d27 - [x] Add Config for Compactor 96621a49db59cfb64880dbe3223dd11563085d27
- [x] Add
- [x] Configuration
- [x] Basic ENV settings for
gigapi96621a49db59cfb64880dbe3223dd11563085d27
- [x] Basic ENV settings for
- [ ] Execution
- [ ] Enable option for
writer,reader,compactormode - [ ] Compactor
- [ ] Stand-alone
compactormode for custom compaction of older data, etc
- [ ] Stand-alone
- [ ] Enable option for
- [ ] Cleanup
- [ ] Update the existing API to use the new querier service
- [ ] Remove any unecessary components (quack*)