Open-source IoT Platform - Device management, data collection, processing and visualization.
-
Updated
Jun 24, 2022 - Java
{{ message }}
Open-source IoT Platform - Device management, data collection, processing and visualization.
Cumulocity Reference Agent written in Python to demonstrate most of the Device Management Capabilities of Cumulocity IoT
The Application Builder for Cumulocity provides a simple, coding-free way to create new applications inside Cumulocity. Application Builder is an open-source tool for you to create web applications in a no-code environment. Created by Global Presales.
A Cumulocity webapp to migrate applications, dashboards, groups, devices, simulators, smart rules, images, and managed objects between tenants. Developed by Global Presales.
Python3 Cumulocity Agent implementation for MQTT and Rasperry PI
Python client for the Cumulocity REST API. Created by Global Competency Center IoT
A web application for presenting dynamic charts for IoT data
Cumulocity IoT guides and documentation
Collection of templates / examples to give the developer a starting point how common features can be solved by using Cumulocity Microservice SDK for Java. Developed by Global Competency Center IoT
The Cypress Starter-Kit gives you a playground to start using the end to end test framework in a cockpit clone. Created by Global Competency Center IoT.
The samples in this repository demonstrate how you can use Docker to deploy and manage entire Apama applications.
Apama Analytics Builder Block SDK
Unsupported, not productized blocks for use with Apama Analytics Builder
LoRa framework and examples of implementations.
Collection of examples for beginner Cumulocity developers
Set of simulators built for testing and demoing Cumulocity IoT OEE app.
A cumulocity-app providing easier access to create and maintain elaborate simulators.
A collection of code snippets in order to build a solution for remote monitoring of freezers in Cumulocity IoT
Python SDK for IoT Data Exchange & Analytics Middleware (IDEAM)
This repository contains example applications created using Cumulocity SDK.
A set of event-based, analytic microservices used to accelerate the development of Industry/IoT applications.
A cumulocity Agent in Python containing the basic functionalities.
A Java based connectivity codec for transforming messages with regular expressions
Cumulocity IoT Remote Access Local Proxy
ReactiveX for Apama EPL Created by Global Presales.
Device agent for Bosch XDK to connect to Cumulocity
ACME client microservice for the Cumulocity IoT Edge to automatically issue and renew valid certificates via e.g. Let's Encrypt.
Extends the standard cumulocity administration with dialog to add analytics builder extensions
Add a description, image, and links to the iot-analytics topic page so that developers can more easily learn about it.
To associate your repository with the iot-analytics topic, visit your repo's landing page and select "manage topics."
Use case:
Get the total duration over many events. Something like
select sum(age(ended, started)) from myeventsorselect sum(ended - started) from myevents- depending on crate/crate#12479See https://github.com/crate/crate/blob/dc3ce297b1597d482949a2e57479890feb3adbf4/server/src/main/java/io/crate/execution/engine/aggregation/impl/SumAggregation.java#L67