From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

InfluxDB-Client-Simple - Version 1.00
InfluxDB::Client::Simple provides an easy way to interact with an InfluxDB server.
Its main features over InfluxDB::HTTP (from which it's derived) are:
* Minimal dependencies (no Object::Result and its dependencies)
* Possible use of UDP protocol for writing
Note that this version contains API changes that may break code using the previous 0.x branch.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc InfluxDB::Client::Simple
You can also look for information at:
Github
AnnoCPAN, Annotated CPAN documentation
CPAN Ratings
Search CPAN
LICENSE AND COPYRIGHT
This software is copyright (c) 2020 by Arnaud (Arhuman) ASSAD.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.