glow
Data processor
A distributed computation system written in Go to efficiently process large datasets across multiple machines
Glow is an easy-to-use distributed computation system written in Go, similar to Hadoop Map Reduce, Spark, Flink, Storm, etc. I am also working on another similar pure Go system, https://github.com/chrislusf/gleam , which is more flexible and more performant.
3k stars
145 watching
247 forks
Language: Go
last commit: about 6 years ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
chrislusf/gleam | A high-performance distributed execution system that supports flexible and efficient computation workflows | 3,469 |
davecgh/go-spew | Provides a deep pretty printer for Go data structures to aid in debugging | 6,104 |
olahol/melody | A lightweight websocket framework for Go that abstracts away the tedious parts of handling websockets. | 3,785 |
hybridgroup/gobot | A framework for robotics and IoT development in Go | 9,005 |
gohugoio/hugo | A fast and flexible tool for generating static websites with built-in support for various content formats. | 76,514 |
go-kit/kit | A toolkit for building microservices in Go | 26,684 |
go-chassis/go-chassis | A cloud-native application framework for Go that simplifies the development of microservices. | 2,735 |
melkeydev/go-blueprint | A CLI tool that automates the setup of Go projects with a structured directory layout and optional integration with popular frameworks. | 6,136 |
go-swagger/go-swagger | A toolset for working with RESTful APIs using Swagger 2.0 specifications | 9,583 |
go-flutter-desktop/go-flutter | Brings Flutter to desktop platforms using Go and GLFW. | 5,885 |
goplus/gop | A programming language designed to simplify coding and support STEM education and data science | 8,996 |
ko-build/ko | Builds fast and efficient Go application containers without requiring Docker installation | 7,705 |
golang/go | A programming language designed to build simple, reliable, and efficient software | 124,564 |
graph-gophers/graphql-go | A GraphQL library for Go with support for easy use and multiple features. | 4,662 |
google/wire | Automated dependency injection tool for Go applications | 13,186 |