一个简单的infloxdb客户端库。

inflow的Python项目详细描述


……图片::https://travis-ci.org/AdvancedClimateSystems/inflow.svg?分支=开发
:目标:https://travis ci.org/AdvancedClimateSystems/inflow

…图片::https://coveralls.io/repos/github/advancedClimateSystems/inflow/badge.svg?branch=development
:目标:https://coveralls.io/github/AdvancedClimatesystems/inflow?branch=开发一个简单的python客户机库。它是
“正式infloxdb python客户端库”的替代方案。

inflow正式支持python 2.7及更高版本,但建议使用最新的python 3版本


infloxdb在1.0及更高版本中受支持。

警告:这个项目仍在开发中,可能有用,
或不可用。api可能会改变,甚至被删除。因此请小心。
一旦发布稳定版本,此消息将被删除。

示例
----


您可以用几种不同的方法编写测量值,但是编写一个
“温度”测量值非常简单:

代码::python


inflow import client
client=client('http://username:pass@localhost:8086/databasename')
client.write('temperature',value=21.3)


有关如何使用客户端的更多示例和文档,请转到:ref:`measurements`
和:ref:`querying`.

代码:

$pip install inflow

license
----


inflow根据“Mozilla公共许可证”获得许可。版权所有©2016“高级气候系统”。外部参考:
…_高级气候系统:http://www.advancedcalimate.nl/
…_ Mozilla公共许可证:https://github.com/advancedClimateSystems/inflow/blob/master/license
。_ infloxdb:https://github.com/infloxdata/infloxdb
。_官方infuxdb python客户端库:https://github.com/infuxdata/infuxdb python
…_阅读文档:https://inflow.read the docs.io/en/latest
。_ github:https://github.com/AdvancedClimateSystems/inflow

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java SimpleCursorAdapter删除值   java结束while循环条件   java检查设备是否连接到特定网络   java组织。冬眠MappingException找不到逻辑名称为annotation getter的列   为什么java邮件中会抛出此异常?   加载SDK时发生java Eclipse错误   返回奇怪输出的Java数组   JavaXStream和对象类序列化   将枚举列表传递给namedQuery后出现java非法转换异常。Hibernate中的setParameter()   java Android studio不允许我在字符串上使用开关?   有没有办法从Java程序访问存储在Chrome中的cookie   java在枚举中构造实例而不修改枚举类   java Blackberry JDE FieldChangeListener   java修复错误:未报告的异常InterruptedException   java Spring数据JPA:findAll(具有规范和可分页)在计数查询中失败