Shawn
|
9327c0f51b
|
fix(mysql_bridge): export the query_mode option to the APIs
|
2022-08-25 11:38:50 +08:00 |
JimMoen
|
a481e8e2ee
|
fix(influxdb): refine influxdb bridge example
|
2022-08-24 14:44:53 +08:00 |
JimMoen
|
eb21a37145
|
Merge pull request #8785 from JimMoen/feat-influxdb-config
Remove influxdb connector config layer. See #8773
|
2022-08-24 10:56:26 +08:00 |
Shawn
|
4ac6f12252
|
refactor: configs and APIs for mysql bridge
|
2022-08-24 10:08:03 +08:00 |
JimMoen
|
ca6533395c
|
feat: influxdb bridge structure fits new style
|
2022-08-24 09:59:22 +08:00 |
Shawn
|
aea8c77b49
|
refactor: new config structure for mqtt bridge
|
2022-08-22 18:24:59 +08:00 |
lafirest
|
4ad04b646f
|
Merge pull request #8759 from lafirest/feat/mysql_batch_query
feat(bridge): add `on_batch_query` on emqx_connector_mysql
|
2022-08-22 17:22:39 +08:00 |
firest
|
2471580c47
|
fix(bridge): make spellcheck happy
|
2022-08-22 15:58:11 +08:00 |
JimMoen
|
2648362c62
|
fix(bridge): password for bridge/db format as `password` for dashboard
|
2022-08-19 15:54:19 +08:00 |
JimMoen
|
06363e63d9
|
fix(influxdb): connector use a fallbacke `pool_size` for influxdb client
|
2022-08-19 15:54:19 +08:00 |
firest
|
dce47aac17
|
fix(bridge): don't export internal fields
|
2022-08-19 15:31:37 +08:00 |
firest
|
8d8afd1688
|
feat(bridge): add `on_batch_query` on emqx_connector_mysql
|
2022-08-19 13:16:22 +08:00 |
Shawn
|
de3a325953
|
fix: revert the changes in connector mysql
|
2022-08-16 09:06:13 +08:00 |
Xinyu Liu
|
2898966439
|
Merge branch 'dev/ee5.0' into resource_opts
|
2022-08-15 21:43:22 +08:00 |
Shawn
|
19d85d485b
|
refactor(resource): add resource_opts level into config structure
|
2022-08-15 21:40:10 +08:00 |
JimMoen
|
d0e923590e
|
fix: write influxdb line with undefined value
|
2022-08-15 14:02:17 +08:00 |
JimMoen
|
68946f1f6c
|
feat: influxdb support `async`/`batch_async` query
|
2022-08-15 14:02:17 +08:00 |
JimMoen
|
b01ae8ece6
|
chore: refine influxdb bridge/connector i18n
|
2022-08-15 14:00:14 +08:00 |
Shawn
|
b3162fe5ff
|
fix: conflicts between master and ee5.0
|
2022-08-14 22:24:09 +08:00 |
JimMoen
|
594d071c05
|
feat(influxdb): add async callback
|
2022-08-12 18:26:47 +08:00 |
JimMoen
|
441d8c9d57
|
chore: bump `influxdb-client-erl` vsn
|
2022-08-12 18:26:42 +08:00 |
JimMoen
|
fa5e8f1422
|
chore: refine i18n label
|
2022-08-12 16:39:03 +08:00 |
lafirest
|
404e79b7d7
|
Merge pull request #8687 from lafirest/fix/bridge_mysql
fix(bridge): replace prepare_statement by sql_template
|
2022-08-12 10:12:34 +08:00 |
JimMoen
|
0c1285cdab
|
fix: bridge creation opts refs
|
2022-08-12 10:07:54 +08:00 |
JimMoen
|
db3e4f0b90
|
fix: flatten Points list
|
2022-08-11 20:58:56 +08:00 |
JimMoen
|
3a76a50382
|
fix: syntax error and compile error
|
2022-08-11 20:58:43 +08:00 |
Shawn
|
2872f0b668
|
fix(bridges): support create resources with options
|
2022-08-11 19:11:44 +08:00 |
JimMoen
|
0f6c371760
|
feat(influxdb): influxdb connector add `on_batch_query/3` callback
|
2022-08-11 18:12:41 +08:00 |
firest
|
dc80499399
|
fix(bridge): add sql_template field format
|
2022-08-11 15:58:48 +08:00 |
firest
|
7581082fcb
|
fix(bridge): replace prepare_statement by sql_template
|
2022-08-11 13:22:16 +08:00 |
JimMoen
|
223b84017e
|
fix(influxdb): api schema `write_syntax` using raw type `string()`
|
2022-08-11 11:36:08 +08:00 |
JimMoen
|
0090a3ee93
|
fix(influxdb): fix illegal `wirte_syntax` example
|
2022-08-11 11:26:53 +08:00 |
Shawn
|
145ff66a9a
|
fix: issues found by dialyzer and elvis
|
2022-08-10 00:45:26 +08:00 |
JimMoen
|
9d17bf31f8
|
fix: InfluxDB api v1 not support uint type
|
2022-08-09 14:28:54 +08:00 |
JimMoen
|
d51ca2672a
|
fix: spellcheck and update checker repo version
|
2022-08-09 11:50:05 +08:00 |
JimMoen
|
7305c3c04c
|
fix(influxdb): parsed boolean type match
|
2022-08-08 18:22:46 +08:00 |
JimMoen
|
35e347aec8
|
feat: refine influxdb bridge conf
Consistent influxdb line protocol config to raw syntax format.
See also
[InfluxDB 2.3 Line Protocol](https://docs.influxdata.com/influxdb/v2.3/reference/syntax/line-protocol/) and
[InfluxDB 1.8 Line Protocol](https://docs.influxdata.com/influxdb/v1.8/write_protocols/line_protocol_tutorial/)
|
2022-08-08 18:06:49 +08:00 |
JimMoen
|
06f246a896
|
fix: prevent unexcepted square brackets in influxdb line protocol
|
2022-08-08 10:45:18 +08:00 |
JimMoen
|
33a604dcaa
|
fix: refine influxdb connector api type name
|
2022-08-07 19:37:44 +08:00 |
JimMoen
|
2e336fbc01
|
fix: bridge and connector namespace contains DB name
Contains Detailed DB name for identifier hocon schema refs.
|
2022-08-07 19:37:44 +08:00 |
JimMoen
|
4d0516c6e9
|
chore: use HStreamDB for module name
|
2022-08-07 19:37:44 +08:00 |
Thales Macedo Garitezi
|
e76682d368
|
test: apply review comments
|
2022-08-04 15:27:45 -03:00 |
Thales Macedo Garitezi
|
68592373e3
|
test: add a couple more tests
|
2022-08-04 14:01:27 -03:00 |
Thales Macedo Garitezi
|
7e6b94fc12
|
test: avoid stopping cover and using meck
|
2022-08-04 10:23:49 -03:00 |
firest
|
aa6077bdea
|
fix(bridge): remove emqx_ee_connector_mysql
|
2022-08-04 14:52:16 +08:00 |
firest
|
88fd7e14dc
|
feat(bridge): add mysql sink
|
2022-08-03 15:56:31 +08:00 |
Thales Macedo Garitezi
|
69ec76f586
|
chore(license): treat license file API as an upload (5.0)
Improving the HTTP API for license after PR feedback.
|
2022-08-02 17:25:33 -03:00 |
Thales Macedo Garitezi
|
889829e47d
|
docs: use better translation
|
2022-08-02 09:31:59 -03:00 |
Thales Macedo Garitezi
|
1a66e53c49
|
chore(license): change api responses after review
|
2022-08-02 09:31:59 -03:00 |
Thales Macedo Garitezi
|
b19e8fb3cd
|
feat(license): add HTTP API for license
|
2022-08-02 09:31:59 -03:00 |