https://github.com/cau-se/titan-ccp-sensor-management
The Sensor Management microservice of the Titan Control Center Prototype
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 6 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
The Sensor Management microservice of the Titan Control Center Prototype
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
- Releases: 0
Created almost 8 years ago
· Last pushed over 4 years ago
https://github.com/cau-se/titan-ccp-sensor-management/blob/master/
# Titan CCP - Sensor Management
The [Titan Control Center](https://doi.org/10.1016/j.simpa.2020.100050)
is a scalable and extensible analytics platform for [Industrial DevOps](https://industrial-devops.org/en).
It analyzes and visualizes data streams from Internet of Things (IIoT) sensors
(e.g. electrical power consumption) in industrial production.
This repository contains the **Sensor Management** (formerly called Configuration) microservice of the Titan CCP.
## Build and Run
We use Gradle as a build tool. In order to build the executables run
`./gradlew build` on Linux/macOS or `./gradlew.bat build` on Windows. This will
create the file `build/distributions/titanccp-sensormanagement.tar` which contains
start scripts for Linux/macOS and Windows.
This repository also contains a Dockerfile. Run
`docker build -t titan-ccp-sensormanagement .` to create a container from it (after
building it with Gradle).
## Reference
Please cite the Titan Control Center as follows:
> S. Henning, W. Hasselbring, *The Titan Control Center for Industrial DevOps analytics research*, Software Impacts 7 (2021), DOI: [10.1016/j.simpa.2020.100050](https://doi.org/10.1016/j.simpa.2020.100050).
BibTeX:
```bibtex
@article{Henning2021,
title = {The Titan Control Center for Industrial DevOps analytics research},
journal = {Software Impacts},
volume = {7},
pages = {100050},
year = {2021},
doi = {10.1016/j.simpa.2020.100050},
author = {Sren Henning and Wilhelm Hasselbring},
}
```
Owner
- Name: Kiel University - Software Engineering Group
- Login: cau-se
- Kind: organization
- Location: Kiel, Germany
- Website: https://www.se.informatik.uni-kiel.de/en/research/projects
- Repositories: 9
- Profile: https://github.com/cau-se
GitHub Events
Total
Last Year
Dependencies
Dockerfile
docker
- openjdk 11-slim build
build.gradle
maven
- com.google.code.gson:gson 2.8.2 implementation
- com.google.guava:guava 20.0 implementation
- com.sparkjava:spark-core 2.7.2 implementation
- org.apache.kafka:kafka-clients 1.0.0 implementation
- org.industrial-devops:titan-ccp-common 0.1.0-SNAPSHOT implementation
- org.mongodb:mongodb-driver-sync 3.11.2 implementation
- org.slf4j:slf4j-simple 1.7.25 implementation
- junit:junit 4.12 testCompile