写点什么

EasySQL

0 人感兴趣 · 5 次引用

  • 最新
  • 推荐
https://static001.geekbang.org/infoq/b2/b2e1ab8e6930b8c5500d6df550741942.jpeg?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

Efficient ETL Testing

用户头像
Bright
2022-07-06

It’s always been a pain point to do ETL testing. But it more and more becomes a must after data being so widely used these days. But there are a lot of challenges about ETL testing there, and we see a lot of teams struggling.

https://static001.geekbang.org/infoq/3b/3b9f35a7d2f387d75119e3daf70bf66a.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

Neat Syntax Design of an ETL Language (Part 2)

用户头像
Bright
2022-06-25

How to design a neat ETL programming language that people like to use? Let’s have a look at how Easy SQL does. (This topic is broken into two parts. This is the second part.)

https://static001.geekbang.org/infoq/3b/3b9f35a7d2f387d75119e3daf70bf66a.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

Neat Syntax Design of an ETL Language (Part 1)

用户头像
Bright
2022-06-17

How to design a neat ETL programming language that people like to use? Let’s have a look at how Easy SQL does.

https://static001.geekbang.org/infoq/96/9684cfa37d79f6c5a8c37f39549a4afd.webp?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

A Guide to Write Elegant ETL in Easy SQL

用户头像
Bright
2022-06-05

How to write elegant ETL in SQL? With the language features provided by Easy SQL, we now have the ability to implement anything in SQL. We don't need to mix our ETL with other programming languages. And Easy SQL provides a ...

https://static001.geekbang.org/infoq/63/63ddf5fa7178773ec1985f8770bbef10.png?x-oss-process=image%2Fresize%2Cw_416%2Ch_234

A New ETL Language -- Easy SQL

用户头像
Bright
2022-05-30

A New ETL Language -- Easy SQL Easy SQL is built to ease data development. With Easy SQL, you can develop your ETL in SQL in an imperative way. It defines a few syntax on top of standard SQL, with which SQL could be executed one by one.

EasySQL_EasySQL技术文章_InfoQ写作社区