Git Product home page Git Product logo

smartoperatingblock / surgical-process-monitoring-microservice Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 2.27 MB

The microservice responsible to monitor and collect information of surgical processes inside the Operating Block.

Home Page: https://smartoperatingblock.github.io/surgical-process-monitoring-microservice/

License: MIT License

Dockerfile 0.05% Kotlin 99.36% JavaScript 0.59%
docker-container event-consumer microservice rest-api

surgical-process-monitoring-microservice's Introduction

Surgical Process Monitoring Microservice

Release License: MIT Version

Code Smells Vulnerabilities Duplicated Lines (%) Technical Debt Security Rating

The microservice responsible to monitor and collect information of surgical processes within the Smart Operating Block.

Usage

  1. Provide a .env file with the following variables:
    • SURGICAL_PROCESS_MICROSERVICE_MONGODB_URL: the mongodb connection string
    • BOOTSTRAP_SERVER_URL: the kafka connection endpoint
    • SCHEMA_REGISTRY_URL: the schema registry url
    • AZURE_CLIENT_ID: ID of an Azure AD application
    • AZURE_TENANT_ID: ID of the application's Azure AD tenant
    • AZURE_CLIENT_SECRET: the application's client secrets
    • AZURE_DT_ENDPOINT: the Azure Digital Twins instance endpoint
  2. Run the container with the command:
    docker run ghcr.io/smartoperatingblock/surgical-process-monitoring-microservice:latest

Documentation

  • Check out the website here
  • Check out the REST-API documentation here
  • Check out the AsyncAPI documentation here
  • Check out the Code documentation here here

surgical-process-monitoring-microservice's People

Contributors

andrea-acampora avatar giacomoaccursi avatar renovate[bot] avatar semantic-release-bot avatar

Watchers

 avatar  avatar

surgical-process-monitoring-microservice's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Use matchDepNames instead of matchPackageNames

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • chore(deps): update dependency io.confluent:kafka-json-serializer to v7.5.4
  • chore(deps): update dependency org.apache.kafka:kafka-clients to v7.5.4-ce
  • chore(deps): update ktor monorepo to v2.3.11 (patch) (io.ktor:ktor-server-test-host, io.ktor:ktor-server-status-pages, io.ktor:ktor-server-netty, io.ktor:ktor-serialization-kotlinx-json, io.ktor:ktor-server-content-negotiation, io.ktor:ktor-server-core)
  • chore(deps): update alpine docker tag to v3.20
  • chore(deps): update dependency com.tngtech.archunit:archunit-junit5 to v1.3.0
  • chore(deps): update dependency de.flapdoodle.embed:de.flapdoodle.embed.mongo to v4.13.1
  • chore(deps): update kotest to v5.9.0 (minor) (io.kotest:kotest-assertions-core-jvm, io.kotest:kotest-assertions-core, io.kotest:kotest-runner-junit5)
  • chore(core-deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v2
  • chore(deps): update dependency org.litote.kmongo:kmongo-serialization to v5
  • ci(deps): update gradle/wrapper-validation-action action to v3
  • ๐Ÿ” Create all rate-limited PRs at once ๐Ÿ”

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

  • chore(core-deps): update dependency org.jetbrains.kotlin.jvm to v1.9.24
  • chore(core-deps): update dependency org.jetbrains.kotlin:kotlin-stdlib to v1.9.24

Pending Status Checks

These updates await pending status checks. To force their creation now, click the checkbox below.

  • chore(core-deps): update dependency org.jetbrains.kotlin.jvm to v2
  • chore(core-deps): update plugin kotlin-serialization to v2

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • alpine 3.19
github-actions
.github/workflows/build-and-deploy.yml
  • actions/checkout v4
  • gradle/wrapper-validation-action v1.1.0
  • actions/checkout v4
  • actions/setup-java v4
  • codecov/codecov-action v3.1.4
  • actions/setup-node v4
  • SmartOperatingBlock/release-and-delivery-action 1.0.11
  • actions/checkout v4
  • SmartOperatingBlock/documentation-ghp-action 1.1.0
gradle
settings.gradle.kts
  • com.gradle.enterprise 3.16.1
  • org.danilopianini.gradle-pre-commit-git-hooks 2.0.0
build.gradle.kts
gradle/libs.versions.toml
  • com.tngtech.archunit:archunit-junit5 1.2.1
  • com.azure:azure-digitaltwins-core 1.3.16
  • com.azure:azure-identity 1.11.1
  • com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1
  • de.flapdoodle.embed:de.flapdoodle.embed.mongo 4.12.1
  • org.apache.kafka:kafka-clients 7.5.3-ce
  • io.confluent:kafka-json-serializer 7.5.3
  • org.litote.kmongo:kmongo-serialization 4.11.0
  • io.kotest:kotest-runner-junit5 5.8.0
  • io.kotest:kotest-assertions-core 5.8.0
  • io.kotest:kotest-assertions-core-jvm 5.8.0
  • io.kotest.extensions:kotest-assertions-ktor 2.0.0
  • org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.2
  • org.jetbrains.kotlin:kotlin-stdlib 1.9.0
  • io.ktor:ktor-server-core 2.3.7
  • io.ktor:ktor-server-content-negotiation 2.3.7
  • io.ktor:ktor-serialization-kotlinx-json 2.3.7
  • io.ktor:ktor-server-netty 2.3.7
  • io.ktor:ktor-server-status-pages 2.3.7
  • io.ktor:ktor-server-test-host 2.3.7
  • ch.qos.logback:logback-classic 1.4.14
  • org.jetbrains.dokka 1.9.10
  • org.jetbrains.kotlin.jvm 1.9.0
  • org.danilopianini.gradle-kotlin-qa 0.58.0
  • org.jetbrains.kotlin.plugin.serialization 1.9.22
gradle-wrapper
gradle/wrapper/gradle-wrapper.properties
  • gradle 8.5
npm
package.json
  • semantic-release-preconfigured-conventional-commits 1.1.85
  • node 20.11

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.