presto-streaming:废弃项目

时间:2024-07-11 12:18:50
【文件属性】:

文件名称:presto-streaming:废弃项目

文件大小:50KB

文件格式:ZIP

更新时间:2024-07-11 12:18:50

Java

预流媒体 Presto-streaming 是一个 Presto 插件,允许从其他 Presto 连接器进行流处理。 您可以使用 CREATE VIEW 语句创建流: CREATE VIEW stats_hourly AS SELECT count ( * ) total_count, avg (response_time) response_time FROM page_views GROUP BY date_trunc( ' hour ' , timestamp ) 然后您可以使用 INSERT DATA 语句将数据插入到流中: INSERT TABLE stats_hourly SELECT count ( * ) total_count, avg (response_time) response_time FROM kafka_consum


【文件预览】:
presto-streaming-master
----.gitignore(256B)
----src()
--------main()
----pom.xml(5KB)
----README.md(3KB)

网友评论