influxdb
influxdb copied to clipboard
Edge MVP
The Edge MVP should be able to do the following:
- Accept writes to
api/v3/write_lpwith line protocol - Respond to FlightSQL queries
- Respond to
api/v3/query_sqland return data in pretty print, json lines, csv, or arrow buffer - Persist buffered Catalog to configured object store (can be configured to point at local disk)
- Persist buffered data as Parquet files in object store (can be configured to point at local disk)
- Optionally write buffered data into a WAL on locally attached disk, which can be recovered from
- Bearer token all-or-nothing auth optionally configured
I'll write all of this up in more detail over the following weeks. For now here's a high level task list:
### Tasks
- [x] Fix CI, ensure Docker images building
- [ ] https://github.com/influxdata/influxdb/issues/24554
- [ ] https://github.com/influxdata/influxdb/issues/24555
- [ ] https://github.com/influxdata/influxdb/issues/24557
- [ ] https://github.com/influxdata/influxdb/issues/24558
- [ ] https://github.com/influxdata/influxdb/issues/24556
- [ ] https://github.com/influxdata/influxdb/issues/24649
- [ ] https://github.com/influxdata/influxdb/issues/24661
- [ ] https://github.com/influxdata/influxdb/issues/24651
- [ ] https://github.com/influxdata/influxdb/issues/24643
- [ ] https://github.com/influxdata/influxdb/issues/24644
- [ ] https://github.com/influxdata/influxdb/issues/24645
- [ ] https://github.com/influxdata/influxdb/issues/24647
- [ ] https://github.com/influxdata/influxdb/issues/24653
Checked off that CI was fixed with PRs: #24562 #24563 #24564 #24566
I put the wrong issue to close in my PR. I've reopened it.
Okay now we're done for real this time