GitBook: [#10] No subject

This commit is contained in:
Jaspreet Sachdev
2022-06-23 22:00:56 +00:00
committed by gitbook-bot
parent df330e16db
commit 68ceb1b6be
10 changed files with 14 additions and 8 deletions

View File

@@ -37,13 +37,6 @@
* [Statistics](sdk/user-interface/devices-view/statistics.md) * [Statistics](sdk/user-interface/devices-view/statistics.md)
* [Command History](sdk/user-interface/devices-view/command-history.md) * [Command History](sdk/user-interface/devices-view/command-history.md)
* [Firmware](sdk/user-interface/firmware.md) * [Firmware](sdk/user-interface/firmware.md)
* [API](sdk/api/README.md)
* [OpenAPI Definitions](sdk/api/openapi-definitions.md)
* [Security Service](sdk/api/security-service.md)
* [Gateway Service](sdk/api/gateway-service.md)
* [Firmware Management Service](sdk/api/firmware-management-service.md)
* [Provisioning Service](sdk/api/provisioning-service.md)
* [Analytics Service](sdk/api/analytics-service.md)
* [Monitoring](sdk/monitoring/README.md) * [Monitoring](sdk/monitoring/README.md)
* [ELK Integration](sdk/monitoring/elk-integration.md) * [ELK Integration](sdk/monitoring/elk-integration.md)
@@ -93,3 +86,14 @@
* [Features](release/features.md) * [Features](release/features.md)
* [Security Updates](release/security.md) * [Security Updates](release/security.md)
* [Resolved Issues](release/resolved-issues.md) * [Resolved Issues](release/resolved-issues.md)
## DEVELOPER RESOURCES
* [SDK API](developer-resources/api/README.md)
* [OpenAPI Definitions](developer-resources/api/openapi-definitions.md)
* [Security Service](developer-resources/api/security-service.md)
* [Gateway Service](developer-resources/api/gateway-service.md)
* [Firmware Management Service](developer-resources/api/firmware-management-service.md)
* [Provisioning Service](developer-resources/api/provisioning-service.md)
* [Analytics Service](developer-resources/api/analytics-service.md)
* [SDK KAFKA](developer-resources/sdk-kafka.md)

View File

@@ -37,7 +37,7 @@ Ensure your GitHub account was linked in your Telecom Infra Project user profile
OpenWiFi SDK uses OpenAPI 3.0 compliant northbound Rest API and Kafka for message bus topics. Typical CRUD actions occur via the Rest API, Kafka will present topics for device discovery and all telemetry captured from the network edge. OpenWiFi SDK uses OpenAPI 3.0 compliant northbound Rest API and Kafka for message bus topics. Typical CRUD actions occur via the Rest API, Kafka will present topics for device discovery and all telemetry captured from the network edge.
Please consult the [API topics](../sdk/api/) to begin with integration work. Please consult the [API topics](../developer-resources/api/) to begin with integration work.
### Summary ### Summary

View File

@@ -0,0 +1,2 @@
# SDK KAFKA