32 lines
966 B
Markdown
32 lines
966 B
Markdown
# EMQX Oracle Database Bridge
|
|
|
|
This application houses the Oracle Database bridge for EMQX Enterprise Edition.
|
|
It implements the data bridge APIs for interacting with an Oracle Database Bridge.
|
|
|
|
|
|
# Documentation
|
|
|
|
- Refer to [Ingest data into Oracle DB](https://docs.emqx.com/en/enterprise/v5.0/data-integration/data-bridge-oracle.html)
|
|
for how to use EMQX dashboard to ingest IoT data into Oracle Database.
|
|
|
|
- Refer to [EMQX Rules](https://docs.emqx.com/en/enterprise/v5.0/data-integration/rules.html)
|
|
for the EMQX rules engine introduction.
|
|
|
|
|
|
# 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
|
|
|
|
See [BSL](./BSL.txt).
|