streambed
Stream Postgres to Apache Iceberg on S3 via logical replication, queryable over the Postgres wire protocol.
File Explorer
Download Latest Version (.zip)- bug_report.md
- feature_request.md
- ci.yml
- deploy.yml
- release.yml
- pull_request_template.md
- main.go
- main.go
- config.go
- config_test.go
- initial-load.md
- mutation-modes.md
- README.md
- update-shape.md
- architecture.excalidraw
- architecture.svg
- demo.gif
- demo.tape
- maintenance.md
- failpoint.go
- failpoint_test.go
- avro.go
- avro_test.go
- catalog.go
- catalog_test.go
- compaction.go
- cow_layout_test.go
- cow_prune.go
- dedup_test.go
- maintenance.go
- schema.go
- schema_test.go
- writer.go
- writer_test.go
- builder.go
- builder_test.go
- reader.go
- reader_test.go
- pipeline.go
- pipeline_test.go
- resync.go
- catalog.go
- catalog_test.go
- server.go
- chaos.go
- lag.go
- metrics.go
- invariants.go
- oracle.go
- oracle_test.go
- validator.go
- proc_unix.go
- streambed.go
- events.go
- pgbench.go
- pgbench_test.go
- schema.go
- workload.go
- runner.go
- lock_test.go
- store.go
- store_test.go
- fault_s3.go
- mem_s3.go
- retry.go
- retry_test.go
- s3.go
- copy_text.go
- copy_text_test.go
- decoder.go
- decoder_test.go
- metadata.go
- resync.go
- resync_test.go
- slot.go
- types.go
- xl.meta
- xl.meta
- xl.meta
- xl.meta
- xl.meta
- xl.meta
- xl.meta.bkp
- xl.meta
- xl.meta
- xl.meta
- xl.meta
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- xl.meta.bkp
- f66a9c0b-e906-4f68-9604-1c5e7029f702
- format.json
- bench-pgbench.sql
- test-integration.sh
- _index.md
- introducing-compaction.md
- why-streambed.md
- _index.md
- architecture.md
- commands.md
- configuration.md
- getting-started.md
- maintenance.md
- _index.md
- head-end.html
- CNAME
- demo.gif
- go.mod
- go.sum
- hugo.yaml
- ack_object_store_failpoint_test.go
- docker-compose.yml
- edge_cases_test.go
- integration_test.go
- mor_test.go
- mutation_size_benchmark_test.go
- mutation_workload_benchmark_test.go
- oracle_test.go
- pgbench_test.go
- replica_identity_test.go
- resilience_test.go
- schema_test.go
- snapshot_handoff_test.go
- throughput_test.go
- type_roundtrip_test.go
- walsender_disconnect_test.go
- docker-compose.yml
- .gitignore
- .goreleaser.yml
- architecture.svg
- CHANGELOG.md
- CLAUDE.md
- CONTRIBUTING.md
- docker-compose.yml
- go.mod
- go.sum
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/viggy28/streambed
Downloads the entire project code from GitHub to your computer.
cd streambed
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up -d
Builds and starts all defined containers (server, database, etc.) at once, in the background.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
go build -o streambed ./cmd/streambed
Compiles the Go program into an executable.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
