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 current product center, focused on a stream-first inference service system.

当前主线以主仓的 in-tree 核心能力为中心:

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

围绕主仓的公开生态仓库分别承担不同角色:

  • 文档发布:SAGE-Docs
  • 分层学习路径:sage-tutorials
  • 可运行应用示例:sage-examples
  • 评测与复现:benchmark 系列仓库

公开协作约定:

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

Repository Guide | 仓库导航

Core Platform

  • SAGE: 核心框架、运行时、CLI 与服务主仓
  • SAGE-Docs: 对外文档站点与文档源

Learning and Examples

  • sage-tutorials: 按层组织的教程、最小示例与学习路径
  • sage-examples: 端到端应用示例、演示脚本与可安装应用入口

Benchmarks

Selected Research Systems

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


Where To Start | 从哪里开始

  • 想直接使用 SAGE:访问 sage.org.ai
  • 想开发或扩展核心能力:进入 SAGE
  • 想按层学习框架概念:进入 sage-tutorials
  • 想看完整应用和运行脚本:进入 sage-examples
  • 想做评测、复现或系统比较:查看 benchmark 系列仓库

Quick Start | 快速开始

# Install from PyPI
python -m pip install isage

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

# Basic verification
sage verify
sage status

文档与学习入口:


Contributing | 参与贡献

欢迎提交 Issue、PR、文档修订和可复现实验结果。

We welcome issues, pull requests, 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 42 9

  4. CANDOR-Benchmark CANDOR-Benchmark Public

    C++ 27 9

  5. 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

  6. AllianceDB AllianceDB Public

    C++ 16 8

Repositories

Showing 10 of 71 repositories

Top languages

Loading…

Most used topics

Loading…