InfluxDB fdw 0.1 released

From: Mototaka Kanematsu <mototaka(dot)kanematsu(at)toshiba(dot)co(dot)jp>
To: pgsql-announce(at)postgresql(dot)org
Subject: InfluxDB fdw 0.1 released
Date: 2018-12-07 03:49:57
Message-ID: 201812070349.wB73nuVo024734@toshiba.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

We have just released version 0.1 of the Foreign Data Wrapper for InfluxDB.

This release can work with PostgreSQL 9.6, 10 and 11.
This release supports following features :

- WHERE clauses including timestamp, interval and now functions are pushed down
- Simple aggregation without GROUP BY are pushed down

Limitations

- INSERT, UPDATE and DELETE are not supported.
- Result sets have different number of rows depending on specified target list.
- Complex boolean conditions not allowed in InfluxDB like WHERE b = (a = true) may cause error.
- Conditions including NULL may cause error.

This is developed by Toshiba Software Engineering & Technology Center.
Please see the repository for details.

Source repository : https://github.com/pgspider/influxdb_fdw

Best Regards,
Mototaka Kanematsu

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2018-12-09 20:35:13 == PostgreSQL Weekly News - December 9, 2018 ==
Previous Message Stefanie Janine Stölting 2018-12-05 20:40:52 pgsql_tweaks 0.3.0 released