Git Product home page Git Product logo

smartoperatingblock / building-management-microservice Goto Github PK

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

This is the repository of the Building Management microservice of the Smart Operating Block project.

Home Page: https://smartoperatingblock.github.io/building-management-microservice/

License: MIT License

Dockerfile 0.06% Kotlin 99.23% JavaScript 0.71%
azure azure-digital-twins building-management kafka rest-api digital-twins

building-management-microservice's Introduction

Building Management microservice

workflow status License: MIT Version

codecov Code Smells Vulnerabilities Duplicated Lines (%) Quality Gate Status Technical Debt Security Rating

This is the repository of the Building Management microservice of the Smart Operating Block project.

Usage

You need to specify the following environment variable:

  • 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
  • MONGODB_CONNECTION_STRING: the mongodb's connection string
  • BOOTSTRAP_SERVER_URL: the kafka connection endpoint
  • SCHEMA_REGISTRY_URL: the schema registry url

If you want to run it via docker container:

  1. Provide a .env file with all the environment variable described above
  2. Run the container with the command:
     docker run ghcr.io/smartoperatingblock/building-management-microservice:latest
    1. If you want to try the REST-API from the external you need to provide a port mapping to port 3000.
    2. If you want to pass an environment file whose name is different from .env use the --env-file <name> parameter.

Documentation

  • Check out the website here
  • Direct link to the REST-API documentation here
  • Direct link to the Code documentation here

building-management-microservice's People

Contributors

andreagiulianelli avatar renovate[bot] avatar semantic-release-bot avatar

Watchers

 avatar  avatar

building-management-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 com.tngtech.archunit:archunit-junit5 to v1.2.2
  • 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.azure:azure-identity to v1.12.1
  • 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.

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
  • de.flapdoodle.embed:de.flapdoodle.embed.mongo 4.12.2
  • com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1
  • org.apache.kafka:kafka-clients 7.5.2-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.22
  • 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.22
  • 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.