Review CREATE STREAM
and CREATE MATERIALIZED VIEW
syntax
#128
Labels
story
Feature description from user's perspective
Describe the desired outcome from the user's perspective
As appdev, I want to create request-response APIs via zillabase simply in SQL.
Acceptance criteria
Additional context
Consider syntax such as
CREATE ZSTREAM ...
andCREATE ZSTREAM ... WITH ( reply_to= ... }
etc.Consider syntax such as
CREATE ZTABLE ...
to implicitly trigger source and sync to Kafka.Consider syntax such as
CREATE ZVIEW ...
to implicitly trigger sync only to Kafka.This implies
SHOW ZSTREAMS
,SHOW ZTABLES
andSHOW ZVIEWS
.Consider syntax
CREATE TABLE ...
to pass through without implicitly triggering source and sync to Kafka.Note: in each case with
Z
prefix, it represents an API we expose via Zillabase.Tasks
ZSTREAM
,ZVIEW
, andZTABLE
syntaxZSTREAM
to supportreply_to
ZSTREAM
,ZVIEW
, andZTABLE
queriesThe text was updated successfully, but these errors were encountered: