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

Simplify write() methods for use cases writing all points to same database and retention policy #327

Merged
merged 3 commits into from
Jun 13, 2017
Merged

Commits on May 30, 2017

  1. Simplify the write methods, ignore maven directory

    - Added optional state to InfluxDB interface and implementation to provide database, retention policy, and consistency
    - Added new write() methods based on non-batch point calls to remove need to specify database, retention policy, and consistency
    - Added tests around new write() methods
    - Added .m2 directory to git ignore
    Andy Feller committed May 30, 2017
    Configuration menu
    Copy the full SHA
    8bec5b8 View commit details
    Browse the repository at this point in the history
  2. updated readme to highlight new simpler write() methods

    Andy Feller committed May 30, 2017
    Configuration menu
    Copy the full SHA
    165d859 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into simplify-write-db-rp

    Andy Feller committed May 30, 2017
    1 Configuration menu
    Copy the full SHA
    5b462fd View commit details
    Browse the repository at this point in the history