Udemy線上課程 Confluent KSQL&KSQLDB完全教程-專為流處理應用程序構建的數據庫 講師:Alexander Wong 影音教學 中文發音 繁體中文版(DVD版) Udemy線上課程ConfluentKSQL&KSQLDB完全教程-專為流處理應用程序構建的數據庫講師:AlexanderWong影音教學中文發音繁體中文版(DVD版)內容說明: ksqlDB是專為流處理應用程序構建的數據庫。 這到底是什麼意思呢?它整合了幾乎每個流處理架構中的許多組件。 這很重要,因為當今幾乎所有的流媒體架構都是由不同項目拼湊而成的零碎解決方案。 至少,您需要一個子系統來從現有數據源獲取事件,另一個用於存儲它們,另一個用於處理它們,另一個用於針對聚合物化進行查詢。 集成每個子系統可能很困難。 每個人都有自己的心智模型。 考慮到所有這些複雜性,很容易懷疑:這一切都值得嗎? ksqlDB旨在提供一種心智模型來完成您需要的一切。 您可以針對ksqlDB構建一個完整的流式應用程序,而ksqlDB又只有一個依賴項:ApacheKafkaR。 本課程將會全面細緻的介紹ksql以及ksqlDB的所有知識點,讓您從入門到精通,由淺入深的學習掌握ksqlDB的使用。 使用ksqlDB您將會很輕鬆的使用幾行sql語句完成對實時數據的流式計算應用程序開發。 [課程要求]需要一定的ApacheKafka/ConfluentKafka經驗有關係型數據庫SQL的程序經驗熟悉KafkaStreams框架(kstream,ktable) 【課程特色】代碼驅動大量的案例由淺入深課程內容緊湊涵蓋絕大多數ConfluentksqlDB&ksql內容豐富的綜合案例 課程內容: 01-CourseIntroduction 001課程簡介以及大綱.mp4 002Prerequisites.mp4 02-MeetConfluentKSQL&ksqlDB 001遇見ksqlDB章節內容大綱.mp4 002Confluentksqldb的介紹(Features&Benefits).mp4 003ksqlDB對比KafkaStreamsFramework.mp4 004ksqlDB的架構和Components介紹.mp4 005ksqlDB的DeploymentModel(Interactive&Headless).mp4 03-ksqlDBinstallation&quickstart 001ksqlDBinstallation&quickstart章節內容大綱.mp4 002ApacheZookeeper和ApacheKafka服務的安裝,配置以及測試.mp4 002zookeeper-kafka-installation.txt 003ConfluentksqlDB服務的安裝和測試.mp4 003ksqldb-installation.txt 004create-first-stream.txt 004基於ConfluentksqlDB快速開發第一個StreamingApp.mp4 005run-scripts.sql 005在ksqlCLI交互式會話中運行sql腳本文件.mp4 006Execute-Specific-Statements-and-Quit.txt 006ksql執行特定語句(腳本orsqlstatements)並退出.mp4 007headless.sql 007ksqlDBheadlessdeploymode.mp4 008ksqlDBquerystatementexecutionlifecycle.mp4 04-StreamprocessingbasicswithksqlDB 001StreamProcessingBasicswithksqlDB內容大綱.mp4 002Data-Types.txt 002ksqlDB基本數據類型和復合數據類型講解.mp4 003Custom-Types.txt 003ksqlDB用戶自定義數據類型詳解.mp4 004ksqlDB中的SerializationFormats&FormatsTypes.mp4 005CSV-Format.txt 005ksqlDBDELIMITEDSerializationFormats處理CSV數據.mp4 006JSON-SR-Format.txt 006ksqlDBJSON_SRSerializationFormats處理JSON數據(SchemaRegistry).mp4 006ProducerClientWithSR.java 007ksqlDBcollectionsStream&Table介紹.mp4 008Create-source-collection-stream-table-I.txt 008ksqlDBcreatesourcecollections(streams&Tables)syntaxandexamples-I.mp4 009Create-source-collection-stream-table-II.txt 009ksqlDBcreatesourcecollections(streams&Tables)syntaxandexamples-II.mp4 010ksqlDBcustomtimestampcolumn(Timesemantics).mp4 011Custom-timestamp-column.txt 011LabksqlDBcustomtimestampcolumn(Timesemantics).mp4 012ManipulationCollections(ShowDescribeAlterDrop).mp4 012Manipulation-Collections.txt 013Basic-Queries.txt 013ksqlDBcollectionsbasicqueriesandexamples.mp4 014ConditionalExpressionsincollectionwhereclausequeries(handleNULLvalue).mp4 014Conditional-Expressions-in-collection-where-clause-queries.txt 015CreatingDerivedCollections(CSASandCTAS)syntaxandexamples.mp4 015Creating-Derived-Collections-CSAS-and-CTAS.txt 016PersistentQueries-WritingResultsBacktoKafkatargettopic(ExplainQueries).mp4 016Persistent-Queries-Writing-Results-Back-to-Kafka-target-topic.txt 017LabksqlDBimplementWordCountapplicationbysqlquerystatement.mp4 017word-count.txt 018LabksqlDBimplementXMalltransactiondatareal-timeanalysisapplication.mp4 018xmall.txt 019BonusDefinesavariabletobeusedwithinSQLstatements.mp4 019variables.txt 05-AdvancedStreamProcessingwithksqlDBandKafkaConnect 001AdvancedStreamProcessingwithksqlDBandKafkaConnect內容大綱.mp4 002ksqlDBcollectionsjoinsandwindowed.mp4 003ksqlDBstreamjoin(innerleftfull)anotherstream.mp4 003streams-join-streams.txt 004ksqlDBstreamjoin(innerleft)anothertable.mp4 004streams-join-tables.txt 005ksqlDBtableprimarykeyjoin(innerleftfull)anothertable.mp4 005tables-join-tables.txt 006ksqlDBtableforeignkeyjoin(innerleft)anothertable.mp4 007ksqlDBcollectionsgroupingclause&aggregatingfunction.mp4 008grouping-and-aggregate.txt 008TheLimitationsofksqlgroupclause.mp4 009grouping-and-aggregate.txt 009LabksqlDBgroupingclausebuildsaleschampionapplication.mp4 010ksqlDBTimeandWindows.mp4 011ksqlDBTumblingtimewindowandnetworkpotentialattackanalysisbyrealtime.mp4 011tumbling-time-window.txt 012ksqlDBsuppresswindowedintermediatecomputationresulttodownstream(suppress).mp4 012suppress-windowed.txt 013hopping-time-window.txt 013ksqlDBHoppingtimewindowandanalysisTwitterhotwordsbyrealtime.mp4 014ksqlDBSessiontimewindowandanalysiswebvisitstatsduringavalidsession.mp4 014session-time-window.txt 015ApacheKafkaConnectintroduction.mp4 016ApacheKafkaConnectdistributedclustersetup.mp4 016Apache-Kafka-Connect.txt 017ApacheKafkaconnectinstallconnectorpluginsandcreateFileSourceConnector.mp4 018ksqlDBintegrateKafkaConnectdistributedclusteranddefinesourceconnector.mp4 018ksqlDB-integrate-Kafka-connect-cluster.txt 019confluentinc-kafka-connect-jdbc-10.7.0.zip 019Heartbeatsensordatarealtimeanalysispatienthealthmonitor-JDBCConnector.mp4 019Kafka-Connect-Install-SQL-Connector.txt 019mysql-connector-java-8.0.29.jar 020LabHeartbeatsensordatareal-timeanalysispatienthealthmonitoring.mp4 020patient-health-monitor.txt 021ksqlDBMaterializedViews.mp4 06-ksqlDBFunctions(UDF&UDTF&UDAF) 001ksqlDBFunctions(UDF&UDTF&UDAF)內容大綱.mp4 002ksqlDBfunctioncustomScalarfunctions(UDF)implementcomputeBMIformula.mp4 002udf-scalar-function.txt 003ksqlDBfunctioncustomTabularfunctions(UDTF)implementsplit_and_explode.mp4 003udf-tabular-functions.txt 004ksqlDBfunctioncustomAggregationfunctions(UDAF)implementMAX2appliedtable.mp4 004udf-aggragator-function.txt 005ksqlDBUselambdafunctions.mp4 005lambda-functions.txt 07-ksqlDBClients 001ksqlDBRESTAPI.mp4 001ksqlDB-rest-API.txt 002ksqlDBJavaClients-interactiveksqlDBbyJavacode.mp4 003ksqlDBJavaClientsExamples-I.mp4 004ksqlDBJavaClientsExamples-II.mp4 08-PowerPointandSourceCodeDownload 001Confluent-KSQLDB.pptx 001confluent-ksqldb.zip 001FeelFreeDownload.html 相關商品:Udemy線上課程故事式行銷暗示班(含教材)講師:WesleyWong影音教學中文發音繁體中文版(DVD版)Udemy線上課程從一扇窗口看性格,情志,臟腑功能講師:AndrewWong影音教學中文發音中文版(DVD版)Udemy線上課程零基礎鉛筆素描初學班-從入門到精通,零基礎繪畫,素描創作全流程教學(中文)PencilDrawing講師:PeterWong影音教學中文發音繁體中文版(DVD版)Udemy線上課程Java單元測試:Junit5Jupiter實戰課程(基於JDK16版本)講師:AlexanderWong影音教學中文發音繁體中文版(DVD版)Udemy線上課程從一扇視窗看性格,情志,臟腑功能(含教材)講師:AndrewWong影音教學中文發音中文版(DVD版)