随笔分类 -  开源项目

摘要:支持的报告类型 目录支持的报告类型lintmarkdownrewriteasttiastfingerprintmd2htmlexplain-digestduplicate-key-checkerhtmljsontokenizecompressprettyremove-comment lint Des 阅读全文
posted @ 2025-03-20 20:35 钱塘江畔 阅读(15) 评论(0) 推荐(0)
摘要:1.测试入库 (1)从0开发insert语句,适配各种数据源 (2)借助seatunnel,实现数据集成功能 A. 使用DS,直接解决调度问题 B. 使用seatunnel-web,只能解决部分调度 (3)寻找其他开源方案 2.在现有项目里开发 3.Seatunnel测试 3.1excel2mysq 阅读全文
posted @ 2025-03-20 20:26 钱塘江畔 阅读(12) 评论(0) 推荐(0)
摘要:nginx高可用配置 服务器时间同步 # Nacos高可用集群搭建与使用 数据库初始化 CREATE DATABASE nacos_cluster2 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci ; use nacos_cluste 阅读全文
posted @ 2025-03-20 20:21 钱塘江畔 阅读(28) 评论(0) 推荐(0)
摘要:2.3.0 将hadoop/*jar 和$hadoop_home/lib/*jar 复制到 $seatunnel_home/lib/, 重新启动seatunnel-culster 要求spark 2.3.1 2023-03-27 20:15:48,038 INFO org.apache.seatun 阅读全文
posted @ 2025-03-20 20:06 钱塘江畔 阅读(20) 评论(0) 推荐(0)
摘要:# 官方文档 https://seatunnel.apache.org/docs/start-v2/locally/deployment # quick start https://seatunnel.apache.org/docs/start-v2/locally/quick-start-seat 阅读全文
posted @ 2025-03-20 20:04 钱塘江畔 阅读(19) 评论(0) 推荐(0)
摘要:# 访问地址 http://132.151.6.5:8080/ 修改conf/zeppelin-env.sh ,JAVA_HOME修改为jdk8-151以上版本 修改conf/zeppelin-site.xml,addr将127.0.0.1修改为0.0.0.0 增加interpreter,mysql 阅读全文
posted @ 2025-03-20 19:55 钱塘江畔 阅读(23) 评论(0) 推荐(0)
摘要:1.从开源项目代码仓库同步代码到远程私人仓库 2.提交PR,将二开的代码合并到开源项目最新版本 3.拉取最新版本代码到本地仓库,重新打包部署 阅读全文
posted @ 2024-08-21 14:56 钱塘江畔 阅读(271) 评论(0) 推荐(0)
摘要:https://github.com/XiaoMi/soar/blob/master/doc/cheatsheet.md?plain=1 常用命令 目录常用命令基本用法指定输入源指定配置文件打印所有的启发式规则忽略某些规则打印支持的报告格式以指定格式输出报告语法检查工具慢日志进行分析示例SQL指纹将 阅读全文
posted @ 2024-05-09 20:57 钱塘江畔 阅读(64) 评论(0) 推荐(0)
摘要:1.背景 项目需求里包含了SQL分析及优化建议提供,搜罗到soar恰好满足需求。 2.安装部署 2.1 mac安装 ## 安装docker desktop ## 拉取镜像 docker pull becivells/soar-web ## 在docker desktop启动镜像 ## localho 阅读全文
posted @ 2024-05-09 20:49 钱塘江畔 阅读(111) 评论(0) 推荐(0)
摘要:Sql解析转换之JSqlParse完整介绍 hive sql解析器 hive sql解析过程 flink查询mysql数据 flink-sql 阅读全文
posted @ 2024-02-01 21:12 钱塘江畔 阅读(19) 评论(0) 推荐(0)
摘要:1.背景 客户需要excel导入功能,同时支持导入多种数据源,尝试用seatunnel数据集成工具来实现。 2.步骤 2.1 配置文件 ./config/v2.excel2mysql.config env { # You can set SeaTunnel environment configura 阅读全文
posted @ 2024-01-31 18:58 钱塘江畔 阅读(488) 评论(0) 推荐(0)
摘要:1. 简介 Labels and annotations contain information about an alert. Both labels and annotations have the same structure: a set of named values; however t 阅读全文
posted @ 2023-11-22 16:44 钱塘江畔 阅读(2134) 评论(0) 推荐(0)
摘要:This topic describes how Grafana managed alerts are evaluated by the backend engine as well as how Grafana handles alerting on numeric rather than tim 阅读全文
posted @ 2023-11-22 15:46 钱塘江畔 阅读(158) 评论(0) 推荐(0)
摘要:Whether you’re just starting out or you’re a more experienced user of Grafana Alerting, learn more about the fundamentals and available features that 阅读全文
posted @ 2023-11-22 15:37 钱塘江畔 阅读(229) 评论(0) 推荐(0)
摘要:Grafana Alerting allows you to learn about problems in your systems moments after they occur. Monitor your incoming metrics data or log entries and se 阅读全文
posted @ 2023-11-22 15:06 钱塘江畔 阅读(339) 评论(0) 推荐(0)
摘要:An exemplar is a specific trace representative of measurement taken in a given time interval. While metrics excel at giving you an aggregated view of 阅读全文
posted @ 2023-11-22 12:59 钱塘江畔 阅读(122) 评论(0) 推荐(0)
摘要:A histogram is a graphical representation of the distribution of numerical data. It groups values into buckets (sometimes also called bins) and then c 阅读全文
posted @ 2023-11-22 12:43 钱塘江畔 阅读(300) 评论(0) 推荐(0)
摘要:In Introduction to time series, the concept of labels, also called tags, is introduced: Another feature of a TSDB is the ability to filter measurement 阅读全文
posted @ 2023-11-22 12:32 钱塘江畔 阅读(444) 评论(0) 推荐(0)
摘要:Imagine you wanted to know how the temperature outside changes throughout the day. Once every hour, you’d check the thermometer and write down the tim 阅读全文
posted @ 2023-11-22 12:08 钱塘江畔 阅读(256) 评论(0) 推荐(0)
摘要:Have you ever wondered what a dashboard is? In the observability world, this term is frequently used, but what exactly does it mean? The concept is bo 阅读全文
posted @ 2023-11-21 21:08 钱塘江畔 阅读(236) 评论(0) 推荐(0)