SoftwareAG / cumulocity-client-reactive-spring-boot

Cumulocity client using spring boot reactive stack (WebFlux). Developed by Global Competency Center IoT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!!! Archived -- this repository is currently not actively maintained!

cumulocity-client-reactive-spring-boot

Cumulocity client using spring boot reactive stack (WebFlux) https://docs.spring.io/spring-framework/docs/current/reference/html/web-reactive.html

State

Current Cumulocity Java SDK are synchrone. To build a non blocking and even a reactive application a reactive client is needed! Currently i finished InventoryService with following support:

InventoryService:

  • create ManagedObject (create)
  • update ManagedObject (update)
  • delete ManagedObject (delete)
  • get specific ManagedObject by id (detail)
  • get complete list of ManagedObject (list)
  • get list of ManagedObject by query parameters (listQuery)
  • get childDevices, childAssets and childAdditions
  • add childDevices, childAssets and childAdditions
  • remove childDevices, childAssets and childAdditions

next step:

MeasurementService:

  • create Measurement
  • create Measurement series ...

I am looking also for contributors, please let me know!

Vision

Authors

Alexander Pester

Disclaimer

These tools are provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project.

Contact

For more information you can Ask a Question in the TECHcommunity Forums.

You can find additional information in the Software AG TECHcommunity.


Contact us at TECHcommunity if you have any questions.

About

Cumulocity client using spring boot reactive stack (WebFlux). Developed by Global Competency Center IoT

License:Apache License 2.0


Languages

Language:Java 100.0%