-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Beefed up influx client README #2095
Conversation
Great stuff. We should also add some files in the An example of how that is done is here: This can be done under a separate pull request as well. |
Tx Cory! Ask and you shall receive, my son... Updated the PR to add the main client examples. |
Awesome. +1 from me. |
@derailed -- I don't see your name on the CLA. Can you please sign it? |
Please refer to [http://godoc.org/github.com/influxdb/influxdb/client](http://godoc.org/github.com/influxdb/influxdb/client) | ||
## Description | ||
|
||
A Go client library written and maintain by the **InfluxDB** team. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maintain -> maintained
|
||
### Connecting To Your Database | ||
|
||
Connecting to an **InfluxDB** database is straight forward. You will need a host |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
straightforward is one word.
Thanks @derailed -- this is very helpful. We just need some copy changes, and to make it clear there is no default user in 0.9, and we should be good to go. Don't forget the CLA. |
@derailed -- here is the CLA: |
👍 for me as well after the changes - this is awesome! |
Thank you all for the feedback! I've updated the PR per your comments. |
Thanks for signing the CLA too @derailed |
Beefed up influx client README
Left what was already there, but added much needed code samples to showcase the client API.