TyrManuZ / c8y-microservice-tutorial

An example project showing the basic microservice features of Cumulocity IoT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An example project showing the basic microservice features of Cumulocity IoT

License:MIT License


Languages

Language:Python 98.0%Language:Dockerfile 2.0%