-
Notifications
You must be signed in to change notification settings - Fork 37
Roadmap
github-actions[bot] edited this page Aug 7, 2024
·
2 revisions
We do not have a formal roadmap, but we're happy to discuss features, improvements, new adapters, etc, in our discussions area.
Here are some high level items we hope to accomplish in the next few months:
- Establish a better pattern for adapters (#165)
- Parallelization to improve runtime, for historical/offline distributions
- Support for cross-process communication in realtime distributions
- C++-based HTTP/SSE adapter
- C++-based Redis adapter
- Add support for other graph viewers, including interactive / standalone / Jupyter
-
csp-gateway
: Application development framework, built with FastAPI and Perspective. This is a library we have built internally at Point72 on top ofcsp
that we hope to open source later in 2024. It allows for easier construction of modularcsp
applications, along with a pluggable REST/WebSocket API and interactive UI.
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started (Tutorials)
Concepts
- CSP Node
- CSP Graph
- Historical Buffers
- Execution Modes
- Adapters
- Feedback and Delayed Edge
- Common Mistakes
How-to guides
- Use Statistical Nodes
- Create Dynamic Baskets
- Write Adapters:
- Profile CSP Code
References
- API Reference
- Glossary of Terms
- Examples
Developer Guide