Skip to content
@intellistream

IntelliStream

Research group focused on stream processing, AI systems, and intelligent databases.

IntelliStream Research Group

Total Stars

Website Lab GitHub Organization

面向流处理、推理系统与智能数据基础设施的开源研究团队

Open-source research group for stream processing, inference systems, and intelligent data infrastructure.


Official Entry Points | 官方入口

为减少入口分散,当前对外统一为三类入口:

建议使用方式:

  • 想了解或使用 SAGE:先看 sage.org.ai
  • 想了解团队与项目全景:看 lab.sage.org.ai
  • 想找源码、仓库和贡献入口:看 GitHub Profile

SAGE First | SAGE 主线

SAGE GitHub Stars PyPI

SAGE (Streaming-Augmented Generative Execution) 是 IntelliStream 当前的核心框架,定位为 stream-first inference service system

SAGE is IntelliStream's core framework and is currently focused as a stream-first inference service system.

当前核心产品面(in-tree)集中在:

  • sage.foundation
  • sage.stream
  • sage.runtime
  • sage.serving
  • sage.cli

分层结构(L1 -> L4):

L1: sage.foundation
L2: sage.stream + sage.runtime
L3: sage.cli
L4: optional apps/research repos (docs, studio, benchmarks)

治理约定(公开协作关键信息):

  • 默认工作分支为 main
  • main-dev 已不再作为持续集成工作分支
  • 主仓开发入口为 quickstart.shsage-dev

Repository Map | 仓库地图

Core

Benchmarks

Selected Research Systems

Public profile keeps the map concise. Internal/private coordination repositories are not listed here.


Quick Start | 快速开始

# Install from PyPI
pip install isage

# Developer setup
git clone https://github.com/intellistream/SAGE.git
cd SAGE
git checkout main
./quickstart.sh --dev --yes

常用验证命令:

sage verify
sage status
sage chat --ask "Hello, SAGE!"

文档入口:


Contributing | 参与贡献

欢迎 issue、PR、文档修订与基准复现。

We welcome issues, PRs, doc improvements, and reproducible benchmark contributions.

请优先阅读目标仓库中的:

  • CONTRIBUTING.md
  • DEVELOPER.md(若存在)

Contact | 联系方式


If our work helps your research or products, a star is always appreciated.

Popular repositories Loading

  1. MorphStream MorphStream Public

    This project aims at building a scalable transactional stream processing engine on modern hardware. It allows ACID transactions to be run directly on streaming data. It shares similar project visio…

    C 140 8

  2. StreamProcessing_ReadingList StreamProcessing_ReadingList Public

    stream processing reading list

    69 10

  3. SAGE SAGE Public

    Python 40 10

  4. Sesame Sesame Public

    [SIGMOD'23] Data Stream Clustering: An In-depth Empirical Study [ICDM'24] MOStream: A Modular and Self-Optimizing Data Stream Clustering Algorithm

    C++ 26 6

  5. CANDOR-Benchmark CANDOR-Benchmark Public

    C++ 26 9

  6. AllianceDB AllianceDB Public

    C++ 16 8

Repositories

Showing 10 of 71 repositories

Top languages

Loading…

Most used topics

Loading…