https://github.com/apachecn-archive/skywalking-showcase
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
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.6%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Basic Info
- Host: GitHub
- Owner: apachecn-archive
- License: apache-2.0
- Language: Makefile
- Default Branch: main
- Size: 1000 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Created about 3 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
License
README.md
Apache SkyWalking Showcase Application
Documentations
Please read the documentation in our official website.
Code of conduct
This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please follow the REPORTING GUIDELINES to report unacceptable behavior.
Contact Us
- Mailing list
- To subscribe: send any content to dev-subscribe@skywalking.apache.org, follow the reply to subscribe the mail list.
- Send discussions / questions to dev@skywalking.apache.org
- Send
Request to join SkyWalking slackmail to the mail list (dev@skywalking.apache.org), we will invite you in. - Twitter, ASFSkyWalking
- QQ Group: 901167865(Recommended), 392443393
- bilibili B站 视频
License
Owner
- Name: ApacheCN 归档
- Login: apachecn-archive
- Kind: organization
- Email: wizard.z@qq.com
- Repositories: 180
- Profile: https://github.com/apachecn-archive
防止重要项目丢失而设立的归档
GitHub Events
Total
Last Year
Dependencies
.github/workflows/publish-images.yaml
actions
- actions/checkout v2 composite
- actions/setup-java v2 composite
- docker/login-action v1.10.0 composite
services/app/frontend/Dockerfile
docker
- apache/apisix 2.15.0-debian build
- node 10 build
services/app/server/Dockerfile
docker
- node 10 build
services/function/Dockerfile
docker
- alpine 3.14 build
- golang 1.17-alpine3.14 build
services/function-load-gen/Dockerfile
docker
- alpine 3.14 build
- golang 1.17-alpine3.14 build
services/gateway-service/Dockerfile
docker
- $SW_AGENT_JAVA_IMAGE latest build
services/load-gen/Dockerfile
docker
- selenium/standalone-firefox 94.0 build
services/recommendation-service/Dockerfile
docker
- apache/skywalking-python 0.7.0-grpc-py3.9 build
services/songs-service/Dockerfile
docker
- $SW_AGENT_JAVA_IMAGE latest build
services/function/go.mod
go
- github.com/OpenFunction/functions-framework-go v0.3.1-0.20220607140310-83d5da8c73d2
- github.com/SkyAPM/go2sky v1.4.1
- github.com/cloudevents/sdk-go/v2 v2.4.1
- github.com/dapr/dapr v1.6.0
- github.com/dapr/go-sdk v1.3.1
- github.com/fatih/structs v1.1.0
- github.com/go-logr/logr v1.2.0
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.8
- github.com/google/uuid v1.3.0
- github.com/json-iterator/go v1.1.11
- github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
- github.com/modern-go/reflect2 v1.0.1
- github.com/pkg/errors v0.9.1
- github.com/stretchr/testify v1.7.5
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.7.0
- go.uber.org/zap v1.19.1
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/text v0.3.7
- google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2
- google.golang.org/grpc v1.49.0
- google.golang.org/protobuf v1.28.1
- gopkg.in/yaml.v3 v3.0.1
- k8s.io/klog/v2 v2.30.0
- skywalking.apache.org/repo/goapi v0.0.0-20221019074310-53ebda305187
services/function/go.sum
go
- 1738 dependencies
services/function-load-gen/go.mod
go
- github.com/SkyAPM/go2sky v1.4.1
- github.com/golang/protobuf v1.5.2
- github.com/google/go-cmp v0.5.8
- github.com/google/uuid v1.1.2
- github.com/pkg/errors v0.8.1
- golang.org/x/net v0.0.0-20220722155237-a158d28d115b
- golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab
- golang.org/x/text v0.3.7
- google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84
- google.golang.org/grpc v1.49.0
- google.golang.org/protobuf v1.28.1
- skywalking.apache.org/repo/goapi v0.0.0-20221019074310-53ebda305187
services/function-load-gen/go.sum
go
- 164 dependencies
services/gateway-service/build.gradle
maven
- org.apache.skywalking:apm-toolkit-micrometer-registry 8.11.0 implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.cloud:spring-cloud-starter-gateway * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
services/songs-service/build.gradle
maven
- org.projectlombok:lombok * compileOnly
- com.google.guava:guava 23.0 implementation
- com.h2database:h2 * implementation
- org.apache.activemq:activemq-client 5.15.4 implementation
- org.apache.skywalking:apm-toolkit-logback-1.x 8.11.0 implementation
- org.apache.skywalking:apm-toolkit-micrometer-registry 8.11.0 implementation
- org.springframework.boot:spring-boot-starter-actuator * implementation
- org.springframework.boot:spring-boot-starter-data-jpa * implementation
- org.springframework.boot:spring-boot-starter-web * implementation
- org.springframework.kafka:spring-kafka * implementation
- org.springframework.boot:spring-boot-starter-test * testImplementation
- org.springframework.kafka:spring-kafka-test * testImplementation
services/app/frontend/package-lock.json
npm
- 1460 dependencies
services/app/frontend/package.json
npm
- react ^17.0.2
- react-dom ^17.0.2
- react-scripts 4.0.3
- skywalking-client-js ^0.9.0
- web-vitals ^1.0.1
services/app/server/package.json
npm
- axios ^0.24.0
- express ^4.17.1
- http-proxy-middleware ^2.0.1
services/load-gen/requirements.txt
pypi
- selenium ==4.0.0
services/recommendation-service/requirements.txt
pypi
- Flask ==2.0.2
- requests ==2.26.0