https://github.com/shuffle/shuffle-shared
A repository used as a Go module to help out with Shuffle development, and to ensure we reuse code structures everywhere.
https://github.com/shuffle/shuffle-shared
api automation modules soar
Last synced: 21 days ago
JSON representation
A repository used as a Go module to help out with Shuffle development, and to ensure we reuse code structures everywhere.
- Host: GitHub
- URL: https://github.com/shuffle/shuffle-shared
- Owner: Shuffle
- License: agpl-3.0
- Created: 2021-01-25T14:39:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-04-01T20:40:42.000Z (about 2 months ago)
- Last Synced: 2026-04-03T01:07:48.428Z (about 2 months ago)
- Topics: api, automation, modules, soar
- Language: Go
- Homepage: https://shuffler.io
- Size: 8.65 MB
- Stars: 14
- Watchers: 2
- Forks: 28
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shuffle-shared
A repository containing structures and commonly used functions between different deployments on Shuffle. Here to ensure consistency and not re-making the same functions multiple places.
[](https://www.figma.com/board/V6Kg7KxbmuhIUyTImb20t1/Shuffle-AI-Agent-system?node-id=0-1&p=f&t=ywpMQJ555sxggEpj-0)
### Sample areas
- [Shuffle backend (APIs)](https://github.com/Shuffle/Shuffle/tree/main/backend/go-app) (open source)
- [Shuffle orborus (hybrid job-handler)](https://github.com/Shuffle/Shuffle/tree/main/functions/onprem/orborus) (open source)
- [Shuffle worker (workflow-runner)](https://github.com/Shuffle/Shuffle/tree/main/functions/onprem/worker) (open source)
- [Shuffle SaaS (Cloud: shuffler.io)](https://github.com/Shuffle/shaffuru) (cloud deployment)
- CI/CD systems that verify data types
### Issue / PR management
Issues related to this code is usually tracked in shuffle/shuffle or our private repository for shuffler.io.
Do however feel free to open one if you have any questions/suggestions :)