4.0.0
org.apache.skywalking
oap-server
${revision}
org.apache.skywalking
ai-pipeline
AI pipeline module include pipelines connecting the OAP kernel and any 3rd party AI and/or algorithm
server. The kernel would call the pipeline in the specific context/scenario with well formatted telemetry data,
and expect the remote to respond with the result of the AI/algorithm as quick as possible, but in async way in
case of large size of data or lower performance behavior of the remote.
io.grpc
grpc-netty
${grpc.version}
io.grpc
grpc-protobuf
${grpc.version}
io.grpc
grpc-stub
${grpc.version}
org.apache.skywalking
library-module
${project.version}
org.apache.skywalking
library-client
${project.version}
org.apache.skywalking
server-core
${project.version}
io.grpc
grpc-testing
test
org.powermock
powermock-reflect
test
org.xolstice.maven.plugins
protobuf-maven-plugin
${protobuf-maven-plugin.version}
com.google.protobuf:protoc:${com.google.protobuf.protoc.version}:exe:${os.detected.classifier}
grpc-java
io.grpc:protoc-gen-grpc-java:${protoc-gen-grpc-java.plugin.version}:exe:${os.detected.classifier}
compile
compile-custom