InfluxCommunity / influxdb3-go

The go package that provides a simple and convenient way to interact with InfluxDB 3.
https://pkg.go.dev/github.com/InfluxCommunity/influxdb3-go
MIT License
21 stars 11 forks source link

Support management api #82

Closed thulasirajkomminar closed 1 week ago

thulasirajkomminar commented 2 months ago

The new V3 management api lets the user manage databases and database tokens. Is it already in the roadmap to implement this?

bednar commented 2 months ago

Hi @thulasirajkomminar,

Thank you for your suggestions! We have added these requirements to our backlog. As of now, we do not have a specific timeline for when we will start working on these enhancements.

Given the situation, would you be interested in contributing to the development of these features? We greatly appreciate community involvement and would be thrilled to collaborate with you on this. If you're interested, please let us know.

Best Regards

thulasirajkomminar commented 2 months ago

@bednar Yes working on it. Shall I create a PR in this repo or do you want the management api in a new repo?

bednar commented 2 months ago

Feel free to create PR in this repo.

xorphitus commented 1 month ago

Although it's still a draft, I've made a minimum PR #86.

bednar commented 1 week ago

Some management features were implemented by #87 and #86. Please feel free to extend these contributions if they do not cover your requirements.