Categorygithub.com/JeffRisberg/LiveProjectAsynchronousEventsWithKafka
modulepackage
0.0.0-20211226042609-cf9cf47646e2
Repository: https://github.com/jeffrisberg/liveprojectasynchronouseventswithkafka.git
Documentation: pkg.go.dev

# README

Overview of Milestone 4 Implementation

What Was Created?

In this milestone:

created a database called liveproject that contains the following table definition:

-- DROP TABLE processed_events;

CREATE TABLE processed_events (
	id varchar(255) NOT NULL,
	processed_timestamp timestamp NOT NULL,
	event_name varchar(256) NOT NULL
);

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author