Home > Article > Backend Development > What projects are in Go language?
Go language projects include: 1. Nsq, a high-performance, high-availability message queue system developed by Go language; 2. Skynet, a distributed scheduling framework; 3. Doozer, a distributed scheduling framework; 4. Heka , mazila's open source log processing system; 5. Cbfs, couchbase's open source distributed file system.
#The operating environment of this article: windows10 system, GO 1.11.2, thinkpad t480 computer.
Related recommendations: "go tutorial"
Go language is mainly used for server-side development. It is positioned to develop "large-scale software" and is suitable for many programs. Employees work together to develop large-scale software with a long development cycle and support cloud computing network services. The Go language allows programmers to develop quickly, and as the software continues to grow, it makes it easier for programmers to maintain and modify it. It combines the efficiency of traditional compiled languages with the ease of use and expressiveness of scripting languages.
As a server programming language, Go language is very suitable for processing logs, data packaging, virtual machine processing, file systems, distributed systems, database agents, etc.; in terms of network programming, Go language is widely used in Web applications and API applications. , download applications, etc.; in addition, the Go language can also be used in the field of memory databases and cloud platforms. Currently, many foreign cloud platforms are developed using Go.
Go language success story
Nsq: Nsq is a high-performance, high-availability message queue system developed by the Go language. It has very high performance and can handle billions every day. Message;
Docker: a virtual packaging tool based on lxc, which can realize the establishment of PAAS platform.
Packer: Used to generate image files for different platforms, such as VM, vbox, AWS, etc. The author is the author of vagrant
Skynet: Distributed scheduling framework
Doozer: Distributed synchronization tool, similar to ZooKeeper
Heka: mazila open source log processing system
Cbfs: couchbase open source distributed file system
Tsuru: open source PAAS platform, and The functions implemented by SAE are exactly the same
Groupcache: a caching system for Google download system written by the author of memcahe
God: a caching system similar to redis, but supports distribution and scalability
Gor: Network traffic packet capture and replay tool
For more programming-related knowledge, please visit: Introduction to Programming! !
The above is the detailed content of What projects are in Go language?. For more information, please follow other related articles on the PHP Chinese website!