awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
chrislusf avatar

chrislusf/glow

0
View on GitHub↗
3,219 estrellas·249 forks·Go·4 vistas

Glow

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.

Features

  • AI and Machine Learning - Distributed computing system.
  • Distributed Systems - Scalable distributed data processing and Map-Reduce framework.
  • Distributed Systems - Distributed big data processing and Map-Reduce system.

Historial de estrellas

Gráfico del historial de estrellas de chrislusf/glowGráfico del historial de estrellas de chrislusf/glow

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Glow

Proyectos open-source similares, clasificados según cuántas características comparten con Glow.
  • anacrolix/torrentAvatar de anacrolix

    anacrolix/torrent

    6,041Ver en GitHub↗

    This project is a full-featured BitTorrent client library and protocol implementation. It provides the core components necessary for peer-to-peer file sharing, including a networking stack that supports the BitTorrent specification, tracker communication, and swarm management. A primary differentiator is the inclusion of a virtual filesystem that allows torrents to be mounted as read-only drives. This system enables on-demand content streaming, where specific data pieces are fetched from the network only when a read request occurs, rather than requiring the entire archive to be downloaded fir

    Gobittorrentgomagnet-link
    Ver en GitHub↗6,041
  • appsflyer/go-sundheitAvatar de AppsFlyer

    AppsFlyer/go-sundheit

    561Ver en GitHub↗

    A library built to provide support for defining service health for golang services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.

    Go
    Ver en GitHub↗561
  • anacrolix/dhtAvatar de anacrolix

    anacrolix/dht

    355Ver en GitHub↗

    dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and otherwise

    Gobittorrentdhtgo
    Ver en GitHub↗355
  • bsm/redislockAvatar de bsm

    bsm/redislock

    1,761Ver en GitHub↗

    Simplified distributed locking implementation using Redis

    Godistlockdistributeddistributed-lock
    Ver en GitHub↗1,761
Ver las 30 alternativas a Glow→

Preguntas frecuentes

¿Qué hace chrislusf/glow?

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.

¿Cuáles son las características principales de chrislusf/glow?

Las características principales de chrislusf/glow son: AI and Machine Learning, Distributed Systems.

¿Qué alternativas de código abierto existen para chrislusf/glow?

Las alternativas de código abierto para chrislusf/glow incluyen: appsflyer/go-sundheit — A library built to provide support for defining service health for golang services. It allows you to register async… buildthingsuseful/build-your-own-kafka — Build Your Own Kafka. anacrolix/dht — dht is used by anacrolix/torrent, and is intended for use as a library in other projects both torrent related and… anacrolix/torrent — This project is a full-featured BitTorrent client library and protocol implementation. It provides the core components… bsm/redislock — Simplified distributed locking implementation using Redis. buraksezer/consistent — Consistent is a Go library that implements consistent hashing with bounded loads to distribute data keys across nodes…