Crossjoin
Crossjoin is a service to run data-driven workflows.
Install / Use
/learn @crossjoin-io/CrossjoinREADME
Crossjoin

Crossjoin is a service to run data-driven workflows. It joins together data from various data sources and triggers Docker-based workflows. Workflows are defined as YAML (like GitHub Actions) and are executed by runners. You can run everything in a single Crossjoin instance, or have 1 server and multiple runners.

Status
Crossjoin is under active development. Let @Preetam know if you're interested in using it!
License
Apache 2.0
Building
Requirements
- Go
- Node.js, NPM
cd ui && npm install && npm run build && \
cd .. && go build -o crossjoin
Everything will be embedded in the crossjoin binary.
Development
Requirements
- Go
- Node.js, NPM
- entr(1) is useful, but not required
Running:
- In the
uidirectory, runnpm start - In the parent directory, run
find . -path './ui/node_modules' -prune -o -name '*.js' -o -name '*.go' | entr -r go run main.go server --runner --config config/example.yml- If you don't have entr, run
go run main.go server --runner --config config/example.yml
- If you don't have entr, run
Related Skills
node-connect
341.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
84.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
341.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
84.5kCommit, push, and open a PR
