Dataset for Zync: A Microservice Platform for IoT Device Management and Complex Event Monitoring
Description
The dataset contains three main components that support the experiments and implementation described in the article:
-
data-simulator.mjs – A JavaScript-based simulator designed to generate synthetic data for performance testing. This file was used to execute the benchmarking processes presented in the article, replicating realistic system load and event generation scenarios.
-
database-schema.jpg – A visual representation of the database structure employed by the proposed tool. The diagram illustrates the tables, relationships, and data flow architecture required to store, manage, and query the processed information efficiently.
-
esper-cep-microservice.zip – A packaged microservice built with the Esper complex event processing (CEP) engine. This component enables real-time event correlation, pattern detection, and streaming analytics, serving as the core backend service for processing and interpreting incoming event streams.