Skip to content

A node-based geographic resource encapsulation, sharing and application solution.

License

Notifications You must be signed in to change notification settings

world-in-progress/noodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node-based geographic resource encapsulation, sharing and application solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published