emqx/apps/emqx_bridge_s3
Andrew Mayorov 6d3add3646
fix(s3-aggreg): do not handle `{error, closed}` on buffer write
Because it's not really something `file:write/2` is supposed to return.
2024-04-30 10:48:16 +02:00
..
src fix(s3-aggreg): do not handle `{error, closed}` on buffer write 2024-04-30 10:48:16 +02:00
test fix(s3-aggreg): ensure action works in Rule SQL contexts 2024-04-30 10:48:16 +02:00
BSL.txt feat(s3): introduce S3 connector and action 2024-02-09 14:16:32 +01:00
README.md feat(s3): introduce S3 connector and action 2024-02-09 14:16:32 +01:00
docker-ct feat(s3): introduce S3 connector and action 2024-02-09 14:16:32 +01:00
rebar.config feat(s3): introduce S3 connector and action 2024-02-09 14:16:32 +01:00

README.md

EMQX S3 Bridge

This application provides connector and action implementations for the EMQX to integrate with Amazon S3 compatible storage services as part of the EMQX data integration pipelines. Users can leverage EMQX Rule Engine to create rules that publish message data to S3 storage service.

Documentation

Refer to Rules engine for the EMQX rules engine introduction.

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.