# sogou/workflow

C++ Parallel Computing and Asynchronous Networking Framework

Repository: https://github.com/sogou/workflow
Canonical: https://ross.abutalabs.com/products/sogou-workflow
Language: C++
License: Apache-2.0
License Family: permissive
Topics: tasking, http, redis, mysql, kafka, consul, dag, sogou
Last push: 2026-08-10T10:20:51+00:00

## Health v2 (maintenance only)
Score: 93/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 97, release rhythm 85, longevity 100
- inputs: {"age_days": 2226, "days_push": 23, "days_rel": 23, "gap_med": 68.0, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 14418, forks 2561 (observed 2026-08-28T04:11:06.969749+00:00)

## What it is
Sogou C++ Workflow is an enterprise-level C++ framework for parallel computing and asynchronous networking, powering Sogou's back-end services handling over 10 billion requests daily. It unifies networking tasks (HTTP, Redis, MySQL, Kafka, custom protocols) and computing tasks into a single asynchronous workflow engine supporting series, parallel, and arbitrary DAG task structures.

## Use cases
- build a high-performance http server in c++
- make async http redis mysql or kafka client calls
- build an rpc system on a custom protocol
- orchestrate tasks as series parallel or dag workflows
- schedule cpu computing tasks alongside network io in one flow
- do high-performance asynchronous file io on linux
- build a microservice system with service governance and load balancing
- write a high-concurrency backend service mixing computing and networking

## When to choose
- you need an enterprise-proven C++ async networking and task scheduling engine
- you want to unify network and compute tasks in one workflow or DAG
- you are building high-concurrency back-end servers or microservices in C++
- you need built-in clients for HTTP, Redis, MySQL, or Kafka with async semantics

## When to avoid
- you need a quick scripting-language solution rather than C++
- your project is a simple synchronous application without concurrency needs
- you require first-class Windows support from the main branch (it lives on a separate windows branch)
- you want a batteries-included web framework with templating and ORM rather than a networking engine

## Facets
- artifact type: framework
- maturity: stable
- function: http-server, http-client, concurrency, rpc, websocket, database-driver, message-queue, workflow-automation, scheduling, microservices, file-system, load-testing
- domain: backend, web-development, developer-tools, networking, microservices, databases, apis, performance
- platform: windows, cpp, cross-platform
- tags: asynchronous-networking, parallel-computing, dag-workflow, server-engine, service-governance, load-balancing, async-io, kafka-client, redis-client, mysql-client, high-concurrency, enterprise, messaging, linux, macos, android

## Member repositories
- sogou/workflow (main) score 93

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:11:06.969749+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:12:35.295288+00:00, confidence not recorded.
  - readme: https://github.com/sogou/workflow (fetched 2026-08-28T04:11:06.969749+00:00, sha a579231e8902)
- Data as of 2026-08-30T08:39:29.467469+00:00.
