Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 731 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 731 Bytes

Introduction

This repository showcases the microservice functionalities of Cumulocity IoT and tries to explain the core concepts. Cumulocity provides SDKs for microservices in Java and C# that will automatically provide the functionalities implemented here by hand. The purpose of this repository is to make them easily understandable with simple code structure.

Requirements

  • Docker
  • Basic python knwoledge
  • Cumulocity tenant with microservice hosting feature

Disclaimer

The code in this repository is not designed to be used in production. It does not contain any kind of input validations or error handling. The only purpose is to showcase the core functionalities with as little as possible extra code around it.