随笔分类 -  开源项目

摘要:Glossary-术语表 管理员手册 Observability focuses on understanding the internal state of your systems based on the data they produce, which helps determine if 阅读全文
posted @ 2023-11-21 18:14 钱塘江畔 阅读(86) 评论(0) 推荐(0)
摘要:sudo yum -y install psmisc ## 部署用户设置 echo 'user_name ALL=(ALL) NOPASSWD: NOPASSWD: ALL' >> /etc/sudoers sed -i 's/Defaults requirett/#Defaults require 阅读全文
posted @ 2023-04-06 21:14 钱塘江畔 阅读(3238) 评论(0) 推荐(0)
摘要:后端代码增加 # 新增模块dolphinscheduler-datasource-gbase [参考mysql] # 以下两个pom添加新增的模块 dolphinscheduler-datasource-plugin/pom.xml dolphinscheduler-datasource-plugi 阅读全文
posted @ 2023-03-25 15:36 钱塘江畔 阅读(1021) 评论(4) 推荐(0)
摘要:版本v0.10.1 # 新增配置interpreter时要指定connector jar包 Dependencies指定local path # 开启用户认证shiro [users] admin = pwd1, admin user1 = password2, role1, role2 user2 阅读全文
posted @ 2023-02-11 15:07 钱塘江畔 阅读(80) 评论(0) 推荐(0)
摘要:1.背景 安全要求越来越高 shardingsphere Docs 蚂蚁金服在云原生架构下的可观察性的探索和实践 | Meetup#3 回顾 Tracing datapump sessions Databend 全链路追踪 ShardingSphere分库分表核心原理精讲第十四节 链路追踪和系统集成 阅读全文
posted @ 2022-09-19 18:23 钱塘江畔 阅读(26) 评论(0) 推荐(0)
摘要:1. 背景 本地的调度方式一直采用crontab,现在调度任务量很大,crontab给运维带来很大麻烦,而且很多老任务可以删掉,趁此机会,使用新的开源调度工具。经过一番调研,dolphinscheduler比较适合。 2. 部署过程 # dolphinscheduler版本 2.0.5 # 主机及相 阅读全文
posted @ 2022-07-12 17:33 钱塘江畔 阅读(509) 评论(0) 推荐(0)
摘要:DataX oracle同步mysql(全量和增量) Quick Start 阅读全文
posted @ 2022-07-08 18:00 钱塘江畔 阅读(127) 评论(0) 推荐(0)