Sync Gateway is a horizontally scalable web server that securely manages the access control and synchronization of data between Couchbase Lite and Couchbase Server.
Couchbase's cloud database platform is the easiest and fastest way to begin with Couchbase and eliminate ongoing database management efforts. Try for free at Couchbase Capella.
Download Sync Gateway and other Couchbase packages for Linux, Windows and macOS at Couchbase Downloads.
- Building the Enterprise Edition requires access to private code, and cannot be built by third-parties.
$ go buildPre-commit is optional — it's a convenience to catch issues locally before CI does. Run once per checkout to enable it:
uvx pre-commit installAfter that, the hooks run automatically whenever you git commit. uvx ships with uv.
If you need to run the hooks outside of a commit:
uvx pre-commit run # staged files only
uvx pre-commit run --all-files # entire repo- Sync Gateway Documentation
- Couchbase Forums
- Couchbase Products:
- Couchbase Downloads
- Sync Gateway Issue Tracker