Start services in
sentry
viasentry devservices up
.Create a
pgbench
database:docker exec sentry_postgres createdb -U postgres pgbench
Start a producer:
docker run --net sentry --rm $(docker build -q .) producer
Initialize the
pgbench
tables and run a quick benchmark:docker exec sentry_postgres pgbench -U postgres -i pgbench docker exec sentry_postgres pgbench -U postgres -T 10 pgbench
This repository has been archived by the owner on May 6, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
change data capture toolkit
License
getsentry/cdc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
change data capture toolkit