noodle

command module
v0.0.0-...-601a3af Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2025 License: MIT Imports: 23 Imported by: 0

README

Noodle

Noodle (Node-Oriented Open Data Linking Environment) is a node-based geographic resource encapsulation, sharing and application solution.

How to Launch Noodle

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL