flink-cdc使用
应用场景、上手体验应用场景Flink CDC (Change Data Capture) 是一种用于捕获和处理数据源中的变化的流处理技术。它可以实时地将数据源中的增量更新捕获到流处理作业中,使得作业可以实时响应数据变化。以下是 Flink CDC 的一些常见应用场景: 数据仓库和实时分析:Flink C...
Read More
springboot中使用es
依赖、配置、定义索引对象、操作、其他依赖<!-- Maven --><dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starte...
Read More
elasticsearch使用
索引操作、数据操作索引操作索引的创建、删除等创建索引PUT /shopping{ "acknowledged" : true, "shards_acknowledged" : true, "index" : "shopping"}获取索引详细信息GET /_cat/indices?vhealth statu...
Read More
skywalking基本使用
服务探针配置、服务安装服务配置探针无侵入配置1.下载agent并解压skywalking-agent├── LICENSE├── NOTICE├── activations├── bootstrap-plugins├── config├── licenses├── logs├── optional-plugins...
Read More