Monorepository containing Go client libraries and integration connectors used across the NativeBPM platform.
- httpstream — Flat, stream-first HTTP client designed for efficient large-file uploads using multipart streaming.
- gotenberg — Go client for Gotenberg document conversion service (HTML, Office docs, PDFs merging).
- sequin — Client and sync helpers for Sequin CDC and event stream platform.
- camunda — Client library for Camunda BPMN workflow engine with highly optimized task locking and Postgres CDC integration.
- temporal — Wrapper client, worker setup configurations, and orchestration utilities for Temporal.io.
The project uses Go Workspaces to manage multiple modules.
- Go 1.26+
golangci-lint(can be installed viamake lint-install)
make tidy— Tidy up dependencies and sync Go workspace.make lint— Rungolangci-lintacross all module directories.make tag— Create and push an annotated release tag for a specific module (e.g.gotenberg/v8.33.1).
MIT — see LICENSE.