Noodle (Node-Oriented Open Data Linking Environment) is a node-based geographic resource encapsulation, sharing and application solution.
First, come to directory of "./proto" and build Go codes related to Protocol Buffers.
cd proto
protoc --go_out=. --go_opt=paths=source_relative --go-grpc_out=. --go-grpc_opt=paths=source_relative execute.proto
Second, return to the root directory and run main.go
cd ..
go run main.go
If you want to deploy Noodle, you could just build the program directly after the first step, and run the executable file.
go build -o noodle .
./noodle
