Skip to content
Snippets Groups Projects
Select Git revision
  • d997852b396302099532afc9c202343cf128716c
  • master default protected
  • ArtyProhibitAttack
  • ArtyEnableAttack
  • attack_test
5 results

risc-v-wifi

  • Clone with SSH
  • Clone with HTTPS
  • Metric builder

    Basic architecture concept

    Architecture concept

    Legend:

    • oval - data source
    • blue oval - data generated by us
    • rectangle - a service
    • green outline - microservice

    Development

    To generate classes from proto definition, one has to execute from the root directory

    First install the protobuf compiler with :

    sudo apt install protobuf-compiler

    If you want to build the protos from source schema, you should use the command :

    protoc -I=./metricbuilder/src/main/java/metric/builder/protos/ --java_out=./metricbuilder/src/main/java/ ./metricbuilder/src/main/java/metric/builder/protos/schema/metric.proto