kubectl apply -f https://github.com/douyu/juno/releases/download/latest/install.yml
kubectl wait --for=condition=available --timeout=600s deployment/juno-admin -n default
kubectl apply -f https://github.com/douyu/jupiter-layout/releases/download/latest/install.yml
kubectl wait --for=condition=available --timeout=600s deployment/exampleserver -n default
kubectl port-forward deployments/exampleserver 9527:9527 9528:9528 9529:9529 -n default
curl "http://localhost:9527/v1/helloworld.Greeter/SayHello/bob"
{"error":0,"msg":"","data":{"name":"hello bob","ageNumber":0,"sex":0,"metadata":null}}
buf curl --schema api --protocol grpc --http2-prior-knowledge --data '{"name":"bob"}' http://localhost:9528/helloworld.v1.GreeterService/SayHello
{"data":{"name":"hello bob"}}
For bug report, questions and discussions please submit an issue.
Contributions are always welcomed!
You can start with the issues labeled with good first issue.
$ claude mcp add jupiter-layout \
-- python -m otcore.mcp_server <graph>