-
Notifications
You must be signed in to change notification settings - Fork 2
Home
github-actions[bot] edited this page Mar 14, 2025
·
2 revisions

csp-gateway
is a framework for building high-performance streaming applications.
It is is composed of four major components:
- Engine: csp, a streaming, complex event processor core
- API: FastAPI REST/WebSocket API
- UI: Perspective and React based frontend with automatic table and chart visualizations
- Configuration: ccflow, a Pydantic/Hydra based extensible, composeable dependency injection and configuration framework
For a detailed overview, see our Documentation.
csp-gateway
can be installed via pip or conda, the two primary package managers for the Python ecosystem.
To install csp-gateway
via pip, run this command in your terminal:
pip install csp-gateway
To install csp-gateway
via conda, run this command in your terminal:
conda install csp-gateway -c conda-forge
See our wiki!
Check out the contribution guide for more information.
This software is licensed under the Apache 2.0 license. See the LICENSE file for details.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started
Key Components
For Developers
Modules
- API/UI Modules
- Logging Modules
- Replay Engine Modules
- Utility Modules
For Contributors