37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
# EMQX SQL Server Bridge
|
|
|
|
[Microsoft SQL Server](https://www.microsoft.com/en-us/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](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html).
|
|
|
|
|
|
## Documentation links
|
|
|
|
For more information about Microsoft SQL Server, please see the [official site](https://learn.microsoft.com/en-us/sql/sql-server/?view=sql-server-ver16)
|
|
|
|
# Configurations
|
|
|
|
Please see [Ingest data into SQL Server](https://www.emqx.io/docs/en/v5.0/data-integration/data-bridge-sqlserver.html) 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](https://docs.emqx.com/en/enterprise/v5.0/admin/api-docs.html#tag/Bridges) for more detailed information.
|
|
|
|
|
|
# Contributing
|
|
|
|
Please see our [contributing.md](../../CONTRIBUTING.md).
|
|
|
|
|
|
# License
|
|
|
|
EMQ Business Source License 1.1, refer to [LICENSE](BSL.txt).
|