Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/solace-iot-team/solace-apim-reference-designs
Reference Designs for Solace API Management Integration
https://github.com/solace-iot-team/solace-apim-reference-designs
apimanagement asyncapi solace
Last synced: about 2 months ago
JSON representation
Reference Designs for Solace API Management Integration
- Host: GitHub
- URL: https://github.com/solace-iot-team/solace-apim-reference-designs
- Owner: solace-iot-team
- License: mit
- Created: 2021-01-21T09:18:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T15:14:20.000Z (over 2 years ago)
- Last Synced: 2024-07-30T17:03:22.796Z (6 months ago)
- Topics: apimanagement, asyncapi, solace
- Language: Shell
- Homepage:
- Size: 3.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![use-case-tests](https://github.com/solace-iot-team/solace-apim-reference-designs/actions/workflows/use-case-tests.yml/badge.svg)](https://github.com/solace-iot-team/solace-apim-reference-designs/actions/workflows/use-case-tests.yml)
# Reference Designs & Examples for Solace AysncAPI Management Integration.
[Concepts](./Concepts.md) |
[Issues](https://github.com/solace-iot-team/solace-apim-reference-designs/issues) |
[Discussions](https://github.com/solace-iot-team/solace-apim-reference-designs/discussions)## Prerequisites
In order to run the examples & use cases you need the following:
- a Solace Cloud Account and the rights to generate API Tokens
- an instance of the API Management Connector## Generate a Solace Cloud API Token
Permissions:
- Organization Services:
- Get Services
- Event Portal
- Event Portal ReadCopy & save the token. It is needed to configure the use case scripts.
## Provision an Instance of the API Management Connector
* [Local system in docker containers](./apim-system/local)
* [System in AWS] - coming soon### Use Cases
The Use Case folders contains designs, sample AsyncAPI specs, bootstrap cli examples and more to showcase a particular use case.
* [Use Case: Elevator-Co](./use-cases/elevator-co)
* [Use Case: Car-Co](./use-cases/car-co)---