influxdb icon indicating copy to clipboard operation
influxdb copied to clipboard

Edge Alpha

Open pauldix opened this issue 1 year ago • 0 comments

The Alpha will be the first public facing release of InfluxDB 3.0 Edge. For that we'll want to have a fully functioning server that has had some level of internal performance testing, public facing documentation, and public facing builds. It should include the ability to write data via the v1, v2, or v3 Line Protocol APIs, query via v1 InfluxQL API, v3 query_sql, and query_influxql, and FlightSQL and InfluxQL via Flight. It should persist all data to object storage (or a local disk). A stretch goal will be to include an embedded VM for processing data.

### Tasks
- [ ] Getting started documentation
- [ ] Update README
- [ ] Docker builds
- [ ] Binary builds
- [ ] Homebrew builds
- [ ] Update CONTRIBUTING
- [ ] Basic Performance Testing
- [ ] Linux packages (deb & rpm)
- [ ] v1 write API
- [ ] v2 write API
- [ ] v1 InfluxQL query API
- [ ] End-to-end API tests
- [ ] Embedded VM (alpha release not gated on this)
- [ ] V3 Write API & Data Model (alpha release not gated on this)

pauldix avatar Feb 08 '24 16:02 pauldix