Skip to content

Point72/csp-gateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csp-gateway logo, overlapping blue chevrons facing right

Build Status License PyPI

Overview

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.

A brief demo gif of csp-gateway ui, graph viewer, rest api docs, and rest api

Installation

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

Getting Started

See our wiki!

Development

Check out the contribution guide for more information.

License

This software is licensed under the Apache 2.0 license. See the LICENSE file for details.