
sql.maxwell_schema_heartbeats.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of maxwell Show documentation
Show all versions of maxwell Show documentation
Maxwell's daemon. Watches mysql, outputs to JSON.
CREATE TABLE IF NOT EXISTS `heartbeats` (
server_id int unsigned not null,
client_id varchar(255) charset latin1 not null default 'maxwell',
heartbeat bigint not null,
primary key(server_id, client_id)
);
© 2015 - 2025 Weber Informatics LLC | Privacy Policy