emqx/apps/emqx_bridge_sqlserver
Ivan Dyachkov cc3b26a3ac Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
..
include chore: update copyright-year 2024-02-23 08:21:06 +01:00
src Merge remote-tracking branch 'upstream/release-58' into 20240807-sync-release-branches 2024-08-07 09:48:38 +02:00
test chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
BSL.txt chore: update BSL license change date 2024-01-29 16:47:31 +01:00
README.md docs: fix invalid links 2023-05-15 11:18:09 +08:00
docker-ct refactor(sqlserver): move sqlserver bridge into its own app 2023-05-06 10:22:05 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00

README.md

EMQX SQL Server Bridge

Microsoft SQL Server is a relational database management system (RDBMS) that is developed and owned by Microsoft. Microsoft SQL Server offers a wide range of features, including support for high availability and disaster recovery, integration with other Microsoft products and services, and advanced security and encryption options. It also provides tools for data warehousing, business intelligence, and analytics, making it a versatile and powerful database platform.

The application is used to connect EMQX and Microsoft SQL Server. User can create a rule and easily ingest IoT data into Microsoft SQL Server by leveraging EMQX Rules.

For more information about Microsoft SQL Server, please see the official site

Configurations

Please see Ingest Data into SQL Server for more detailed information.

HTTP APIs

  • Several APIs are provided for bridge management, which includes create bridge, update bridge, get bridge, stop or restart bridge and list bridges etc.

    Refer to API Docs - Bridges for more detailed information.

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.