samza icon indicating copy to clipboard operation
samza copied to clipboard

sql: initial insert support for table destination

Open pdu-mn1 opened this issue 6 years ago • 1 comments

Table is another main type of IO abstraction in Samza which supports both read and write (optional). For the table that do support writes, we should be able to allow SamzaSQL users to write a query to do that. One example is to insert into a database. The current code only supports inserting into a stream. This change adds the initial support for table insert operation.

pdu-mn1 avatar Mar 12 '18 18:03 pdu-mn1

@pdu-mn1 Is this PR still relevant? If not, can you please close it? Thanks!

prateekm avatar Jul 25 '18 18:07 prateekm