Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Write API - POCO #93

Open
admo-1 opened this issue Apr 23, 2024 · 3 comments
Open

Write API - POCO #93

admo-1 opened this issue Apr 23, 2024 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@admo-1
Copy link

admo-1 commented Apr 23, 2024

Use Case

In my opinion, writing by POCO was quite neat in the InfluxDB v2 library. It would be interesting to have the same feature in the InfluxDB v3 library.

Expected behavior

var temperature = new Temperature {Location = "south", Value = 62D, Time = DateTime.UtcNow};
client.WriteMeasurement(temperature, WritePrecision.Ns, "bucket_name", "org_id");

Actual behavior

Write by LineProtocol or Write by Point

Additional info

No response

@bednar
Copy link
Member

bednar commented Apr 24, 2024

Hi @admo-1,

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

@admo-1
Copy link
Author

admo-1 commented Apr 24, 2024

I could give it a try! Is there any document specifying the how-to and the best practices related to collaboration? I'm not an amazing developer so it might help me determine whether I'm good enough for this

@bednar
Copy link
Member

bednar commented Apr 24, 2024

Please ensure that your code is well-covered by tests and properly formatted using dotnet format ..

@bednar bednar added enhancement New feature or request help wanted Extra attention is needed labels Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants